From a03a6e4b269a7781f87566b18bb0b31e9b810ccd Mon Sep 17 00:00:00 2001 From: Szymon Porwolik Date: Fri, 21 Nov 2025 02:45:34 +0100 Subject: [PATCH] Let's try without BOM --- application/libraries/Geojson.php | 7 +++++-- assets/json/geojson/states_1.geojson | 2 +- assets/json/geojson/states_263.geojson | 2 +- assets/json/geojson/states_287.geojson | 2 +- assets/json/geojson/states_339.geojson | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/application/libraries/Geojson.php b/application/libraries/Geojson.php index b56e034c1..f6664cd17 100644 --- a/application/libraries/Geojson.php +++ b/application/libraries/Geojson.php @@ -157,8 +157,11 @@ class Geojson { return null; } - // Remove BOM if present - $geojsonData = preg_replace('/^\xEF\xBB\xBF/', '', $geojsonData); + // Remove BOM if present (UTF-8, UTF-16, UTF-32) + $geojsonData = preg_replace('/^\xEF\xBB\xBF|\xFF\xFE|\xFE\xFF|\x00\x00\xFE\xFF|\xFF\xFE\x00\x00/', '', $geojsonData); + + // Additional cleanup: trim whitespace + $geojsonData = trim($geojsonData); $data = json_decode($geojsonData, true); diff --git a/assets/json/geojson/states_1.geojson b/assets/json/geojson/states_1.geojson index 9488e14ac..88f37650f 100644 --- a/assets/json/geojson/states_1.geojson +++ b/assets/json/geojson/states_1.geojson @@ -1,4 +1,4 @@ -{"type":"FeatureCollection","features":[ +{"type":"FeatureCollection","features":[ {"type":"Feature","properties":{"code":"QC","name":"Québec"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.019173,62.59193],[-77.867218,62.589161],[-77.837784,62.556938],[-78.103333,62.559158],[-78.107773,62.582771],[-78.019173,62.59193]]],[[[-69.182503,59.128601],[-69.198608,59.067211],[-69.132767,59.055271],[-69.221123,58.991661],[-69.223053,58.95332],[-69.290283,58.977211],[-69.35556,58.949711],[-69.278343,59.066669],[-69.357224,59.139721],[-69.275284,59.154991],[-69.182503,59.128601]]],[[[-79.496384,56.766941],[-79.486107,56.658039],[-79.523621,56.66721],[-79.567497,56.615269],[-79.583893,56.652771],[-79.549438,56.68111],[-79.551941,56.73193],[-79.589996,56.76833],[-79.58168,56.807209],[-79.496384,56.766941]]],[[[-78.900284,56.319439],[-79.061394,56.124439],[-79.210831,55.856098],[-79.188599,55.942211],[-78.986656,56.26749],[-78.983322,56.389721],[-79.055267,56.34444],[-79.100281,56.221371],[-79.04834,56.222759],[-79.061394,56.18832],[-79.283333,55.864441],[-79.133904,56.126659],[-79.150558,56.233051],[-79.243881,56.1511],[-79.360283,55.969711],[-79.493057,55.858891],[-79.636124,55.898609],[-79.785553,55.788891],[-79.474716,56.098331],[-79.513062,56.134991],[-79.597229,56.091381],[-79.877213,55.83194],[-79.906113,55.824711],[-79.947487,55.889992],[-80.024719,55.901379],[-79.74472,56.15638],[-79.529167,56.275551],[-79.475563,56.38055],[-79.456673,56.553322],[-79.419449,56.4436],[-79.480003,56.346378],[-79.491096,56.264439],[-79.609734,56.13166],[-79.427223,56.203049],[-79.301102,56.447208],[-79.269173,56.624989],[-79.252792,56.550831],[-79.133057,56.54277],[-79.075562,56.444149],[-78.928879,56.425831],[-78.908051,56.343048],[-78.951401,56.316101],[-78.900284,56.319439]]],[[[-79.555557,56.4986],[-79.701111,56.306381],[-79.986107,56.199711],[-80.109734,56.197769],[-80.044449,56.310822],[-79.869164,56.331669],[-79.877213,56.379162],[-79.698883,56.368881],[-79.614441,56.43166],[-79.585281,56.499161],[-79.543327,56.527771],[-79.555557,56.4986]]],[[[-78.660828,56.414711],[-78.676392,56.18111],[-78.933319,56.115551],[-78.916946,56.172489],[-78.825287,56.262772],[-78.845551,56.276661],[-78.809433,56.338879],[-78.832497,56.35083],[-78.731667,56.44054],[-78.667221,56.439709],[-78.660828,56.414711]]],[[[-79.009354,56.06361],[-78.957497,56.083599],[-78.948883,56.03722],[-79.002792,56.012772],[-78.934158,56.020271],[-79.002502,55.979988],[-79.054443,55.865551],[-79.135559,55.789162],[-79.030838,55.968601],[-79.009354,56.06361]]],[[[-63.492229,49.840832],[-62.944439,49.732208],[-62.510281,49.590832],[-62.39389,49.492222],[-62.25111,49.456661],[-62.20583,49.411381],[-61.875561,49.34499],[-61.661671,49.14444],[-61.70055,49.090271],[-61.81361,49.06694],[-62.242771,49.06221],[-62.456951,49.125549],[-63.09,49.228039],[-63.283329,49.317768],[-63.5825,49.387211],[-63.61972,49.492771],[-63.841942,49.63916],[-64.238602,49.751659],[-64.362778,49.82444],[-64.389999,49.789719],[-64.513901,49.863609],[-64.458618,49.900829],[-64.203613,49.950272],[-63.930828,49.885269],[-63.492229,49.840832]]],[[[-61.40778,47.641109],[-61.38055,47.62027],[-61.493061,47.55249],[-61.54945,47.553879],[-61.470551,47.61694],[-61.54195,47.61721],[-61.690109,47.534672],[-61.711842,47.518051],[-61.85556,47.41721],[-61.777222,47.43166],[-61.674999,47.535],[-61.59444,47.555271],[-61.701389,47.49194],[-61.763889,47.397491],[-61.829731,47.401661],[-61.860001,47.352489],[-61.933331,47.333328],[-61.9575,47.26194],[-61.908329,47.27277],[-61.81945,47.23333],[-61.783058,47.260551],[-61.79945,47.232769],[-61.85931,47.217739],[-62.009998,47.221371],[-61.928051,47.407211],[-61.535839,47.63166],[-61.40778,47.641109]]],[[[-70.814438,46.998329],[-70.904167,46.913601],[-71.13028,46.856098],[-70.896667,47.013329],[-70.836403,47.027771],[-70.814438,46.998329]]],[[[-57.10424,51.41267],[-57.208611,51.415821],[-57.247219,51.504169],[-57.60223,51.428051],[-57.581669,51.465271],[-57.67667,51.429989],[-57.684441,51.47694],[-57.748051,51.47221],[-57.76445,51.401661],[-57.800831,51.433331],[-58.021389,51.30888],[-58.227219,51.271381],[-58.26112,51.288052],[-58.249168,51.332771],[-58.283058,51.335819],[-58.29723,51.2686],[-58.430279,51.309719],[-58.580002,51.24416],[-58.628052,51.275551],[-58.61972,51.231659],[-58.667221,51.25639],[-58.68,51.234161],[-58.59222,51.184719],[-58.61861,51.153049],[-58.83778,51.0825],[-58.829731,51.041111],[-58.889999,50.992222],[-58.91333,51],[-58.89806,51.053879],[-59.00333,51.015549],[-58.952499,50.992489],[-58.958611,50.92194],[-58.939442,50.883331],[-58.975269,50.857769],[-58.948051,50.828331],[-59.029171,50.775551],[-59.015282,50.7486],[-59.087219,50.775269],[-59.09333,50.820831],[-59.055271,50.870831],[-59.098881,50.879429],[-59.118889,50.8036],[-59.193611,50.72971],[-59.256111,50.75972],[-59.268608,50.71249],[-59.350281,50.662769],[-59.423889,50.661381],[-59.404999,50.63472],[-59.454441,50.621929],[-59.58527,50.478039],[-59.816109,50.43388],[-59.881672,50.371658],[-59.853889,50.326099],[-59.814999,50.349159],[-59.833889,50.31916],[-59.948051,50.255001],[-60.114449,50.233051],[-60.134171,50.20388],[-60.132771,50.22971],[-60.17223,50.231659],[-60.14999,50.288601],[-60.243328,50.232208],[-60.26722,50.236111],[-60.23695,50.268051],[-60.274719,50.288891],[-60.291672,50.24527],[-60.360001,50.250832],[-60.35611,50.22332],[-60.448051,50.259441],[-60.583611,50.208328],[-60.61972,50.246941],[-60.666111,50.220268],[-60.748341,50.23444],[-60.788609,50.201099],[-60.840549,50.219151],[-60.792782,50.261669],[-60.934441,50.1936],[-61.02639,50.225819],[-61.112782,50.187771],[-61.15583,50.202221],[-61.162498,50.17749],[-61.297501,50.199162],[-61.720829,50.09193],[-61.783058,50.106941],[-61.59306,50.15527],[-61.577221,50.1861],[-61.790279,50.13361],[-61.849998,50.21249],[-62.21056,50.234161],[-62.397499,50.294441],[-62.44611,50.2575],[-62.73695,50.282211],[-62.712502,50.315269],[-62.805271,50.288601],[-62.963058,50.285549],[-62.994999,50.311939],[-63.163891,50.291382],[-63.159161,50.254711],[-63.358608,50.241661],[-63.394718,50.213329],[-63.488609,50.26194],[-63.597778,50.250832],[-63.812771,50.313049],[-64.162216,50.262211],[-64.455002,50.319439],[-64.872223,50.267208],[-64.91362,50.2925],[-65.189987,50.286659],[-65.258057,50.31889],[-65.713898,50.257221],[-65.952499,50.288891],[-66.056381,50.216099],[-66.093338,50.244438],[-66.089722,50.19138],[-66.235817,50.21888],[-66.369164,50.193321],[-66.441673,50.269161],[-66.543327,50.20805],[-66.527222,50.16972],[-66.42778,50.164711],[-66.459442,50.133049],[-66.638062,50.181381],[-66.61972,50.149158],[-66.741096,50.042221],[-66.958618,49.974709],[-66.963333,49.914711],[-67.037514,49.820831],[-67.073898,49.848049],[-67.151398,49.806938],[-67.179718,49.74527],[-67.163063,49.679722],[-67.198883,49.651661],[-67.238892,49.590549],[-67.233887,49.470268],[-67.386124,49.32222],[-67.569733,49.32999],[-67.809723,49.273609],[-67.957779,49.295269],[-68.11972,49.27166],[-68.156387,49.20166],[-68.299438,49.195541],[-68.19249,49.164711],[-68.189713,49.112209],[-68.325562,49.09972],[-68.408051,49.05555],[-68.444443,49.059719],[-68.367767,49.132771],[-68.443604,49.191662],[-68.404167,49.122761],[-68.606949,49.0425],[-68.643341,48.9561],[-68.696381,48.939991],[-68.642227,48.91666],[-68.787781,48.907768],[-68.95639,48.81583],[-68.96666,48.782768],[-69.060822,48.76749],[-69.142502,48.59499],[-69.231377,48.585548],[-69.29277,48.457771],[-69.43277,48.30777],[-69.57695,48.23999],[-69.683884,48.137772],[-69.810272,48.155819],[-69.959442,48.26944],[-70.151108,48.274441],[-70.373322,48.374161],[-70.684433,48.3811],[-70.761398,48.431938],[-70.98056,48.462212],[-71.070572,48.440109],[-70.969727,48.447208],[-70.785553,48.395828],[-70.887222,48.358601],[-70.864166,48.317211],[-70.768066,48.350552],[-70.464172,48.349159],[-70.272781,48.298328],[-70.180557,48.241379],[-69.936943,48.221931],[-69.860001,48.143879],[-69.730293,48.10944],[-69.925827,47.773048],[-70.139183,47.659161],[-70.206123,47.57666],[-70.225563,47.49638],[-70.5,47.43499],[-70.574173,47.274441],[-70.721657,47.101391],[-70.973618,47.00333],[-71.197487,46.852489],[-71.299156,46.742222],[-71.143623,46.844711],[-71.006119,46.847771],[-70.541382,47.002491],[-70.339172,47.152489],[-70.201401,47.312489],[-70.044159,47.390831],[-70.017776,47.487499],[-69.896393,47.541111],[-69.545837,47.8325],[-69.556381,47.866661],[-69.450562,47.97916],[-69.34111,48.01416],[-68.823334,48.36388],[-68.726936,48.37249],[-68.541382,48.451389],[-68.453613,48.53249],[-68.058609,48.691101],[-67.973618,48.695541],[-67.553047,48.85471],[-67.067497,48.96693],[-66.639183,49.120831],[-66.225014,49.200829],[-65.722229,49.227211],[-65.588058,49.260551],[-64.94249,49.214439],[-64.588058,49.112209],[-64.23555,48.910271],[-64.158051,48.7561],[-64.298889,48.823879],[-64.557503,48.880268],[-64.473328,48.832211],[-64.539436,48.821381],[-64.401108,48.81694],[-64.374161,48.787769],[-64.428329,48.774441],[-64.336937,48.75555],[-64.160004,48.622761],[-64.26973,48.60471],[-64.279167,48.554161],[-64.189163,48.520828],[-64.309433,48.463329],[-64.315552,48.419159],[-64.719162,48.338329],[-64.693604,48.3111],[-64.771393,48.196381],[-64.96611,48.18499],[-64.945831,48.143051],[-65.269997,48.012772],[-65.455566,48.000271],[-65.504181,48.048882],[-65.810547,48.116661],[-65.891678,48.171101],[-65.893341,48.21944],[-66.080002,48.096378],[-66.293327,48.113049],[-66.268066,48.095829],[-66.29361,48.063881],[-66.47084,48.119438],[-66.538063,48.05582],[-66.843697,47.996651],[-66.943604,47.963051],[-66.946953,47.899158],[-67.047234,47.93082],[-67.188599,47.883881],[-67.322777,47.896389],[-67.364166,47.841381],[-67.604172,47.9361],[-67.612213,47.99749],[-68.116096,48.001942],[-68.12027,47.926659],[-68.372772,47.924709],[-68.378052,47.65416],[-68.38028,47.558601],[-68.576111,47.424709],[-69.039711,47.29715],[-69.047478,47.421989],[-69.230789,47.4533],[-69.985458,46.69133],[-70.014633,46.57056],[-70.047089,46.426079],[-70.191544,46.334801],[-70.283974,46.190208],[-70.229797,46.137402],[-70.305328,46.06662],[-70.280502,46.05312],[-70.310783,45.968739],[-70.247948,45.94458],[-70.254448,45.89896],[-70.416687,45.79026],[-70.396873,45.722],[-70.55275,45.660622],[-70.72039,45.512909],[-70.635406,45.391918],[-70.797447,45.425129],[-70.829613,45.390678],[-70.813148,45.35463],[-70.843361,45.278091],[-70.87693,45.225399],[-70.959862,45.338821],[-71.08799,45.301418],[-71.153572,45.237919],[-71.297707,45.293449],[-71.386864,45.23489],[-71.447037,45.236038],[-71.403,45.202759],[-71.430893,45.116951],[-71.503471,45.059841],[-71.505836,45.013309],[-71.902328,45.00729],[-72.547668,45.005329],[-73.188972,45.00845],[-73.345154,45.0061],[-74.021927,44.990799],[-74.736481,44.99287],[-74.506393,45.071659],[-74.433609,45.149441],[-74.324722,45.201099],[-74.479172,45.316669],[-74.396667,45.564159],[-74.646118,45.635551],[-74.875839,45.64159],[-75.453339,45.523609],[-75.847229,45.37249],[-76.076683,45.513889],[-76.184433,45.521099],[-76.337784,45.45583],[-76.607773,45.55249],[-76.666397,45.590549],[-76.710564,45.712769],[-76.783333,45.76194],[-76.804718,45.864719],[-76.910553,45.889992],[-76.920837,45.806381],[-77.002792,45.790279],[-77.206123,45.877209],[-77.278877,45.937771],[-77.321953,46.026661],[-77.554993,46.151932],[-77.680557,46.183601],[-78.703613,46.337212],[-78.75528,46.400539],[-78.950562,46.511669],[-79.155563,46.812489],[-79.305557,46.94054],[-79.443878,47.11055],[-79.439438,47.26527],[-79.576401,47.441929],[-79.511322,47.565571],[-79.519012,48.605289],[-79.520683,48.764679],[-79.537613,50.958599],[-79.355827,50.777489],[-79.348053,50.73193],[-79.330002,50.758331],[-79.383987,50.836269],[-79.421944,50.880859],[-79.537804,50.982368],[-79.539436,51.191662],[-79.547096,51.460129],[-79.508347,51.468601],[-79.551392,51.553051],[-79.353882,51.656101],[-79.239723,51.634991],[-79.285278,51.562489],[-79.274719,51.530548],[-79.127487,51.538052],[-79.024437,51.476379],[-78.938316,51.285831],[-78.951401,51.215549],[-78.844727,51.163601],[-78.920547,51.231098],[-78.904449,51.305271],[-78.823624,51.34943],[-78.888344,51.39666],[-78.763634,51.486382],[-78.688599,51.48444],[-78.820282,51.51305],[-78.804001,51.61021],[-78.943047,51.658878],[-78.938316,51.694439],[-79.033333,51.776379],[-78.836937,51.841381],[-78.894173,51.93832],[-78.747772,51.97332],[-78.695831,52.008049],[-78.704178,52.0536],[-78.638062,52.057209],[-78.648064,52.085819],[-78.579453,52.111382],[-78.537514,52.18082],[-78.556381,52.23555],[-78.405838,52.23777],[-78.451683,52.271381],[-78.556664,52.272221],[-78.497223,52.358601],[-78.544159,52.435822],[-78.506958,52.460548],[-78.566391,52.485271],[-78.545273,52.514721],[-78.763344,52.564442],[-78.69194,52.5961],[-78.730003,52.615002],[-78.725281,52.648048],[-78.778877,52.653599],[-78.754997,52.695271],[-78.820847,52.703609],[-78.771393,52.709721],[-78.783333,52.734718],[-78.850281,52.764721],[-78.724716,52.785549],[-78.728882,52.823879],[-78.780838,52.81805],[-78.68721,52.87999],[-78.85611,52.877769],[-78.899727,52.922771],[-78.864723,52.963612],[-78.786667,52.96944],[-78.826111,52.978039],[-78.845551,53.01194],[-78.983063,53.023609],[-78.918327,53.052769],[-78.974716,53.069439],[-78.915558,53.165272],[-78.944443,53.182499],[-78.905563,53.191929],[-78.92749,53.218601],[-78.888062,53.224709],[-78.920273,53.247768],[-78.895844,53.26527],[-78.956673,53.283611],[-78.941101,53.379162],[-78.988052,53.4436],[-79.063316,53.43943],[-79.051392,53.457211],[-79.110283,53.502491],[-79.012787,53.531109],[-79.041382,53.50555],[-79.001404,53.490829],[-78.959167,53.51416],[-79.031113,53.560822],[-78.915833,53.560551],[-78.984734,53.614719],[-79.063049,53.596939],[-79.003342,53.641659],[-79.04361,53.6675],[-79.011124,53.683601],[-79.151398,53.70499],[-79.036392,53.72971],[-79.067497,53.764439],[-79.042503,53.784721],[-79.06778,53.80249],[-79.020554,53.821941],[-79.046951,53.835548],[-78.901398,53.815269],[-79.0625,53.856659],[-79.059998,53.889721],[-79.101669,53.909988],[-78.993332,53.91193],[-79.136398,53.956661],[-79.033073,53.946381],[-79.093887,53.963329],[-79.044724,53.974991],[-79.097778,53.97887],[-79.001099,53.999989],[-78.964951,53.997162],[-78.976669,54.01833],[-79.077499,54.037498],[-79.126938,54.081108],[-79.286942,54.082211],[-79.175278,54.086651],[-79.16777,54.117771],[-79.116386,54.10305],[-79.130829,54.124989],[-79.098053,54.12888],[-79.138344,54.144711],[-79.048889,54.183331],[-79.205841,54.154991],[-79.379707,54.1936],[-79.283333,54.248878],[-79.402222,54.263611],[-79.438599,54.276379],[-79.419159,54.30138],[-79.461121,54.304161],[-79.472778,54.364441],[-79.506958,54.370831],[-79.446663,54.416939],[-79.501404,54.421379],[-79.488052,54.458599],[-79.548607,54.504711],[-79.524719,54.523048],[-79.602783,54.555271],[-79.521393,54.587212],[-79.576401,54.60944],[-79.630547,54.57111],[-79.596657,54.63916],[-79.675552,54.62582],[-79.662514,54.66777],[-79.761124,54.658329],[-79.636124,54.698879],[-79.62999,54.740551],[-79.619164,54.711109],[-79.240829,54.81221],[-78.976669,54.843048],[-78.862778,54.9086],[-78.335564,55.03944],[-77.760277,55.287769],[-77.65834,55.37027],[-77.214722,55.595268],[-77.086121,55.705551],[-77.18306,55.689709],[-76.840286,55.928879],[-76.797501,55.990269],[-76.658051,56.060822],[-76.619453,56.185822],[-76.53833,56.297779],[-76.51889,56.406101],[-76.505569,56.803051],[-76.555832,57.035],[-76.529716,57.105831],[-76.653061,57.401379],[-76.811394,57.62471],[-76.806107,57.669159],[-77.147232,58.02277],[-77.487503,58.165272],[-77.444153,58.187771],[-77.609444,58.269989],[-78.012512,58.378601],[-78.013062,58.413052],[-78.074173,58.454441],[-78.120003,58.446941],[-78.268623,58.519161],[-78.397232,58.620831],[-78.426102,58.606098],[-78.327499,58.53722],[-78.383904,58.54166],[-78.47139,58.61166],[-78.568619,58.614441],[-78.549438,58.660271],[-78.570007,58.67305],[-78.467216,58.70166],[-78.549438,58.767769],[-78.495003,58.77721],[-78.488052,58.820831],[-78.549438,58.91082],[-78.530289,58.938881],[-78.570557,58.96138],[-78.450844,58.909988],[-78.43721,58.952221],[-78.361656,58.958599],[-78.363892,58.912491],[-78.338333,58.912769],[-78.245003,58.99194],[-78.316963,58.98555],[-78.269173,59.016941],[-78.283333,59.049999],[-78.205566,59.050541],[-78.21611,59.106941],[-78.178329,59.08527],[-78.127487,59.10833],[-78.153343,59.15221],[-78.08667,59.156651],[-78.092773,59.215],[-77.828888,59.281109],[-77.890839,59.310822],[-77.778061,59.32333],[-77.764717,59.351662],[-77.800827,59.368599],[-77.684998,59.39333],[-77.779167,59.426102],[-77.912514,59.415272],[-77.848618,59.446098],[-77.867493,59.5],[-77.72139,59.539719],[-77.712784,59.620831],[-77.801102,59.67527],[-77.741943,59.691101],[-77.773903,59.709721],[-77.670273,59.674438],[-77.570282,59.69582],[-77.473053,59.634991],[-77.454178,59.579159],[-77.313889,59.564991],[-77.440552,59.59972],[-77.452499,59.663052],[-77.541672,59.688881],[-77.491943,59.71249],[-77.533073,59.754711],[-77.472504,59.742771],[-77.43277,59.784161],[-77.29361,59.79361],[-77.363617,59.890831],[-77.42749,59.914711],[-77.300278,59.965],[-77.323059,59.98888],[-77.236389,59.994709],[-77.313889,60.012501],[-77.206947,60.04277],[-77.189987,60.086109],[-77.059433,60.062771],[-76.958054,60.10305],[-76.858887,60.101101],[-76.788597,60.068329],[-76.833618,60.115002],[-76.758904,60.159161],[-76.924438,60.11166],[-77.199997,60.150829],[-77.105003,60.108601],[-77.259171,60.11805],[-77.232498,60.053879],[-77.315826,60.030548],[-77.358047,60.060822],[-77.433319,60.036381],[-77.630829,60.065269],[-77.558037,60.126659],[-77.406387,60.130268],[-77.551392,60.19471],[-77.470284,60.213329],[-77.573624,60.25972],[-77.543327,60.285831],[-77.623322,60.26833],[-77.602783,60.32999],[-77.743607,60.39333],[-77.740829,60.423611],[-77.574448,60.502491],[-77.553879,60.542221],[-77.41333,60.544159],[-77.549438,60.571381],[-77.670273,60.549721],[-77.833893,60.639431],[-77.607773,60.758331],[-77.745003,60.76416],[-77.511673,60.83638],[-77.890289,60.75],[-77.858337,60.791939],[-77.965843,60.791382],[-77.896393,60.828049],[-78.190552,60.788891],[-78.159439,60.86721],[-77.946663,61.004711],[-77.811111,61.052219],[-77.790283,61.151379],[-77.694443,61.20277],[-77.752228,61.229431],[-77.719162,61.26527],[-77.79277,61.45388],[-77.700287,61.426102],[-77.678879,61.461109],[-77.560547,61.468048],[-77.54834,61.486111],[-77.670273,61.519161],[-77.621109,61.5611],[-77.474716,61.54166],[-77.631943,61.579441],[-77.589172,61.604439],[-77.710564,61.605831],[-77.785828,61.700001],[-77.898903,61.686378],[-78.006119,61.733051],[-78.003067,61.77972],[-78.08139,61.865829],[-78.08139,61.951099],[-78.137787,62.009159],[-78.161667,62.169159],[-78.155838,62.278332],[-78.023903,62.39333],[-77.70195,62.470268],[-77.486938,62.590271],[-77.418327,62.58971],[-77.374161,62.551929],[-77.04834,62.519161],[-76.948883,62.535831],[-76.143066,62.379162],[-76.097778,62.340549],[-75.949722,62.350269],[-75.645844,62.291939],[-75.592216,62.264439],[-75.836937,62.187771],[-75.894997,62.1586],[-75.82695,62.158878],[-75.486938,62.296391],[-75.321953,62.3111],[-75.152496,62.284721],[-75.152786,62.227489],[-75.066673,62.26833],[-74.928329,62.249161],[-74.765007,62.14444],[-74.556381,62.10471],[-74.751106,62.191101],[-74.72583,62.244999],[-74.410004,62.251389],[-74.280563,62.321659],[-74,62.358051],[-73.868057,62.458328],[-73.678879,62.479988],[-73.5625,62.377769],[-73.387512,62.36916],[-73.211403,62.312771],[-73.204178,62.261379],[-73.063606,62.182499],[-72.903877,62.142769],[-72.94249,62.11805],[-72.784439,62.106941],[-72.815002,62.137772],[-72.736938,62.14333],[-72.626663,62.115551],[-72.617493,62.09193],[-72.661942,62.05666],[-72.596123,62.04916],[-72.618332,62.033611],[-72.604446,61.9711],[-72.678879,61.949429],[-72.680832,61.900269],[-72.794197,61.834751],[-72.66806,61.879162],[-72.669159,61.847771],[-72.596123,61.80555],[-72.636124,61.90221],[-72.59584,61.94276],[-72.205841,61.863331],[-72.12999,61.79916],[-72.200287,61.789162],[-72.224716,61.751659],[-72.145844,61.75388],[-72.061661,61.73555],[-71.99028,61.67638],[-72.087784,61.598881],[-72.236656,61.619438],[-72.303329,61.567211],[-72.210831,61.598331],[-72.08371,61.582458],[-71.980293,61.599998],[-71.933609,61.663601],[-71.958054,61.70694],[-71.675278,61.658878],[-71.571671,61.605549],[-71.549438,61.55888],[-71.855003,61.530548],[-71.789436,61.521931],[-71.795273,61.492489],[-71.746948,61.465832],[-71.887787,61.43082],[-71.585281,61.406651],[-71.689163,61.36832],[-71.822777,61.372761],[-71.792503,61.357498],[-71.818619,61.346661],[-71.664436,61.32777],[-71.72583,61.285831],[-71.598892,61.254169],[-71.62999,61.204708],[-71.569458,61.214439],[-71.578339,61.15527],[-71.512222,61.161659],[-71.530838,61.213612],[-71.473328,61.223049],[-71.370003,61.118599],[-71.361389,61.14777],[-71.215843,61.16777],[-71.193329,61.115829],[-71.174713,61.139992],[-71.011398,61.121658],[-70.928329,61.102489],[-70.936111,61.073051],[-70.818069,61.064442],[-70.767227,61.048328],[-70.780563,61.078331],[-70.751404,61.082211],[-70.656387,61.050541],[-70.676941,61.02166],[-70.547501,61.0075],[-70.566391,61.040829],[-70.527222,61.060822],[-70.426392,61.023319],[-70.444992,61.053879],[-70.410004,61.05471],[-70.41362,61.086651],[-70.351936,61.061378],[-70.326401,61.09388],[-70.246658,61.067501],[-70.146118,61.084721],[-70.107773,61.059719],[-70.159729,61.014439],[-70.09639,61.009991],[-70.114441,60.985271],[-70.085831,60.95499],[-70.088058,60.89777],[-70.147781,60.87999],[-70.067497,60.875271],[-70.061111,60.84444],[-69.92749,60.80777],[-69.849731,60.846661],[-69.93306,60.850552],[-69.756958,60.91888],[-69.740547,60.881378],[-69.658623,60.876942],[-69.64389,60.90332],[-69.689713,60.961658],[-69.656662,61.0536],[-69.599991,61.08194],[-69.51445,61.069439],[-69.426392,60.923611],[-69.366096,60.90694],[-69.391113,60.871929],[-69.368607,60.8111],[-69.71611,60.68277],[-69.685822,60.64444],[-69.696663,60.598049],[-69.656952,60.574711],[-69.826111,60.525551],[-69.748894,60.461658],[-69.776398,60.415539],[-69.730003,60.404991],[-69.722504,60.364159],[-69.768066,60.31221],[-69.606377,60.232769],[-69.651108,60.183331],[-69.594162,60.18082],[-69.62471,60.067501],[-69.7164,60.04166],[-69.841949,60.063049],[-69.841377,60.023048],[-69.770279,60.001942],[-69.794037,59.98941],[-70.33168,60.028332],[-70.315002,60.005001],[-70.556953,59.992771],[-71.030563,60.061939],[-70.566963,59.968601],[-70.227219,59.98666],[-70.061394,59.944988],[-69.726936,59.963612],[-69.717499,59.923882],[-69.759171,59.902489],[-69.562767,59.86805],[-69.612213,59.784439],[-69.545837,59.763611],[-69.654167,59.697769],[-69.519447,59.653049],[-69.571953,59.590271],[-69.679443,59.56361],[-69.748337,59.509991],[-69.759453,59.481098],[-69.697487,59.480549],[-69.645279,59.419159],[-69.66777,59.386662],[-69.631378,59.374989],[-69.758347,59.320271],[-69.631104,59.298882],[-69.412514,59.355],[-69.362503,59.339989],[-69.367218,59.307499],[-69.249733,59.323608],[-69.266403,59.283329],[-69.235001,59.239429],[-69.29277,59.208328],[-69.371933,59.240551],[-69.373894,59.18943],[-69.419159,59.19249],[-69.420837,59.223049],[-69.470284,59.213879],[-69.540283,59.166382],[-69.533073,59.110821],[-69.501709,59.106331],[-69.463058,59.129429],[-69.344162,59.091099],[-69.439713,59.02277],[-69.506958,59.069721],[-69.454178,58.89222],[-69.518341,58.885551],[-69.547501,58.808041],[-69.670837,58.792221],[-69.71611,58.864719],[-69.672234,58.89138],[-69.671661,58.93055],[-69.711937,58.91888],[-69.709442,58.972759],[-69.756668,58.98999],[-69.78833,58.96693],[-69.869164,59.053051],[-69.861107,58.984989],[-69.895554,58.957771],[-69.80722,58.931938],[-69.797501,58.82888],[-69.898354,58.873322],[-69.899986,58.82777],[-70.25,58.769711],[-70.036392,58.733601],[-69.919724,58.77388],[-69.925003,58.69249],[-69.79834,58.704708],[-69.876663,58.643608],[-69.813049,58.589161],[-69.700287,58.697208],[-69.642776,58.695541],[-69.608047,58.754711],[-69.507507,58.774712],[-69.348892,58.871658],[-69.12999,58.901661],[-68.889183,58.876942],[-68.763062,58.921101],[-68.390694,58.81171],[-68.355827,58.774441],[-68.380547,58.697769],[-68.326683,58.664711],[-68.348343,58.600552],[-68.274437,58.590549],[-68.288887,58.524712],[-68.193604,58.540829],[-68.223587,58.397831],[-68.31723,58.241661],[-68.344162,58.127491],[-68.46666,58.045551],[-68.964722,57.95916],[-69.202499,57.868599],[-69.369049,57.765251],[-68.951401,57.938599],[-68.404167,58.039719],[-68.313606,58.10305],[-68.303329,58.195541],[-68.23056,58.25555],[-68.168327,58.414711],[-68.171387,58.48999],[-68.125397,58.526058],[-68.026672,58.51305],[-68.003342,58.576389],[-67.959167,58.558041],[-67.958344,58.51194],[-67.896118,58.500549],[-67.923317,58.403049],[-67.855827,58.314991],[-67.897232,58.25333],[-68.09584,58.138599],[-68.128326,58.073608],[-68.006668,58.131939],[-67.954453,58.211941],[-67.861656,58.232208],[-67.801392,58.296661],[-67.830566,58.331379],[-67.787514,58.464439],[-67.731949,58.461941],[-67.667503,58.42749],[-67.707497,58.383049],[-67.693047,58.354439],[-67.737213,58.326939],[-67.730827,58.283611],[-67.642776,58.2486],[-67.703056,58.16193],[-67.671661,58.070831],[-67.735817,57.966381],[-67.709732,57.923321],[-67.708344,57.982491],[-67.635559,58.04277],[-67.65361,58.122761],[-67.481377,58.27388],[-67.378883,58.276939],[-67.16861,58.37804],[-67.090561,58.350552],[-67.056381,58.388889],[-67.077499,58.4175],[-67.011398,58.424709],[-66.944153,58.501942],[-66.876938,58.47916],[-66.898064,58.445271],[-66.846657,58.426659],[-66.804443,58.493881],[-66.618607,58.48777],[-66.669449,58.53194],[-66.620827,58.54694],[-66.621109,58.60471],[-66.583618,58.631939],[-66.599167,58.673321],[-66.563606,58.673321],[-66.551941,58.71138],[-66.458893,58.721661],[-66.489723,58.75444],[-66.465012,58.819988],[-66.349991,58.843048],[-66.11055,58.720539],[-66.072243,58.650829],[-65.999161,58.65443],[-65.985947,58.622162],[-65.935822,58.60471],[-66.021393,58.495541],[-65.991096,58.40694],[-66.089447,58.365269],[-66.065552,58.320271],[-66.041672,58.36805],[-65.965012,58.391941],[-65.920273,58.44582],[-65.98056,58.483051],[-65.904999,58.52972],[-65.884171,58.58083],[-65.828613,58.572769],[-65.935547,58.643051],[-65.948608,58.682209],[-66.031387,58.689159],[-66.044998,58.755829],[-66.103882,58.773609],[-66.022507,58.86166],[-65.970001,58.826099],[-65.797501,58.847488],[-65.990829,58.899719],[-65.85083,58.946381],[-65.880829,59.010551],[-65.678047,58.926941],[-65.678329,58.963879],[-65.793327,59.005829],[-65.739723,59.018051],[-65.777496,59.029991],[-65.660278,59.044159],[-65.5,58.98333],[-65.58223,59.049721],[-65.317497,59.041382],[-65.54361,59.101101],[-65.638062,59.069439],[-65.715012,59.148331],[-65.684433,59.19305],[-65.737778,59.209991],[-65.743057,59.265831],[-65.676102,59.261108],[-65.591377,59.188042],[-65.610817,59.253052],[-65.492493,59.255001],[-65.565552,59.30138],[-65.570847,59.37804],[-65.357224,59.27721],[-65.444992,59.351391],[-65.430832,59.403599],[-65.383057,59.401661],[-65.49527,59.43388],[-65.469727,59.444149],[-65.542221,59.48999],[-65.188599,59.45916],[-65.126663,59.407768],[-64.983322,59.376381],[-65.22084,59.488331],[-65.411667,59.509441],[-65.54361,59.736382],[-65.468338,59.75972],[-65.495003,59.789989],[-65.371933,59.796391],[-65.381668,59.824169],[-65.333893,59.84721],[-65.152786,59.779991],[-64.983887,59.762772],[-65.211121,59.833599],[-65.231949,59.88583],[-65.133904,59.868599],[-65.20639,59.919991],[-65.148903,59.92305],[-65.138611,59.953049],[-65.066673,59.934429],[-65.12471,59.971661],[-65.063316,59.97694],[-65.126099,60.011108],[-65.12471,60.0425],[-65.071671,60.035271],[-65.026947,60.067501],[-65.0625,60.096939],[-64.988892,60.11694],[-64.993057,60.14888],[-64.943604,60.191101],[-64.874161,60.20583],[-64.955276,60.255829],[-64.861389,60.29694],[-64.835564,60.363331],[-64.641678,60.344711],[-64.534821,60.302601],[-64.853882,60.261669],[-64.851936,60.22332],[-64.767227,60.174999],[-64.637222,60.178329],[-64.598892,60.111111],[-64.734161,60.103321],[-64.702499,60.064991],[-64.796951,60.039719],[-64.906387,60.04805],[-64.847778,59.964161],[-64.65361,59.929989],[-64.661911,59.88361],[-64.767776,59.87999],[-64.744453,59.84499],[-64.814163,59.81889],[-64.773064,59.698879],[-64.82695,59.531109],[-64.700844,59.44582],[-64.432503,59.52943],[-64.340286,59.49638],[-64.5,59.433048],[-64.485001,59.396389],[-64.538063,59.3736],[-64.499161,59.33971],[-64.53833,59.285549],[-64.507507,59.25],[-64.534729,59.197491],[-64.493057,59.158878],[-64.493057,59.104439],[-64.365013,59.07333],[-64.291382,59.016659],[-64.415833,58.981098],[-64.656387,59.028599],[-64.720001,59.069988],[-64.829453,59.03249],[-64.864723,58.990551],[-64.838898,58.958599],[-64.878883,58.92749],[-64.809433,58.911098],[-64.718887,58.945271],[-64.568069,58.887211],[-64.300278,58.882488],[-64.258621,58.849998],[-64.257507,58.77943],[-64.156113,58.74527],[-63.999439,58.81916],[-63.841942,58.82972],[-63.766651,58.874081],[-63.588329,58.846378],[-63.480549,58.7486],[-63.574169,58.715832],[-64.051102,58.676102],[-64.097504,58.60722],[-64.084167,58.55555],[-64.022507,58.52055],[-63.886951,58.563049],[-63.81945,58.471371],[-64.156387,58.348331],[-64.21167,58.23555],[-64.398064,58.18166],[-64.431953,58.086109],[-64.208618,58.033329],[-64.214447,57.977489],[-64.057503,57.76944],[-64.022507,57.771381],[-64.006668,57.812771],[-63.92667,57.797218],[-63.891941,57.73027],[-63.825562,57.690269],[-63.765282,57.732769],[-63.70055,57.662769],[-63.653332,57.731098],[-63.595829,57.734161],[-63.60722,57.663601],[-63.721378,57.602489],[-63.765011,57.573879],[-63.763889,57.482491],[-63.709721,57.37249],[-63.836941,57.325829],[-63.87611,57.242771],[-63.855282,57.193878],[-63.81472,57.27972],[-63.741112,57.232769],[-63.7925,57.165272],[-63.78751,57.111938],[-63.873611,57.06638],[-63.863331,56.992771],[-63.917782,56.930271],[-63.87138,56.87804],[-64.00528,56.850552],[-63.992229,56.785831],[-64.083618,56.765549],[-64.12944,56.71027],[-63.945,56.549721],[-63.942219,56.479431],[-63.87138,56.43943],[-63.97472,56.412769],[-64.169724,56.427769],[-64.114166,56.39027],[-64.105827,56.331379],[-64.136673,56.3036],[-64.08667,56.259159],[-63.97472,56.259159],[-63.876949,56.217209],[-64.010834,56.159988],[-64.020279,56.076389],[-63.847778,56.12027],[-63.880001,56.076939],[-63.79084,56.039162],[-63.445,56.02277],[-63.69416,55.942211],[-63.715279,55.859161],[-63.488331,55.696659],[-63.448051,55.59943],[-63.29834,55.523319],[-63.144169,55.526379],[-63.176392,55.419441],[-63.095829,55.349998],[-63.176571,55.296539],[-63.519451,55.183601],[-63.566109,55.060268],[-63.435268,54.973598],[-63.66917,54.612209],[-63.976189,54.626461],[-64.325562,54.751942],[-64.404327,54.75251],[-64.552223,54.720539],[-64.811661,54.749161],[-65.121933,54.69471],[-65.443878,54.745831],[-65.689987,54.713329],[-65.835281,54.831379],[-65.858337,54.907768],[-65.957779,54.92944],[-66.035004,54.90971],[-66.23999,54.99194],[-66.576401,55.250549],[-66.681953,55.25333],[-66.688049,55.301102],[-66.77861,55.338879],[-66.844162,55.326099],[-66.688889,55.204159],[-66.740829,55.17749],[-66.765839,55.105549],[-66.65976,54.978031],[-66.732773,54.94833],[-66.678329,54.894161],[-66.605003,54.790829],[-66.712219,54.78194],[-66.698608,54.742222],[-66.738602,54.732769],[-66.946953,54.801659],[-67.028061,54.89777],[-67.297783,55.008049],[-67.273903,55.066669],[-67.428329,55.07111],[-67.453056,55.018879],[-67.362213,54.87582],[-67.263344,54.825272],[-67.30777,54.783878],[-67.184998,54.71944],[-67.213898,54.66888],[-67.036392,54.621658],[-67.219452,54.607498],[-67.305557,54.504169],[-67.492493,54.58194],[-67.601387,54.56638],[-67.633057,54.479988],[-67.586121,54.4175],[-67.59584,54.365269],[-67.49472,54.314442],[-67.531677,54.248878],[-67.485001,54.234161],[-67.637222,54.174999],[-67.781952,54.063881],[-67.738441,54.000011],[-67.609161,53.928051],[-67.588058,53.85722],[-67.430557,53.778332],[-67.491943,53.603882],[-67.141953,53.542221],[-67.128883,53.464161],[-67.068619,53.4286],[-67.06778,53.384159],[-66.987503,53.403599],[-66.910004,53.340271],[-66.991669,53.195271],[-66.948608,53.109718],[-66.979446,53.027771],[-67.078056,52.94804],[-67.058327,52.804989],[-67.092773,52.72971],[-67.067497,52.699429],[-66.891388,52.673321],[-66.87471,52.747768],[-66.813316,52.66415],[-66.66806,52.725819],[-66.648064,52.94582],[-66.525284,52.943321],[-66.476936,53.034161],[-66.345551,52.974159],[-66.26973,52.877491],[-66.378883,52.836109],[-66.328339,52.736938],[-66.433884,52.706379],[-66.43222,52.611382],[-66.373611,52.5425],[-66.446663,52.530819],[-66.358047,52.406651],[-66.458618,52.3661],[-66.486656,52.312489],[-66.438889,52.200829],[-66.335564,52.136379],[-66.303879,52.222759],[-66.319733,52.289162],[-66.275558,52.311661],[-66.173889,52.220539],[-66.068069,52.216381],[-66.063889,52.11832],[-65.916946,52.050831],[-65.801666,52.04277],[-65.799438,52.095539],[-65.758621,52.111382],[-65.56723,52.046661],[-65.538597,52.123878],[-65.453613,52.20805],[-65.108612,52.17083],[-64.853333,52.021931],[-64.84584,51.93082],[-64.587784,51.82888],[-64.593887,51.796101],[-64.718063,51.747768],[-64.703056,51.69276],[-64.604172,51.642769],[-64.581123,51.55777],[-64.44249,51.66777],[-64.264183,51.739719],[-64.357224,51.850552],[-64.317497,51.903599],[-64.330841,51.965271],[-64.274437,52.00333],[-64.293327,52.046391],[-64.257782,52.12804],[-64.115829,52.151379],[-64.131378,52.28138],[-64.08168,52.37249],[-64.208893,52.548882],[-64.175278,52.60944],[-64.202217,52.672218],[-64.156662,52.738331],[-64.201401,52.790829],[-64.172501,52.85083],[-64.080841,52.881378],[-63.959999,52.867771],[-63.982769,52.933601],[-63.919449,52.97694],[-63.923611,53.077221],[-63.693329,53.113609],[-63.634731,53.094151],[-63.62611,53.042221],[-63.54195,52.970829],[-63.595829,52.770771],[-63.423061,52.707211],[-63.377781,52.650829],[-63.839722,52.61805],[-63.971378,52.570831],[-64.08168,52.470539],[-64.027496,52.433048],[-63.976391,52.458599],[-63.930279,52.41777],[-63.92445,52.383881],[-64.013062,52.387211],[-63.987499,52.362499],[-63.941269,52.264],[-63.65535,52.124359],[-63.637779,52.039989],[-63.824718,52.070549],[-63.75111,51.999722],[-57.367771,51.999439],[-57.101109,52],[-57.10424,51.41267]]]]}}, {"type":"Feature","properties":{"code":"NL","name":"Newfoundland and Labrador"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-55.88306,53.486382],[-55.729439,53.450272],[-55.79528,53.458328],[-55.774441,53.41444],[-55.817219,53.41777],[-55.801392,53.39249],[-55.971661,53.44582],[-55.88306,53.486382]]],[[[-55.466942,50.784161],[-55.557499,50.701389],[-55.653049,50.727211],[-55.61916,50.791382],[-55.589161,50.772491],[-55.46278,50.80582],[-55.466942,50.784161]]],[[[-54.08112,49.736382],[-53.98167,49.649441],[-54.257778,49.566669],[-54.293331,49.580551],[-54.303329,49.670269],[-54.25528,49.672489],[-54.28278,49.71666],[-54.215279,49.720829],[-54.19194,49.674999],[-54.148338,49.74749],[-54.08112,49.736382]]],[[[-54.52972,49.633881],[-54.576672,49.558601],[-54.727219,49.528332],[-54.739441,49.490269],[-54.871941,49.487499],[-54.807499,49.517208],[-54.884171,49.546101],[-54.891941,49.590549],[-54.793331,49.602779],[-54.788342,49.55777],[-54.743889,49.544998],[-54.62722,49.633049],[-54.620831,49.602779],[-54.536121,49.66415],[-54.52972,49.633881]]],[[[-53.564159,48.19054],[-53.509731,48.19833],[-53.512501,48.145271],[-53.553329,48.106941],[-53.53083,48.097771],[-53.634171,48.075272],[-53.85611,48.098049],[-53.935829,48.182499],[-53.906391,48.21027],[-53.850559,48.161381],[-53.765282,48.174709],[-53.68972,48.147221],[-53.564159,48.19054]]],[[[-55.927502,47.676659],[-55.93,47.639431],[-55.876389,47.61166],[-55.901939,47.602489],[-56.113621,47.644711],[-55.927502,47.676659]]],[[[-54.125,47.640831],[-54.243328,47.399441],[-54.364449,47.406651],[-54.262218,47.474709],[-54.205559,47.546391],[-54.240002,47.558041],[-54.172779,47.621101],[-54.17194,47.585548],[-54.135281,47.668049],[-54.125,47.640831]]],[[[-64.631828,60.35746],[-64.790283,60.391109],[-64.867493,60.450272],[-64.85611,60.473881],[-64.639999,60.484718],[-64.525558,60.413319],[-64.532227,60.374161],[-64.47084,60.405819],[-64.426941,60.401379],[-64.427673,60.372929],[-64.478333,60.334431],[-64.423607,60.28249],[-64.631828,60.35746]]],[[[-64.534821,60.302601],[-64.384171,60.238331],[-64.613052,60.28944],[-64.759453,60.231098],[-64.554169,60.262772],[-64.463333,60.22694],[-64.562767,60.17305],[-64.405563,60.220268],[-64.426666,60.19249],[-64.376938,60.160549],[-64.486938,60.115551],[-64.469162,60.082771],[-64.627487,60.070831],[-64.827499,59.986382],[-64.603333,60.051659],[-64.45639,60.059429],[-64.373894,60.1236],[-64.371933,60.073051],[-64.416397,60.06332],[-64.371109,60.04361],[-64.389183,60.01416],[-64.588608,60.001942],[-64.398064,59.971661],[-64.396957,59.937771],[-64.499443,59.891659],[-64.363327,59.922489],[-64.330002,59.984161],[-64.224442,59.99527],[-64.325287,60.015831],[-64.314713,60.05138],[-64.173607,60.028332],[-64.150284,59.985271],[-64.294449,59.948601],[-64.186394,59.91972],[-64.259743,59.872219],[-64.126099,59.896099],[-64.177223,59.785549],[-64.261948,59.789162],[-64.254997,59.75666],[-64.163887,59.684158],[-63.956669,59.689991],[-63.96611,59.658878],[-63.923889,59.653599],[-64.047501,59.635269],[-64.122498,59.519711],[-64.040833,59.5536],[-63.997219,59.626659],[-63.863621,59.601662],[-63.98,59.505268],[-63.87138,59.56638],[-63.7225,59.513889],[-63.799728,59.41666],[-64.000557,59.41444],[-64.06221,59.382488],[-63.763889,59.38805],[-63.755562,59.358051],[-63.71167,59.365269],[-63.805828,59.240269],[-63.741112,59.25639],[-63.64999,59.362499],[-63.54306,59.348049],[-63.534729,59.264439],[-63.637779,59.218601],[-63.605282,59.209721],[-63.380001,59.283878],[-63.45084,59.240829],[-63.431671,59.22443],[-63.462219,59.1936],[-63.376659,59.213329],[-63.366661,59.186378],[-63.42556,59.126381],[-63.551392,59.084431],[-63.76778,59.04916],[-63.934441,59.081108],[-64.047234,59.01944],[-63.898891,59.05666],[-63.91222,59.000549],[-63.868328,58.95332],[-63.86916,59.031658],[-63.527222,59.030548],[-63.372768,59.101101],[-63.125,59.055271],[-63.175282,59.026939],[-63.336109,59.02499],[-63.224998,59.001389],[-63.304169,58.94249],[-63.173061,58.97971],[-63.170559,58.954708],[-63.226391,58.939709],[-63.160549,58.92638],[-63.325001,58.855831],[-63.15778,58.873322],[-63.182781,58.833599],[-63.160278,58.823051],[-63.071949,58.902771],[-62.994999,58.885551],[-63.053329,58.859161],[-62.924171,58.821381],[-62.90527,58.789989],[-62.918331,58.74527],[-63.04084,58.707771],[-62.867771,58.71138],[-62.843609,58.659431],[-62.917221,58.630821],[-62.915829,58.600269],[-63.16917,58.503052],[-63.439991,58.51833],[-63.52417,58.470829],[-63.385281,58.488331],[-63.34333,58.4561],[-63.589439,58.300831],[-63.264721,58.463051],[-63.089722,58.458328],[-63.151939,58.373878],[-63.050549,58.450272],[-63.015011,58.42527],[-62.80444,58.492222],[-62.77528,58.451099],[-62.745281,58.49361],[-62.589439,58.499722],[-62.556389,58.478039],[-62.650551,58.408329],[-62.61972,58.376942],[-62.623051,58.30444],[-62.858608,58.262501],[-62.90527,58.209991],[-62.832779,58.251659],[-62.658611,58.270271],[-62.59277,58.2486],[-62.582779,58.21693],[-62.661381,58.17305],[-63.074718,58.151379],[-63.012218,58.135551],[-63.023891,58.118881],[-63.21167,58.062489],[-63.132221,58.058331],[-63.15583,58.026939],[-63.340839,57.979988],[-63.12888,57.997768],[-63.089161,58.06221],[-62.838051,58.145],[-62.846111,58.118881],[-62.709438,58.14249],[-62.652222,58.118599],[-62.57362,58.164711],[-62.554722,58.121101],[-62.52306,58.1661],[-62.452782,58.17527],[-62.531391,58.095268],[-62.50639,58.055271],[-62.46674,58.102371],[-62.368889,58.11166],[-62.426392,58.081379],[-62.38612,58.07222],[-62.388889,58.042221],[-62.33556,58.067501],[-62.309719,58.028599],[-62.386669,57.993881],[-62.528339,58.00555],[-62.672779,57.929989],[-62.456951,57.967491],[-62.423611,57.957771],[-62.408611,57.865551],[-62.34222,57.975819],[-62.333611,57.90638],[-62.276661,57.950829],[-62.206108,57.907768],[-62.127491,57.968048],[-62.059719,57.89777],[-62.13805,57.835819],[-62.120831,57.800831],[-61.99667,57.772221],[-61.946949,57.71471],[-61.965839,57.687489],[-61.89333,57.66972],[-61.88306,57.637501],[-62.051392,57.588879],[-62.13612,57.528332],[-62.271938,57.533051],[-62.33556,57.456379],[-62.54528,57.50111],[-62.36528,57.41972],[-62.167221,57.464439],[-61.891392,57.41193],[-61.803051,57.358891],[-61.91972,57.365551],[-61.868328,57.3386],[-61.863892,57.285549],[-62.015839,57.24305],[-61.89555,57.211109],[-61.852501,57.165272],[-61.77306,57.19305],[-61.779171,57.148331],[-61.636391,57.232491],[-61.623329,57.215271],[-61.696659,57.153881],[-61.441669,57.148609],[-61.358341,57.08749],[-61.37944,57.05138],[-61.348339,57.025269],[-61.371941,56.995541],[-61.346111,56.951099],[-61.378052,56.982208],[-61.487782,56.981659],[-61.639999,56.883881],[-61.661381,56.809429],[-61.906391,56.795269],[-61.889999,56.69804],[-61.846111,56.75639],[-61.702499,56.73082],[-61.73444,56.697208],[-61.825001,56.706661],[-61.65889,56.64777],[-61.688889,56.61721],[-61.923061,56.64555],[-61.895279,56.68082],[-61.992771,56.660271],[-62.49889,56.77972],[-62.279442,56.826389],[-62.04945,56.8325],[-62.543892,56.837212],[-62.58556,56.79277],[-62.503059,56.762211],[-61.916389,56.62027],[-62.22472,56.609161],[-61.945271,56.57888],[-61.715,56.57222],[-61.65527,56.533878],[-61.66222,56.5061],[-61.77306,56.484718],[-62.046951,56.504711],[-62.082218,56.481659],[-61.949169,56.46138],[-62.139172,56.44471],[-61.98473,56.415272],[-61.930279,56.437489],[-61.79084,56.39249],[-61.84277,56.380821],[-61.772221,56.336651],[-61.589161,56.28722],[-61.811668,56.305271],[-61.65889,56.26749],[-61.778339,56.25444],[-61.827782,56.264721],[-61.753059,56.277771],[-61.878609,56.298611],[-62.076111,56.285],[-61.919449,56.212212],[-61.65527,56.224159],[-61.56028,56.194439],[-61.350842,56.22221],[-61.33028,56.176659],[-61.410549,56.124439],[-61.342499,56.14138],[-61.337502,56.100269],[-61.452221,56.056938],[-61.237499,56.04277],[-61.50362,56.006939],[-61.390839,55.998329],[-61.376659,55.97971],[-61.40472,55.97221],[-61.460831,55.99638],[-61.415001,55.96027],[-61.117771,55.966099],[-61.074451,55.928329],[-61.07917,55.893051],[-61.201672,55.884159],[-61.10445,55.845539],[-60.755562,55.84943],[-60.733059,55.80249],[-60.807781,55.755268],[-60.945339,55.751308],[-60.96666,55.74638],[-60.9375,55.727211],[-60.75639,55.729431],[-60.647221,55.822769],[-60.60194,55.814709],[-60.62389,55.783611],[-60.59277,55.704159],[-60.661381,55.66666],[-60.62888,55.629162],[-60.679169,55.563881],[-60.60223,55.626659],[-60.503059,55.803051],[-60.36195,55.761669],[-60.34,55.786381],[-60.33778,55.7486],[-60.384171,55.719711],[-60.37167,55.678329],[-60.493889,55.658039],[-60.531109,55.59721],[-60.465839,55.63166],[-60.393059,55.601101],[-60.447781,55.500271],[-60.340279,55.57888],[-60.316391,55.573879],[-60.339439,55.533611],[-60.305561,55.524158],[-60.45306,55.444988],[-60.437771,55.399441],[-60.478329,55.347488],[-60.331669,55.48666],[-60.30611,55.486382],[-60.35722,55.4286],[-60.285278,55.438042],[-60.268608,55.502491],[-60.201672,55.4786],[-60.196659,55.422218],[-60.354721,55.395],[-60.399441,55.289989],[-60.46666,55.29472],[-60.533058,55.204441],[-60.612499,55.16666],[-60.553341,55.181561],[-60.510761,55.2076],[-60.46833,55.237499],[-60.430279,55.21693],[-60.396111,55.253609],[-60.348049,55.250549],[-60.46611,55.189709],[-60.52306,55.111382],[-60.670559,55.04472],[-60.683331,54.994999],[-60.482498,55.105549],[-60.446659,55.15638],[-60.385559,55.150539],[-60.16,55.285549],[-60.13805,55.278049],[-60.194439,55.192211],[-60.021389,55.266109],[-60.18972,55.096939],[-60.220551,55.10638],[-60.288342,55.053322],[-60.293892,55.01944],[-60.099442,55.136662],[-60.020279,55.234989],[-59.91695,55.233879],[-59.914719,55.26416],[-59.779171,55.32972],[-59.755001,55.2761],[-59.711941,55.269711],[-59.752781,55.220829],[-59.732498,55.197208],[-59.863892,55.15416],[-59.96278,55.161098],[-59.963619,55.110279],[-59.921108,55.139721],[-59.800831,55.108891],[-59.729439,55.14444],[-59.638889,55.13055],[-59.535278,55.16777],[-59.50584,55.213329],[-59.501671,55.141941],[-59.427219,55.139992],[-59.519169,55.054161],[-59.733059,54.967491],[-59.715549,54.946098],[-59.840549,54.879162],[-59.860279,54.845539],[-59.821388,54.846939],[-59.827499,54.82444],[-59.94416,54.749722],[-59.791111,54.785549],[-59.808048,54.836109],[-59.75695,54.895828],[-59.604172,54.954441],[-59.433331,55.06889],[-59.402222,55.028049],[-59.286949,55.18943],[-59.217499,55.217209],[-59.21722,55.164989],[-59.161381,55.236938],[-59.127491,55.20583],[-59.137218,55.15443],[-59.252781,55.102489],[-59.384171,54.97332],[-59.250839,55.035831],[-59.228882,55.081108],[-59.181671,55.097488],[-59.14917,55.06805],[-59.12611,55.123878],[-59.09,55.083328],[-59.064159,55.14666],[-59.023609,55.156651],[-58.996109,55.118599],[-58.96056,55.134991],[-58.95583,55.10083],[-59.043331,54.994999],[-58.985561,55.020828],[-58.894169,54.95277],[-59.013618,54.889721],[-58.883888,54.916382],[-58.91666,54.850552],[-58.779171,54.84972],[-58.75639,54.79805],[-58.73138,54.843048],[-58.69194,54.846378],[-58.685268,54.81554],[-58.51722,54.8036],[-58.565552,54.766109],[-58.443611,54.77388],[-58.40472,54.738331],[-58.391941,54.787498],[-58.196659,54.795269],[-58.173328,54.745541],[-57.998611,54.714161],[-57.855,54.737499],[-57.660278,54.62804],[-57.545841,54.661659],[-57.45055,54.64999],[-57.414719,54.5886],[-57.3475,54.579441],[-57.431389,54.55027],[-57.37722,54.542221],[-57.385281,54.50333],[-57.70528,54.46693],[-57.421669,54.453609],[-57.52528,54.451099],[-57.523331,54.41721],[-57.660831,54.376942],[-58.146389,54.365269],[-58.261951,54.3111],[-58.095829,54.325829],[-58.243061,54.287498],[-58.233891,54.254169],[-58.446388,54.239159],[-58.72472,54.145271],[-58.915279,54.138599],[-59.37611,54.04694],[-59.575562,54.049438],[-59.509731,53.995541],[-59.276112,54.021099],[-58.687771,54.12471],[-58.37944,54.229988],[-58.610279,54.04166],[-59.038609,54.026939],[-58.919449,54.01083],[-59.008339,53.955269],[-59.11528,53.946381],[-59.463329,53.830551],[-59.82584,53.84277],[-59.88055,53.825272],[-59.80278,53.806099],[-59.828892,53.788601],[-60.13139,53.77721],[-60.01778,53.704159],[-60.097778,53.683601],[-60.119999,53.611382],[-60.064449,53.560268],[-60.133888,53.528332],[-60.39056,53.665539],[-60.810829,53.771931],[-60.875,53.83083],[-60.856949,53.79277],[-60.93306,53.7286],[-60.91806,53.709431],[-60.805561,53.723049],[-60.53722,53.678329],[-60.278881,53.558601],[-60.048061,53.49527],[-60.038059,53.439709],[-60.13805,53.453609],[-60.331951,53.388599],[-60.363892,53.351101],[-60.40583,53.364159],[-60.39584,53.331379],[-60.174999,53.343048],[-60.39806,53.265549],[-60.26112,53.2686],[-60.16444,53.309429],[-60.113892,53.270271],[-60.09,53.299999],[-60.147781,53.32666],[-60.024719,53.355],[-59.90889,53.45583],[-59.87167,53.4436],[-59.874168,53.484989],[-59.785,53.477211],[-59.893059,53.528599],[-59.605831,53.52972],[-59.36945,53.648609],[-59.302219,53.686378],[-59.279442,53.662769],[-59.213619,53.69138],[-59.074169,53.683048],[-59.06834,53.71777],[-59.027779,53.711658],[-59.010559,53.746658],[-59.066391,53.794998],[-58.876389,53.888329],[-58.841671,53.943321],[-58.130001,54.096939],[-57.78944,54.0686],[-57.851669,54.100269],[-58.159161,54.13583],[-58.328892,54.089432],[-58.418331,54.139721],[-58.38361,54.189709],[-58.17028,54.23666],[-57.659161,54.199429],[-57.604721,54.18388],[-57.609169,54.16193],[-57.428341,54.182499],[-57.384171,54.150539],[-57.396389,54.128601],[-57.35973,54.134159],[-57.370831,54.10638],[-57.296391,54.00555],[-57.142231,53.934719],[-57.215,53.929989],[-57.221378,53.889992],[-57.076389,53.823051],[-57.13361,53.824169],[-57.099998,53.800831],[-57.159721,53.75861],[-57.119999,53.7411],[-57.549999,53.59193],[-57.444721,53.618599],[-57.448608,53.59222],[-57.376659,53.607498],[-57.316669,53.57972],[-57.344158,53.54277],[-57.305561,53.534439],[-57.30666,53.49638],[-57.372219,53.43082],[-57.289169,53.43388],[-57.285278,53.477489],[-57.13612,53.54916],[-57.159161,53.564159],[-57.136391,53.60944],[-57.077499,53.628601],[-57.014721,53.71138],[-56.704441,53.750549],[-56.600281,53.710819],[-56.615841,53.762501],[-56.464691,53.782269],[-56.421669,53.71693],[-56.725559,53.67416],[-56.480549,53.62138],[-56.333889,53.629162],[-56.263062,53.601391],[-56.33556,53.603321],[-56.320278,53.58527],[-56.027222,53.575272],[-55.978882,53.542221],[-56.00861,53.5],[-56.063332,53.540829],[-56.26334,53.540279],[-56.031391,53.459721],[-56.032219,53.432209],[-55.965549,53.409161],[-56.038342,53.367489],[-55.91222,53.395],[-55.85828,53.365269],[-55.885559,53.344151],[-55.808048,53.340549],[-55.91111,53.303879],[-55.812222,53.290829],[-55.85973,53.248051],[-55.745831,53.249439],[-55.79084,53.198879],[-55.841942,53.205269],[-55.76334,53.1786],[-55.754169,53.134991],[-55.830002,53.09721],[-55.944439,53.112499],[-55.87944,53.07999],[-55.911942,53.028332],[-56.16695,53.02943],[-56.084438,53.01527],[-56.133331,52.983051],[-56.11195,52.96666],[-56.04084,53.005829],[-55.889439,52.969151],[-55.910831,52.950272],[-55.834171,52.92194],[-55.803329,52.839432],[-55.987782,52.806099],[-55.923328,52.789989],[-55.996391,52.773319],[-56.160549,52.819439],[-56.16,52.79388],[-56.053329,52.762772],[-55.96056,52.679161],[-55.76556,52.665821],[-55.738609,52.642769],[-55.794449,52.593048],[-55.937222,52.63916],[-56.122768,52.6511],[-55.974998,52.619709],[-56.047779,52.576099],[-55.989441,52.56694],[-55.999439,52.548611],[-56.089722,52.572491],[-56.237221,52.541939],[-56.496868,52.594151],[-56.245548,52.52916],[-56.10722,52.547489],[-55.971378,52.50222],[-55.7514,52.496101],[-55.735828,52.469151],[-55.766399,52.447769],[-55.64555,52.437489],[-55.641941,52.36388],[-55.799171,52.384441],[-55.782501,52.33416],[-56.195271,52.435822],[-55.82362,52.32333],[-55.849171,52.298882],[-55.70805,52.293331],[-55.79195,52.237499],[-55.720829,52.251389],[-55.618328,52.215271],[-55.776661,52.20916],[-55.688889,52.18111],[-55.713329,52.139992],[-55.68972,52.101391],[-55.792782,52.083881],[-55.763889,52.047489],[-55.84277,52.003052],[-55.959171,52.019161],[-55.894451,51.962212],[-55.915279,51.932209],[-56.117771,51.860279],[-56.209721,51.789719],[-56.43306,51.74638],[-56.493328,51.688599],[-56.68195,51.64222],[-56.695831,51.584991],[-56.807499,51.528332],[-56.81361,51.491661],[-56.858059,51.46888],[-56.933331,51.491661],[-56.942768,51.42749],[-57.10424,51.41267],[-57.101109,52],[-57.367771,51.999439],[-63.75111,51.999722],[-63.824718,52.070549],[-63.637779,52.039989],[-63.65535,52.124359],[-63.941269,52.264],[-63.987499,52.362499],[-64.013062,52.387211],[-63.92445,52.383881],[-63.930279,52.41777],[-63.976391,52.458599],[-64.027496,52.433048],[-64.08168,52.470539],[-63.971378,52.570831],[-63.839722,52.61805],[-63.377781,52.650829],[-63.423061,52.707211],[-63.595829,52.770771],[-63.54195,52.970829],[-63.62611,53.042221],[-63.634731,53.094151],[-63.693329,53.113609],[-63.923611,53.077221],[-63.919449,52.97694],[-63.982769,52.933601],[-63.959999,52.867771],[-64.080841,52.881378],[-64.172501,52.85083],[-64.201401,52.790829],[-64.156662,52.738331],[-64.202217,52.672218],[-64.175278,52.60944],[-64.208893,52.548882],[-64.08168,52.37249],[-64.131378,52.28138],[-64.115829,52.151379],[-64.257782,52.12804],[-64.293327,52.046391],[-64.274437,52.00333],[-64.330841,51.965271],[-64.317497,51.903599],[-64.357224,51.850552],[-64.264183,51.739719],[-64.44249,51.66777],[-64.581123,51.55777],[-64.604172,51.642769],[-64.703056,51.69276],[-64.718063,51.747768],[-64.593887,51.796101],[-64.587784,51.82888],[-64.84584,51.93082],[-64.853333,52.021931],[-65.108612,52.17083],[-65.453613,52.20805],[-65.538597,52.123878],[-65.56723,52.046661],[-65.758621,52.111382],[-65.799438,52.095539],[-65.801666,52.04277],[-65.916946,52.050831],[-66.063889,52.11832],[-66.068069,52.216381],[-66.173889,52.220539],[-66.275558,52.311661],[-66.319733,52.289162],[-66.303879,52.222759],[-66.335564,52.136379],[-66.438889,52.200829],[-66.486656,52.312489],[-66.458618,52.3661],[-66.358047,52.406651],[-66.446663,52.530819],[-66.373611,52.5425],[-66.43222,52.611382],[-66.433884,52.706379],[-66.328339,52.736938],[-66.378883,52.836109],[-66.26973,52.877491],[-66.345551,52.974159],[-66.476936,53.034161],[-66.525284,52.943321],[-66.648064,52.94582],[-66.66806,52.725819],[-66.813316,52.66415],[-66.87471,52.747768],[-66.891388,52.673321],[-67.067497,52.699429],[-67.092773,52.72971],[-67.058327,52.804989],[-67.078056,52.94804],[-66.979446,53.027771],[-66.948608,53.109718],[-66.991669,53.195271],[-66.910004,53.340271],[-66.987503,53.403599],[-67.06778,53.384159],[-67.068619,53.4286],[-67.128883,53.464161],[-67.141953,53.542221],[-67.491943,53.603882],[-67.430557,53.778332],[-67.588058,53.85722],[-67.609161,53.928051],[-67.738441,54.000011],[-67.781952,54.063881],[-67.637222,54.174999],[-67.485001,54.234161],[-67.531677,54.248878],[-67.49472,54.314442],[-67.59584,54.365269],[-67.586121,54.4175],[-67.633057,54.479988],[-67.601387,54.56638],[-67.492493,54.58194],[-67.305557,54.504169],[-67.219452,54.607498],[-67.036392,54.621658],[-67.213898,54.66888],[-67.184998,54.71944],[-67.30777,54.783878],[-67.263344,54.825272],[-67.362213,54.87582],[-67.453056,55.018879],[-67.428329,55.07111],[-67.273903,55.066669],[-67.297783,55.008049],[-67.028061,54.89777],[-66.946953,54.801659],[-66.738602,54.732769],[-66.698608,54.742222],[-66.712219,54.78194],[-66.605003,54.790829],[-66.678329,54.894161],[-66.732773,54.94833],[-66.65976,54.978031],[-66.765839,55.105549],[-66.740829,55.17749],[-66.688889,55.204159],[-66.844162,55.326099],[-66.77861,55.338879],[-66.688049,55.301102],[-66.681953,55.25333],[-66.576401,55.250549],[-66.23999,54.99194],[-66.035004,54.90971],[-65.957779,54.92944],[-65.858337,54.907768],[-65.835281,54.831379],[-65.689987,54.713329],[-65.443878,54.745831],[-65.121933,54.69471],[-64.811661,54.749161],[-64.552223,54.720539],[-64.404327,54.75251],[-64.325562,54.751942],[-63.976189,54.626461],[-63.66917,54.612209],[-63.435268,54.973598],[-63.566109,55.060268],[-63.519451,55.183601],[-63.176571,55.296539],[-63.095829,55.349998],[-63.176392,55.419441],[-63.144169,55.526379],[-63.29834,55.523319],[-63.448051,55.59943],[-63.488331,55.696659],[-63.715279,55.859161],[-63.69416,55.942211],[-63.445,56.02277],[-63.79084,56.039162],[-63.880001,56.076939],[-63.847778,56.12027],[-64.020279,56.076389],[-64.010834,56.159988],[-63.876949,56.217209],[-63.97472,56.259159],[-64.08667,56.259159],[-64.136673,56.3036],[-64.105827,56.331379],[-64.114166,56.39027],[-64.169724,56.427769],[-63.97472,56.412769],[-63.87138,56.43943],[-63.942219,56.479431],[-63.945,56.549721],[-64.12944,56.71027],[-64.083618,56.765549],[-63.992229,56.785831],[-64.00528,56.850552],[-63.87138,56.87804],[-63.917782,56.930271],[-63.863331,56.992771],[-63.873611,57.06638],[-63.78751,57.111938],[-63.7925,57.165272],[-63.741112,57.232769],[-63.81472,57.27972],[-63.855282,57.193878],[-63.87611,57.242771],[-63.836941,57.325829],[-63.709721,57.37249],[-63.763889,57.482491],[-63.765011,57.573879],[-63.721378,57.602489],[-63.60722,57.663601],[-63.595829,57.734161],[-63.653332,57.731098],[-63.70055,57.662769],[-63.765282,57.732769],[-63.825562,57.690269],[-63.891941,57.73027],[-63.92667,57.797218],[-64.006668,57.812771],[-64.022507,57.771381],[-64.057503,57.76944],[-64.214447,57.977489],[-64.208618,58.033329],[-64.431953,58.086109],[-64.398064,58.18166],[-64.21167,58.23555],[-64.156387,58.348331],[-63.81945,58.471371],[-63.886951,58.563049],[-64.022507,58.52055],[-64.084167,58.55555],[-64.097504,58.60722],[-64.051102,58.676102],[-63.574169,58.715832],[-63.480549,58.7486],[-63.588329,58.846378],[-63.766651,58.874081],[-63.841942,58.82972],[-63.999439,58.81916],[-64.156113,58.74527],[-64.257507,58.77943],[-64.258621,58.849998],[-64.300278,58.882488],[-64.568069,58.887211],[-64.718887,58.945271],[-64.809433,58.911098],[-64.878883,58.92749],[-64.838898,58.958599],[-64.864723,58.990551],[-64.829453,59.03249],[-64.720001,59.069988],[-64.656387,59.028599],[-64.415833,58.981098],[-64.291382,59.016659],[-64.365013,59.07333],[-64.493057,59.104439],[-64.493057,59.158878],[-64.534729,59.197491],[-64.507507,59.25],[-64.53833,59.285549],[-64.499161,59.33971],[-64.538063,59.3736],[-64.485001,59.396389],[-64.5,59.433048],[-64.340286,59.49638],[-64.432503,59.52943],[-64.700844,59.44582],[-64.82695,59.531109],[-64.773064,59.698879],[-64.814163,59.81889],[-64.744453,59.84499],[-64.767776,59.87999],[-64.661911,59.88361],[-64.65361,59.929989],[-64.847778,59.964161],[-64.906387,60.04805],[-64.796951,60.039719],[-64.702499,60.064991],[-64.734161,60.103321],[-64.598892,60.111111],[-64.637222,60.178329],[-64.767227,60.174999],[-64.851936,60.22332],[-64.853882,60.261669],[-64.534821,60.302601]]],[[[-64.047783,59.84943],[-64.032784,59.80444],[-64.075562,59.78833],[-63.959721,59.75639],[-63.997219,59.723598],[-64.134171,59.695541],[-64.16333,59.703609],[-64.144447,59.727211],[-64.204453,59.73444],[-64.187767,59.76833],[-64.129173,59.757221],[-64.152786,59.788052],[-64.121933,59.84943],[-64.047783,59.84943]]],[[[-61.884449,57.86694],[-61.881939,57.812771],[-61.947491,57.78722],[-62.10944,57.829441],[-61.994999,57.909161],[-61.928341,57.9086],[-61.939991,57.872219],[-61.884449,57.86694]]],[[[-61.654171,57.771099],[-61.69611,57.712212],[-61.76889,57.71693],[-61.827782,57.778881],[-61.89695,57.758331],[-61.778881,57.845268],[-61.698608,57.83028],[-61.723881,57.783329],[-61.676392,57.795551],[-61.654171,57.771099]]],[[[-61.926949,57.452492],[-62.021938,57.521099],[-61.974998,57.581379],[-61.931671,57.585548],[-61.946949,57.54916],[-61.896111,57.586109],[-61.781391,57.54805],[-61.783058,57.508331],[-61.926949,57.452492]]],[[[-61.64389,57.52277],[-61.69138,57.495541],[-61.64695,57.482769],[-61.674171,57.463879],[-61.78973,57.46027],[-61.826389,57.43082],[-61.69416,57.441662],[-61.614719,57.418598],[-61.648338,57.393608],[-61.90028,57.437489],[-61.782261,57.486259],[-61.737221,57.536942],[-61.64389,57.52277]]],[[[-61.355282,56.91082],[-61.40472,56.879711],[-61.361671,56.848049],[-61.439442,56.816101],[-61.448051,56.84166],[-61.493061,56.838039],[-61.503059,56.804161],[-61.58556,56.766392],[-61.38612,56.775829],[-61.36861,56.685822],[-61.404999,56.662491],[-61.390839,56.618881],[-61.445549,56.62027],[-61.644451,56.73444],[-61.631939,56.859718],[-61.533619,56.902489],[-61.52277,56.941929],[-61.46777,56.958889],[-61.42889,56.930271],[-61.34277,56.93388],[-61.355282,56.91082]]],[[[-61.558048,56.551929],[-61.325279,56.512211],[-61.360561,56.471931],[-61.17445,56.47665],[-61.224171,56.450829],[-61.148891,56.441101],[-61.474442,56.46666],[-61.50333,56.4361],[-61.63055,56.465271],[-61.630001,56.490551],[-61.417782,56.48333],[-61.633331,56.50639],[-61.571671,56.51833],[-61.60223,56.552769],[-61.558048,56.551929]]],[[[-61.546669,56.390831],[-61.47472,56.406651],[-61.411671,56.372219],[-61.464161,56.345539],[-61.416111,56.32222],[-61.482769,56.30999],[-61.68639,56.352779],[-61.796108,56.413052],[-61.546669,56.390831]]],[[[-61.089161,56.169991],[-61.045841,56.153881],[-61.06583,56.123051],[-60.944439,56.09499],[-61.009171,56.035271],[-60.934719,56.011379],[-61.040562,56.005268],[-61.220829,56.050831],[-61.22694,56.098049],[-61.14917,56.091099],[-61.183331,56.106659],[-61.089161,56.169991]]],[[[-60.747501,55.93166],[-60.75111,55.90971],[-60.68639,55.92194],[-60.75639,55.880268],[-60.902222,55.87138],[-60.815281,55.88583],[-60.874439,55.90443],[-60.865009,55.95277],[-60.747501,55.93166]]],[[[-57.94083,54.91193],[-57.988609,54.86721],[-57.983891,54.802219],[-57.93861,54.82777],[-57.884998,54.802219],[-57.864719,54.832211],[-57.841671,54.812489],[-57.881939,54.79055],[-58.139172,54.757221],[-58.22472,54.83527],[-58.215839,54.87804],[-58.17028,54.85416],[-57.94083,54.91193]]],[[[-55.876949,50.86277],[-55.906658,50.89666],[-56.097221,50.71693],[-56.091671,50.759991],[-56.116112,50.746101],[-56.133331,50.773048],[-56.103889,50.898331],[-56.15527,50.885551],[-56.157219,50.69083],[-56.09972,50.679722],[-56.108059,50.651932],[-56.206108,50.595539],[-56.240841,50.524158],[-56.321671,50.52388],[-56.25861,50.502781],[-56.40472,50.374439],[-56.501671,50.382771],[-56.423061,50.352779],[-56.462502,50.272221],[-56.566391,50.157768],[-56.670559,50.129162],[-56.63583,50.100552],[-56.743061,50.02277],[-56.77861,49.93388],[-56.71833,49.949162],[-56.759998,49.83638],[-56.906391,49.746941],[-56.781391,49.727211],[-56.85751,49.545551],[-56.735561,49.666939],[-56.477779,49.89222],[-56.4175,49.84222],[-56.43195,49.890549],[-56.36528,49.896938],[-56.38805,49.94305],[-56.33028,50.02499],[-56.153881,50.150539],[-56.116661,50.153049],[-56.062771,50.071659],[-56.188332,49.923882],[-56.005001,50.03138],[-56.028339,49.970539],[-55.977779,49.991379],[-55.962219,50.035271],[-55.90527,50.033878],[-55.746109,49.92305],[-55.671391,49.973049],[-55.594158,49.96249],[-55.491699,50.007309],[-55.459721,49.9575],[-55.492229,49.91721],[-55.891109,49.75972],[-56.002781,49.748051],[-56.007229,49.716099],[-56.160278,49.622761],[-56.17223,49.579159],[-56.044449,49.669991],[-55.89389,49.714161],[-55.95834,49.672489],[-55.833328,49.686649],[-55.938332,49.603611],[-55.88028,49.584991],[-55.937222,49.52972],[-56.080002,49.486938],[-56.129169,49.425549],[-55.827782,49.524158],[-55.720829,49.475819],[-55.779999,49.44249],[-55.674171,49.466099],[-55.698879,49.42749],[-55.66444,49.381939],[-55.52306,49.48666],[-55.568611,49.41888],[-55.566669,49.36277],[-55.48917,49.470829],[-55.36945,49.50333],[-55.34972,49.487209],[-55.431671,49.422489],[-55.316391,49.45166],[-55.44416,49.355],[-55.391392,49.374161],[-55.373051,49.331108],[-55.32806,49.406101],[-55.320839,49.380821],[-55.29306,49.4011],[-55.301941,49.36055],[-55.338612,49.35527],[-55.30444,49.311661],[-55.300549,49.348598],[-55.233608,49.39444],[-55.311111,49.529991],[-55.228611,49.53833],[-55.19611,49.5],[-55.193611,49.53944],[-55.137218,49.540829],[-55.124722,49.465271],[-55.23222,49.347771],[-55.221111,49.26194],[-55.365841,49.165272],[-55.31945,49.149158],[-55.339722,49.122219],[-55.307781,49.099159],[-55.383331,49.040829],[-55.182781,49.12027],[-55.272221,49.099998],[-55.279999,49.160271],[-55.25333,49.18388],[-55.288059,49.18721],[-55.058609,49.284439],[-55.07806,49.356941],[-55.03751,49.321941],[-55.007778,49.33971],[-54.990002,49.286942],[-55.041672,49.224159],[-54.982769,49.257221],[-54.959721,49.299438],[-54.909439,49.275829],[-54.87167,49.293331],[-54.858891,49.332211],[-54.890282,49.35416],[-54.848049,49.410271],[-54.824451,49.269161],[-54.777222,49.29916],[-54.76722,49.352489],[-54.739719,49.320549],[-54.541111,49.526661],[-54.44722,49.543049],[-54.530281,49.444988],[-54.43195,49.470829],[-54.488049,49.371101],[-54.452221,49.333328],[-54.48695,49.25972],[-54.400829,49.325272],[-54.407501,49.37471],[-54.358059,49.426941],[-54.24889,49.397491],[-54.219719,49.41721],[-54.228882,49.361111],[-54.206108,49.402771],[-54.166111,49.37804],[-54.139999,49.448601],[-54.041672,49.48082],[-53.988049,49.458599],[-54.033329,49.42749],[-53.92778,49.451099],[-53.455559,49.251942],[-53.560001,49.124989],[-53.619999,49.117489],[-53.581951,49.092491],[-53.593891,49.035549],[-53.83527,49.03249],[-53.725269,49.00972],[-53.888889,48.982769],[-53.813061,48.92527],[-53.97472,48.89138],[-53.883888,48.886662],[-53.980831,48.82888],[-54.178051,48.800831],[-54.19944,48.768051],[-54.172779,48.761669],[-53.990841,48.810822],[-53.998341,48.76194],[-53.957779,48.772221],[-53.98,48.785831],[-53.93417,48.83028],[-53.82056,48.829441],[-53.808609,48.805271],[-53.91333,48.79805],[-53.900551,48.759991],[-53.843609,48.772491],[-53.89056,48.733601],[-54.022499,48.740829],[-53.937771,48.722488],[-53.94833,48.666382],[-53.89389,48.646389],[-53.932499,48.62471],[-53.790001,48.679989],[-53.92445,48.671379],[-53.831951,48.749439],[-53.85194,48.702221],[-53.7425,48.711658],[-53.70306,48.685261],[-53.722221,48.654991],[-53.59972,48.68499],[-53.658611,48.641941],[-53.928341,48.575829],[-53.952499,48.53944],[-53.715279,48.559719],[-53.78944,48.543049],[-53.750839,48.507771],[-53.902222,48.47971],[-54.01112,48.421661],[-54.09444,48.425831],[-54.163891,48.383049],[-54.127491,48.353321],[-54.075562,48.401932],[-53.992229,48.402489],[-53.841671,48.470829],[-53.81139,48.465],[-53.884449,48.383049],[-53.834171,48.371658],[-53.849442,48.392769],[-53.768608,48.475269],[-53.647221,48.541111],[-53.620831,48.534439],[-53.659721,48.51305],[-53.618061,48.498878],[-53.725269,48.426102],[-53.639721,48.43943],[-53.586391,48.525269],[-53.587219,48.476101],[-53.547501,48.48666],[-53.608891,48.40749],[-53.473331,48.5075],[-53.42445,48.625549],[-53.338051,48.612499],[-53.303329,48.58194],[-53.318611,48.549438],[-53.240002,48.523319],[-53.153881,48.628601],[-53.098881,48.64222],[-53.072781,48.700272],[-52.976391,48.599159],[-53.05389,48.44276],[-53.19416,48.348598],[-53.35223,48.385269],[-53.376389,48.33028],[-53.37888,48.278049],[-53.44833,48.27943],[-53.66222,48.163319],[-53.940552,48.23082],[-53.944019,48.16346],[-53.912498,48.08416],[-53.66444,48.064159],[-53.76334,48.026379],[-53.91917,48.022491],[-53.779171,47.996658],[-53.605831,48.046391],[-53.692768,47.899441],[-53.788059,47.900539],[-53.724442,47.883331],[-53.721661,47.84943],[-53.793331,47.7686],[-53.874439,47.845539],[-53.930279,47.849159],[-53.85445,47.794998],[-53.82917,47.71944],[-53.85751,47.710819],[-53.760281,47.609989],[-53.695,47.685822],[-53.665001,47.67416],[-53.712502,47.598049],[-53.639172,47.573051],[-53.66666,47.52166],[-53.617771,47.556381],[-53.54528,47.534439],[-53.559719,47.576939],[-53.535561,47.589432],[-53.561939,47.61916],[-53.51445,47.614441],[-53.461109,47.80666],[-53.398609,47.872761],[-53.355831,47.865829],[-53.368061,47.893879],[-53.29084,47.999439],[-53.153881,48.066101],[-53.053329,48.049721],[-52.91972,48.169159],[-52.832779,48.096939],[-52.9175,48.084721],[-52.953892,48.007221],[-53.058048,47.922489],[-53.053329,47.867771],[-53.202221,47.733601],[-53.162769,47.71471],[-53.178341,47.651379],[-53.26722,47.606098],[-53.20583,47.609989],[-53.248341,47.57555],[-53.16972,47.597488],[-53.261669,47.546391],[-53.185829,47.55444],[-53.20639,47.46999],[-53.160549,47.50111],[-53.152222,47.471931],[-53.199718,47.43832],[-53.14584,47.44804],[-53.121941,47.413319],[-52.89695,47.558601],[-52.779442,47.803051],[-52.70055,47.749439],[-52.714451,47.6661],[-52.65778,47.65749],[-52.646111,47.599159],[-52.68861,47.551102],[-52.620281,47.500271],[-52.688049,47.461109],[-52.650551,47.428329],[-52.743061,47.309719],[-52.796951,47.300541],[-52.759171,47.293331],[-52.810001,47.267208],[-52.865551,47.098598],[-52.934441,47.086941],[-52.848339,47.067768],[-52.873611,47.048328],[-52.852779,47.022491],[-52.895279,47.001389],[-52.884171,46.941662],[-52.938332,46.789162],[-53.023891,46.73888],[-53.090839,46.64333],[-53.207218,46.630268],[-53.266941,46.733879],[-53.387779,46.681938],[-53.36195,46.737499],[-53.561668,46.61277],[-53.617771,46.644161],[-53.644169,46.70916],[-53.552502,46.864441],[-53.481941,46.897221],[-53.5425,46.884159],[-53.64806,46.796661],[-53.5975,46.90638],[-53.512218,46.955551],[-53.563061,46.937489],[-53.566952,46.977211],[-53.600559,46.94138],[-53.60194,46.991661],[-53.64167,46.983879],[-53.577782,47.08527],[-53.499168,47.123878],[-53.523609,47.16777],[-53.57333,47.15443],[-53.559441,47.20277],[-53.600559,47.128601],[-53.639999,47.101662],[-53.630829,47.15443],[-53.654171,47.14027],[-53.703609,47.053051],[-53.765011,47.034439],[-53.95084,46.853882],[-54.053329,46.794998],[-54.189991,46.823608],[-54.178341,46.94276],[-54.012218,47.2286],[-53.931671,47.22332],[-53.993889,47.26527],[-53.997501,47.310268],[-53.92194,47.304161],[-53.875561,47.35416],[-53.918331,47.352779],[-53.913891,47.374161],[-53.80389,47.426941],[-53.906391,47.424709],[-53.924171,47.451389],[-53.885559,47.576939],[-53.89695,47.609989],[-53.930279,47.606659],[-54.00639,47.81916],[-54.063889,47.797218],[-54.081669,47.86916],[-54.11417,47.824169],[-54.26334,47.9011],[-54.19722,47.86277],[-54.21278,47.777771],[-54.285561,47.692211],[-54.33778,47.698879],[-54.320278,47.651661],[-54.348511,47.610649],[-54.460281,47.494709],[-54.403332,47.45055],[-54.448879,47.42083],[-54.453609,47.45583],[-54.51722,47.369438],[-54.613331,47.36277],[-54.418331,47.603611],[-54.62138,47.389992],[-54.671391,47.37249],[-54.685551,47.396389],[-54.71999,47.352219],[-54.818611,47.363609],[-54.78751,47.41888],[-54.836941,47.372761],[-54.83112,47.421101],[-55.043892,47.220829],[-55.012218,47.172771],[-55.067501,47.147221],[-55.084171,47.201931],[-55.134171,47.166939],[-55.08556,47.16082],[-55.06945,47.082211],[-55.104721,47.078049],[-55.15472,47.008049],[-55.16972,47.065269],[-55.199169,47.070549],[-55.189991,46.996101],[-55.230282,46.928329],[-55.365841,46.904709],[-55.35445,46.879711],[-55.384171,46.865829],[-55.463619,46.877491],[-55.46806,46.928329],[-55.512218,46.912491],[-55.52528,46.939709],[-55.548611,46.894161],[-55.57362,46.910549],[-55.626949,46.868881],[-55.740841,46.849998],[-55.931389,46.892769],[-55.983059,46.952492],[-55.865551,47.072769],[-55.487782,47.137211],[-55.29834,47.267208],[-55.266659,47.39666],[-55.196388,47.449429],[-54.951389,47.505001],[-54.845829,47.556938],[-54.841381,47.583599],[-54.876949,47.570271],[-54.850281,47.60722],[-54.69722,47.664711],[-54.769169,47.678051],[-54.94944,47.59972],[-55.079731,47.589989],[-54.936111,47.781658],[-55.11916,47.576939],[-55.153881,47.604439],[-55.130001,47.66193],[-55.176392,47.635269],[-55.31889,47.668049],[-55.363892,47.649158],[-55.35751,47.726101],[-55.392502,47.691101],[-55.427502,47.711658],[-55.422501,47.672771],[-55.467499,47.61916],[-55.40028,47.615551],[-55.432499,47.581379],[-55.389721,47.58638],[-55.406658,47.49305],[-55.521111,47.459721],[-55.58778,47.398609],[-55.58778,47.453049],[-55.664162,47.436939],[-55.588612,47.510281],[-55.62833,47.541382],[-55.654171,47.49527],[-55.70528,47.502491],[-55.70528,47.475269],[-55.763618,47.454708],[-55.763062,47.53833],[-55.80167,47.45916],[-55.85778,47.473598],[-55.92556,47.439159],[-55.745831,47.58527],[-56.104172,47.463612],[-56.16917,47.492489],[-55.805561,47.605831],[-55.62833,47.674709],[-55.83889,47.61721],[-55.9175,47.65749],[-55.830559,47.732769],[-55.79945,47.79916],[-55.821949,47.834431],[-55.742229,47.923321],[-55.773609,47.95694],[-55.85445,47.79472],[-55.987499,47.7575],[-56.054722,47.695541],[-56.10667,47.693321],[-56.111111,47.724159],[-56.053612,47.77388],[-56.100559,47.750271],[-56.15694,47.832211],[-56.125,47.757221],[-56.168331,47.715832],[-56.141941,47.684719],[-56.191109,47.676941],[-56.161381,47.634159],[-56.216389,47.65527],[-56.232498,47.625549],[-56.29945,47.62249],[-56.309441,47.7486],[-56.334171,47.695271],[-56.310001,47.639431],[-56.34528,47.60833],[-56.682499,47.623051],[-56.639999,47.587212],[-56.67889,47.57444],[-56.756672,47.629429],[-56.751579,47.589741],[-56.70639,47.56554],[-56.779442,47.526661],[-56.849171,47.522491],[-56.85194,47.54805],[-56.9925,47.583881],[-57.12611,47.563881],[-57.168331,47.583599],[-57.141941,47.598598],[-57.171391,47.632488],[-57.184441,47.598331],[-57.312771,47.58083],[-57.334999,47.639431],[-57.488892,47.6236],[-57.53722,47.64777],[-57.64389,47.597488],[-57.738892,47.653599],[-57.77055,47.614159],[-57.916389,47.648609],[-57.884171,47.696659],[-57.952499,47.661659],[-58.036388,47.696098],[-58.074169,47.666939],[-58.07917,47.695271],[-58.353889,47.643608],[-58.272221,47.751659],[-58.338329,47.745541],[-58.430561,47.633049],[-58.535278,47.666382],[-58.535,47.631939],[-58.60611,47.61166],[-58.642231,47.62804],[-58.690552,47.598881],[-59.118889,47.55471],[-59.30444,47.609989],[-59.28083,47.751659],[-59.322231,47.761108],[-59.400829,47.906651],[-59.316391,47.934158],[-59.218609,48.02916],[-58.978882,48.123878],[-58.58778,48.43055],[-58.492771,48.450272],[-58.591942,48.39888],[-58.483608,48.427769],[-58.418331,48.48666],[-58.26556,48.51749],[-58.519718,48.500549],[-58.56945,48.538601],[-58.682499,48.554989],[-59.246948,48.46666],[-59.228882,48.52916],[-58.774719,48.778881],[-58.958611,48.61388],[-58.89584,48.588879],[-58.89695,48.551929],[-58.848339,48.588879],[-58.848049,48.634991],[-58.81778,48.569988],[-58.709438,48.570831],[-58.658051,48.74305],[-58.543892,48.860821],[-58.500839,49.003609],[-58.35194,49.150269],[-58.360001,49.056938],[-58.17194,49.061939],[-58.06028,48.976101],[-57.961391,48.956661],[-57.892231,48.981659],[-58.00922,48.980419],[-58.108059,49.037769],[-58.144451,49.121929],[-57.92556,49.123051],[-57.849442,49.181938],[-57.939442,49.145],[-57.96999,49.16415],[-57.924171,49.18832],[-58.09111,49.150829],[-58.10722,49.183048],[-57.99472,49.180271],[-57.928051,49.240269],[-58.03944,49.21249],[-58.20084,49.239719],[-58.24194,49.29166],[-58.223331,49.39027],[-58.152222,49.46888],[-57.998341,49.559158],[-57.92028,49.527771],[-57.918331,49.465832],[-57.88055,49.428051],[-57.906109,49.477489],[-57.86306,49.506939],[-57.746948,49.453609],[-57.696388,49.463612],[-57.788891,49.500832],[-57.824718,49.559719],[-57.877491,49.528332],[-57.944721,49.607498],[-57.94833,49.67416],[-57.601109,50.174999],[-57.526661,50.364719],[-57.372501,50.590832],[-57.150829,50.6161],[-57.261951,50.613331],[-57.277222,50.630268],[-57.240841,50.641109],[-57.39806,50.69249],[-57.351109,50.723598],[-57.230282,50.72971],[-57.089439,50.780548],[-56.977219,50.8736],[-56.972771,50.909161],[-56.927502,50.915821],[-56.989719,50.929161],[-56.966942,50.968601],[-57.089161,51.019989],[-57.004719,51.016109],[-56.976662,50.98555],[-56.902222,51.013329],[-56.978882,51.05027],[-56.880001,51.06554],[-56.860828,51.113609],[-56.784451,51.137772],[-56.80666,51.18943],[-56.746391,51.204441],[-56.793892,51.23999],[-56.688889,51.336941],[-56.110561,51.52388],[-55.890282,51.629429],[-55.822781,51.618599],[-55.884998,51.562489],[-55.841942,51.545269],[-55.877781,51.492222],[-55.620281,51.472759],[-55.73917,51.55666],[-55.6175,51.610279],[-55.653332,51.590549],[-55.625,51.56554],[-55.515839,51.602219],[-55.404442,51.571941],[-55.41917,51.548328],[-55.467499,51.56361],[-55.432499,51.53722],[-55.45084,51.499161],[-55.533058,51.500832],[-55.452499,51.460819],[-55.50806,51.363331],[-55.562222,51.38805],[-55.55917,51.34277],[-55.609169,51.344151],[-55.597778,51.3036],[-55.759449,51.346378],[-56.08556,51.36832],[-56.09639,51.318329],[-56.025002,51.308601],[-56.010281,51.270271],[-56.075279,51.227211],[-56.013062,51.213329],[-55.965,51.153049],[-55.941669,51.15527],[-55.959438,51.197491],[-55.83778,51.230549],[-55.709999,51.173611],[-55.746948,51.158039],[-55.719158,51.123051],[-55.735561,51.074169],[-55.810829,51.056381],[-55.77639,51.029991],[-55.836109,50.968319],[-55.819172,50.92527],[-55.859169,50.94249],[-55.87389,50.908329],[-55.844719,50.90416],[-55.876949,50.86277]]]]}}, {"type":"Feature","properties":{"code":"BC","name":"British Columbia"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-131.077103,52.150089],[-130.948105,52.093609],[-130.992493,52.060822],[-131.070007,52.07222],[-130.985504,52.012211],[-131.041702,52.022491],[-131.007004,51.97887],[-131.0392,51.96693],[-131.021698,51.94083],[-131.110306,51.999161],[-131.085007,52.023319],[-131.120499,52.05555],[-131.122696,52.123779],[-131.077103,52.150089]]],[[[-130.164993,55.01416],[-130.149704,54.947491],[-130.270294,54.83083],[-130.3992,54.764721],[-130.459396,54.817501],[-130.213303,55.012501],[-130.164993,55.01416]]],[[[-130.458603,54.80027],[-130.435806,54.763329],[-130.463303,54.708599],[-130.538605,54.70388],[-130.610504,54.753052],[-130.458603,54.80027]]],[[[-130.746902,54.615269],[-130.760803,54.55471],[-130.964996,54.45694],[-130.925598,54.619438],[-130.746902,54.615269]]],[[[-132.8806,53.600269],[-133.007797,53.67638],[-132.925293,53.690269],[-132.979401,53.710819],[-132.972794,53.763889],[-133.0336,53.752781],[-133.109207,53.786942],[-133.067001,53.820831],[-133.134705,53.87027],[-133.139999,53.908039],[-133.090805,53.954159],[-133.102798,53.994999],[-133.041107,54.031658],[-133.081894,54.102489],[-133.029205,54.158878],[-133.0672,54.173882],[-132.827499,54.12249],[-132.658401,54.14222],[-132.575302,54.115551],[-132.566696,54.02916],[-132.6642,53.98333],[-132.681702,53.95277],[-132.658905,53.93943],[-132.409698,54.098598],[-132.290604,54.11055],[-132.228302,54.06583],[-132.232803,54.025269],[-132.162506,54.005268],[-132.111099,53.87833],[-132.225006,53.78027],[-132.6633,53.67944],[-132.595001,53.672771],[-132.599197,53.626659],[-132.541702,53.66444],[-132.491898,53.64222],[-132.350296,53.668331],[-132.463593,53.61277],[-132.468307,53.570831],[-132.418106,53.606098],[-132.279205,53.623322],[-132.328293,53.64333],[-132.315308,53.666939],[-132.200302,53.65221],[-132.155594,53.699711],[-132.190002,53.783051],[-132.079407,53.889431],[-132.133606,54.010551],[-132.177505,54.04055],[-131.9711,54.025269],[-131.727798,54.106098],[-131.655899,54.15971],[-131.705002,53.96693],[-131.868896,53.793331],[-131.865494,53.721661],[-131.933304,53.615269],[-131.911102,53.351662],[-131.982193,53.251659],[-132.210495,53.230549],[-132.272797,53.21027],[-132.237793,53.188881],[-132.124405,53.194149],[-132.186996,53.160549],[-132.316406,53.189709],[-132.3228,53.159431],[-132.446701,53.143608],[-132.459198,53.18388],[-132.499405,53.159161],[-132.536697,53.178879],[-132.520798,53.193321],[-132.577805,53.20055],[-132.549698,53.23138],[-132.703094,53.257771],[-132.609207,53.314991],[-132.537003,53.32111],[-132.752808,53.316101],[-132.697495,53.376942],[-132.514206,53.358601],[-132.410599,53.29472],[-132.400299,53.33083],[-132.520798,53.412209],[-132.660004,53.434719],[-132.660599,53.489429],[-132.688293,53.44833],[-132.752808,53.4575],[-132.719101,53.490269],[-132.743607,53.515549],[-132.867493,53.463612],[-132.823593,53.516941],[-132.923599,53.519161],[-132.889999,53.55777],[-132.968307,53.551659],[-132.994095,53.587769],[-132.8806,53.600269]]],[[[-130.336105,54.067501],[-130.228897,53.96471],[-130.344498,53.83527],[-130.406403,53.83416],[-130.4272,53.871658],[-130.483597,53.84388],[-130.497498,53.8736],[-130.449997,53.888599],[-130.407806,53.963329],[-130.327499,53.96693],[-130.349197,53.997219],[-130.443893,53.9786],[-130.482498,53.893608],[-130.667007,53.963879],[-130.698105,53.91415],[-130.617996,53.85722],[-130.642502,53.832771],[-130.710297,53.85638],[-130.720306,53.934719],[-130.661697,53.990829],[-130.411102,54.10083],[-130.336105,54.067501]]],[[[-129.479996,53.249161],[-129.491394,53.209431],[-129.572495,53.20916],[-129.658905,53.29694],[-129.635605,53.311939],[-129.660294,53.342491],[-129.711105,53.33416],[-129.807205,53.384159],[-129.815796,53.466381],[-129.895004,53.477489],[-129.8703,53.545551],[-129.922501,53.563049],[-129.883896,53.57972],[-129.936401,53.587212],[-129.911697,53.611382],[-130.016098,53.572769],[-130.056396,53.603882],[-129.965393,53.641781],[-129.874405,53.638889],[-129.9496,53.659248],[-130.083893,53.641109],[-130.099197,53.702221],[-130.209702,53.72887],[-130.2108,53.810822],[-130.286407,53.83749],[-130.266403,53.881378],[-130.186401,53.9161],[-130.030899,53.845268],[-129.523605,53.496658],[-129.635605,53.480549],[-129.491898,53.470268],[-129.425293,53.43082],[-129.453598,53.296661],[-129.516403,53.302219],[-129.479996,53.249161]]],[[[-130.271896,53.797779],[-130.2258,53.77499],[-130.225006,53.720268],[-130.1194,53.686649],[-130.091095,53.569439],[-130.329193,53.61805],[-130.403397,53.682499],[-130.287506,53.748878],[-130.301697,53.79388],[-130.271896,53.797779]]],[[[-128.823593,53.70055],[-128.872192,53.661098],[-128.871597,53.57222],[-128.986404,53.58083],[-129.085495,53.505001],[-129.086395,53.446098],[-129.163101,53.38221],[-129.153107,53.638599],[-129.008102,53.693321],[-128.823593,53.70055]]],[[[-130.391098,53.61694],[-129.920593,53.42416],[-129.729202,53.215271],[-129.742493,53.178329],[-129.931702,53.158039],[-130.014496,53.246941],[-130.078903,53.270271],[-130.094498,53.325829],[-130.140594,53.321941],[-130.203293,53.37888],[-130.305801,53.384159],[-130.412003,53.49332],[-130.333893,53.514999],[-130.458603,53.514721],[-130.527206,53.552219],[-130.508408,53.631939],[-130.391098,53.61694]]],[[[-128.985504,53.523048],[-128.901093,53.386662],[-128.918106,53.331379],[-129.122192,53.31805],[-129.134506,53.383881],[-129.054993,53.450829],[-129.037796,53.520271],[-128.985504,53.523048]]],[[[-129.168594,53.296101],[-129.131897,53.113609],[-129.274994,53.084431],[-129.332504,53.137501],[-129.338303,53.18499],[-129.245499,53.282211],[-129.273895,53.328049],[-129.226898,53.326099],[-129.168594,53.296101]]],[[[-128.593597,52.659161],[-128.597198,52.609161],[-128.751694,52.60083],[-128.727798,52.662491],[-128.748001,52.754169],[-128.644699,52.90416],[-128.653397,52.96666],[-128.679993,52.957771],[-128.681107,52.898609],[-128.742798,52.91444],[-128.724197,52.876659],[-128.780594,52.73999],[-128.766098,52.661659],[-128.801102,52.693321],[-128.892502,52.64888],[-129.080307,52.772491],[-129.119995,52.86916],[-129.016998,52.84444],[-129.068298,52.889992],[-128.983902,52.934719],[-128.941406,53],[-128.836395,53.035549],[-129.011703,53.139721],[-128.993896,53.09721],[-128.862198,53.034161],[-128.957199,53.008331],[-129.069199,52.903881],[-129.165802,52.92305],[-129.188004,53.024158],[-129.161697,53.07111],[-129.115005,53.064709],[-129.073303,53.109161],[-129.058899,53.23138],[-129.086105,53.29361],[-128.891403,53.287769],[-128.705307,53.170551],[-128.605606,53.145271],[-128.531693,53.021099],[-128.517807,52.92749],[-128.593597,52.659161]]],[[[-131.074402,52.219379],[-131.014999,52.225552],[-131.024704,52.178051],[-131.113907,52.16777],[-131.136993,52.209721],[-131.143906,52.140831],[-131.189697,52.121929],[-131.212204,52.191929],[-131.277206,52.240829],[-131.232193,52.16193],[-131.236893,52.126942],[-131.270798,52.120831],[-131.349197,52.233051],[-131.360306,52.189159],[-131.505905,52.321659],[-131.551102,52.323879],[-131.532501,52.351391],[-131.571106,52.350269],[-131.580597,52.390549],[-131.510605,52.408878],[-131.613007,52.422771],[-131.661697,52.478321],[-131.775299,52.511669],[-131.892807,52.582771],[-131.933594,52.653881],[-132.081894,52.727489],[-132.040298,52.760551],[-131.968597,52.726101],[-132.002502,52.776939],[-131.917496,52.722488],[-131.951706,52.781109],[-132.077194,52.854439],[-132.055603,52.79361],[-132.127502,52.750832],[-132.236694,52.824711],[-132.2258,52.864441],[-132.283295,52.87471],[-132.343002,52.942211],[-132.2453,52.95388],[-132.171097,52.923611],[-132.199997,52.960548],[-132.141098,52.93277],[-132.157501,52.964161],[-132.112793,52.997768],[-132.339996,53.037769],[-132.479706,53.02721],[-132.552795,53.08971],[-132.5289,53.112209],[-132.562195,53.145271],[-132.413605,53.127491],[-132.070801,53.153881],[-131.985001,53.212212],[-131.794495,53.251389],[-131.762207,53.196659],[-131.784195,53.164711],[-131.637497,53.109718],[-131.594696,53.035271],[-131.794693,53.073051],[-131.998901,53.05138],[-131.945801,53.04166],[-131.917007,52.984718],[-131.847794,53.043049],[-131.644699,53.00388],[-131.598099,52.975269],[-131.628601,52.94276],[-131.611694,52.926102],[-131.6875,52.86916],[-131.8022,52.864719],[-131.8983,52.941101],[-131.944702,52.93166],[-131.891403,52.909988],[-131.982498,52.879711],[-131.886993,52.88916],[-131.852493,52.861938],[-131.880798,52.833328],[-131.812195,52.797218],[-131.6492,52.800541],[-131.851105,52.766109],[-131.806396,52.748329],[-131.837799,52.710819],[-131.726898,52.695541],[-131.681396,52.637501],[-131.705002,52.621658],[-131.615295,52.56889],[-131.660599,52.538891],[-131.467499,52.501389],[-131.483597,52.479431],[-131.415604,52.45805],[-131.447006,52.390549],[-131.391403,52.390831],[-131.397202,52.35305],[-131.347504,52.36805],[-131.353104,52.418331],[-131.236404,52.439159],[-131.301102,52.38055],[-131.304199,52.356659],[-131.247498,52.365829],[-131.263107,52.34277],[-131.358902,52.343609],[-131.328293,52.285],[-131.226898,52.251942],[-131.248306,52.302219],[-131.136398,52.311378],[-131.089401,52.249161],[-131.180298,52.228321],[-131.074402,52.219379]]],[[[-129.462799,53.179989],[-129.313004,53.057499],[-129.289505,52.971931],[-129.4142,53.010551],[-129.475296,53.10194],[-129.544693,53.12833],[-129.521698,53.183601],[-129.462799,53.179989]]],[[[-128.498901,52.870831],[-128.450806,52.805271],[-128.512497,52.641109],[-128.539993,52.70332],[-128.498901,52.870831]]],[[[-128.170303,52.817768],[-128.247192,52.620541],[-128.2845,52.598598],[-128.324997,52.7761],[-128.225006,52.782211],[-128.170303,52.817768]]],[[[-129.231094,52.816101],[-128.923294,52.606659],[-128.943604,52.469711],[-128.982803,52.453049],[-129.008896,52.525551],[-129.109695,52.552769],[-129.118896,52.60471],[-129.2108,52.64888],[-129.224197,52.67749],[-129.193893,52.683048],[-129.270599,52.719151],[-129.281403,52.817211],[-129.231094,52.816101]]],[[[-128.373306,52.791111],[-128.274994,52.48999],[-128.365799,52.38221],[-128.441696,52.36805],[-128.467804,52.393051],[-128.394196,52.465],[-128.423096,52.474991],[-128.437805,52.54361],[-128.450607,52.626942],[-128.418304,52.70805],[-128.441696,52.746941],[-128.373306,52.791111]]],[[[-131.468903,52.730549],[-131.439194,52.70166],[-131.458298,52.630821],[-131.5905,52.662491],[-131.593307,52.63361],[-131.547806,52.611382],[-131.585495,52.58527],[-131.709702,52.705269],[-131.574707,52.72694],[-131.674698,52.70499],[-131.549393,52.688042],[-131.468903,52.730549]]],[[[-128.535294,52.647221],[-128.464996,52.473049],[-128.486893,52.43721],[-128.536407,52.43499],[-128.6828,52.514439],[-128.714706,52.483879],[-128.813004,52.519989],[-128.802505,52.546101],[-128.697006,52.520828],[-128.738907,52.58749],[-128.577499,52.593609],[-128.552505,52.665272],[-128.535294,52.647221]]],[[[-128.616104,52.448601],[-128.617798,52.32999],[-128.675598,52.266392],[-128.726395,52.316101],[-128.759201,52.449429],[-128.674393,52.482208],[-128.616104,52.448601]]],[[[-127.596298,52.151791],[-127.6539,52.130821],[-127.717499,51.98027],[-127.8797,51.944988],[-127.9011,51.985821],[-127.8797,52.084991],[-127.7892,52.221931],[-127.510002,52.306938],[-127.400299,52.395271],[-127.263901,52.436649],[-127.234703,52.416939],[-127.244499,52.36916],[-127.207802,52.344711],[-127.232201,52.313049],[-127.596298,52.151791]]],[[[-128.092499,52.408329],[-128.056702,52.32888],[-128.213593,52.27972],[-128.1147,52.418331],[-128.092499,52.408329]]],[[[-127.961899,52.28944],[-127.907501,52.204708],[-127.924698,52.17416],[-128.092804,52.192211],[-128.011703,52.23193],[-128.046402,52.258049],[-128.169998,52.249722],[-128.047806,52.300541],[-127.961899,52.28944]]],[[[-128.148102,52.183331],[-128.151093,52.081108],[-128.2061,52.018879],[-128.253098,52.019711],[-128.291702,52.118881],[-128.2397,52.184158],[-128.148102,52.183331]]],[[[-128.031693,52.163288],[-127.879204,52.16666],[-127.962799,52.074711],[-128.105804,52.100269],[-128.1147,52.149158],[-128.031693,52.163288]]],[[[-127.951202,52.046909],[-127.970596,51.925831],[-128.032196,51.840549],[-128.0186,51.770271],[-128.131897,51.743881],[-128.110504,51.801929],[-128.132797,51.85527],[-128.254501,51.865829],[-128.199203,51.913052],[-128.222198,51.95332],[-128.145294,52.038601],[-127.951202,52.046909]]],[[[-127.998001,51.711658],[-127.873596,51.464439],[-127.914398,51.41082],[-128.003403,51.468601],[-128.0811,51.474709],[-128.153107,51.601662],[-128.136398,51.661659],[-127.998001,51.711658]]],[[[-127.121101,49.852291],[-127.241402,49.961941],[-127.178596,50.009159],[-127.176697,50.0611],[-127.091904,50.09943],[-127.090302,50.141941],[-127.172501,50.09193],[-127.292503,50.146389],[-127.277496,50.055271],[-127.380501,50.0261],[-127.470802,50.08543],[-127.420799,50.12804],[-127.485001,50.12804],[-127.428596,50.180271],[-127.596901,50.115551],[-127.635597,50.135551],[-127.609703,50.180271],[-127.650803,50.175549],[-127.788101,50.081669],[-127.906998,50.120831],[-127.745003,50.24194],[-127.8442,50.275551],[-127.804398,50.321381],[-127.931396,50.316101],[-127.9786,50.342491],[-127.923897,50.462769],[-127.584198,50.486938],[-127.446999,50.372761],[-127.57,50.512211],[-127.490303,50.56805],[-127.4142,50.575829],[-127.419403,50.596661],[-127.553001,50.56805],[-127.596703,50.596939],[-127.873299,50.623878],[-127.786697,50.582211],[-127.634499,50.578049],[-127.595596,50.536659],[-127.995102,50.466389],[-128.058594,50.486382],[-128.051407,50.44669],[-128.224197,50.531109],[-128.241394,50.58749],[-128.3367,50.63694],[-128.272797,50.66972],[-128.375305,50.6786],[-128.416702,50.769161],[-128.064194,50.872219],[-127.909698,50.87138],[-127.507202,50.772221],[-127.477097,50.700069],[-127.408897,50.746101],[-127.407204,50.700001],[-127.200302,50.61277],[-126.854698,50.55444],[-126.852501,50.523319],[-126.776398,50.546101],[-126.592499,50.47694],[-126.327797,50.48082],[-126.069199,50.438599],[-125.9478,50.384991],[-125.725601,50.352219],[-125.564201,50.36388],[-125.431702,50.310551],[-125.351898,50.149158],[-125.368301,50.125271],[-125.300598,50.10527],[-125.168602,49.912769],[-125,49.796299],[-124.866402,49.711109],[-124.883904,49.666382],[-124.977203,49.668598],[-124.789398,49.464161],[-124.716698,49.463051],[-124.535599,49.373878],[-124.170502,49.311939],[-124.110802,49.275269],[-124.175598,49.255829],[-123.957802,49.228321],[-123.909698,49.127491],[-123.810303,49.115829],[-123.749397,49.035271],[-123.757004,48.986938],[-123.8311,48.997219],[-123.582802,48.83194],[-123.603302,48.79583],[-123.565598,48.789719],[-123.567497,48.744438],[-123.648102,48.750271],[-123.538101,48.691662],[-123.509499,48.58749],[-123.535004,48.529991],[-123.4758,48.568329],[-123.4767,48.63166],[-123.439201,48.647221],[-123.4692,48.67944],[-123.4011,48.681381],[-123.341698,48.508888],[-123.2761,48.451099],[-123.336403,48.396938],[-123.443001,48.443321],[-123.546097,48.30777],[-123.583298,48.301102],[-123.762497,48.36166],[-123.924202,48.3661],[-124.423599,48.516941],[-124.438301,48.532768],[-124.396103,48.56583],[-124.489403,48.53944],[-124.688599,48.578331],[-124.8228,48.652489],[-125.113899,48.731098],[-125.184998,48.800831],[-125.005997,48.88903],[-125,48.939468],[-124.842796,49.015549],[-124.7808,49.131378],[-124.8078,49.240551],[-124.826103,49.12249],[-124.906097,49.001942],[-125.092201,48.972488],[-125.150597,48.996941],[-125.241898,48.95166],[-125.331902,48.96999],[-125.258301,49.01833],[-125.3414,49.03611],[-125.371902,48.97916],[-125.483597,48.915821],[-125.737801,49.049999],[-125.8769,49.088329],[-125.858299,49.110821],[-125.738098,49.105549],[-125.605797,49.21027],[-125.753304,49.147491],[-125.735001,49.257221],[-125.802498,49.255001],[-125.776901,49.365829],[-125.846397,49.25816],[-125.894402,49.273609],[-125.970299,49.224709],[-126.0233,49.268051],[-125.945503,49.316669],[-125.904701,49.435822],[-126.001999,49.321941],[-126.065002,49.348331],[-126.052803,49.446098],[-126.1903,49.400829],[-126.258598,49.445541],[-126.296997,49.357769],[-126.403603,49.411098],[-126.422501,49.470268],[-126.480301,49.44305],[-126.466103,49.380268],[-126.542198,49.374439],[-126.577797,49.407768],[-126.555,49.44471],[-126.566101,49.584431],[-126.470299,49.635551],[-126.134201,49.64999],[-126.086899,49.657211],[-126.103104,49.679161],[-126.324997,49.64888],[-126.438301,49.66415],[-126.483101,49.702492],[-126.408897,49.770271],[-126.456398,49.78833],[-126.4972,49.712769],[-126.584999,49.701099],[-126.645599,49.892769],[-126.731697,49.880268],[-126.829498,49.96471],[-126.800797,49.913879],[-126.845596,49.88221],[-126.884201,49.879162],[-126.914703,49.965832],[-126.9394,49.86277],[-127.121101,49.852291]]],[[[-126.797798,50.768879],[-126.8647,50.78944],[-126.9058,50.822769],[-126.881401,50.83028],[-126.794197,50.80471],[-126.779198,50.831669],[-126.643303,50.846939],[-126.563004,50.799999],[-126.797798,50.768879]]],[[[-126.251701,50.818932],[-126.176697,50.743881],[-126.243896,50.717209],[-126.266403,50.654709],[-126.6175,50.664989],[-126.389702,50.806381],[-126.251701,50.818932]]],[[[-126.336403,50.52166],[-126.623901,50.533878],[-126.286102,50.598331],[-126.224701,50.55666],[-126.336403,50.52166]]],[[[-125.370796,50.45583],[-125.330597,50.42527],[-125.385803,50.369709],[-125.457802,50.34943],[-125.536903,50.379162],[-125.370796,50.45583]]],[[[-125.273102,50.43111],[-125.168098,50.382771],[-125.051903,50.22665],[-125.049202,50.193321],[-125.088303,50.197208],[-125.133904,50.122761],[-125.154198,50.133331],[-125.1269,50.21944],[-125.2136,50.316669],[-125.393097,50.29583],[-125.388603,50.343048],[-125.313301,50.340832],[-125.320602,50.385551],[-125.273102,50.43111]]],[[[-124.898598,50.29388],[-124.811401,50.275551],[-124.820297,50.20583],[-124.756699,50.178329],[-124.806999,50.11388],[-124.870796,50.156651],[-124.834396,50.192211],[-124.915604,50.188881],[-124.963097,50.236382],[-124.898598,50.29388]]],[[[-125.345497,50.263901],[-125.2547,50.29361],[-125.167198,50.213612],[-125.186699,50.141659],[-125.233101,50.11805],[-125.178001,50.078609],[-125.167801,49.98082],[-125.215599,50.07888],[-125.323601,50.14333],[-125.345497,50.263901]]],[[[-124.983299,50.225552],[-124.891098,50.06805],[-124.987198,50.012772],[-125,50.064308],[-125.067001,50.107498],[-124.982201,50.176102],[-125.005798,50.225819],[-124.983299,50.225552]]],[[[-126.7687,49.87862],[-126.681702,49.849998],[-126.636101,49.759441],[-126.613297,49.648331],[-126.633102,49.5961],[-126.807999,49.619709],[-126.974197,49.740269],[-126.855797,49.776939],[-126.988602,49.811378],[-126.970299,49.832211],[-126.7687,49.87862]]],[[[-124.122803,49.49361],[-124.440002,49.612499],[-124.4767,49.67194],[-124.654198,49.736111],[-124.6567,49.79694],[-124.351402,49.69804],[-124.122803,49.49361]]],[[[-126.1269,49.39027],[-126.0728,49.343048],[-126.064697,49.250832],[-126.239197,49.289719],[-126.234703,49.374161],[-126.1269,49.39027]]],[[[-123.674698,49.093048],[-123.521698,48.96027],[-123.3125,48.86805],[-123.378899,48.856941],[-123.529999,48.938042],[-123.662498,49.035271],[-123.705299,49.100269],[-123.674698,49.093048]]],[[[-123.577202,48.929161],[-123.433899,48.84444],[-123.494499,48.845268],[-123.371696,48.7575],[-123.456398,48.76527],[-123.431999,48.7211],[-123.524696,48.722488],[-123.551903,48.75222],[-123.532501,48.795269],[-123.571701,48.829159],[-123.547798,48.859989],[-123.592796,48.898331],[-123.596703,48.946941],[-123.577202,48.929161]]],[[[-117.030998,49],[-117.4375,49],[-118.199203,49],[-118.842499,49],[-120.855797,48.999969],[-122.7603,48.999439],[-122.862503,49.022221],[-122.859398,49.077221],[-122.900002,49.087212],[-123.0392,49.0425],[-123.034302,48.999439],[-123.145798,49.058601],[-123.036102,49.149719],[-123.115501,49.108601],[-123.205002,49.1236],[-123.2033,49.194439],[-123.127197,49.19582],[-123.248901,49.273609],[-123.146698,49.271381],[-123.147797,49.308041],[-122.923599,49.28833],[-122.852798,49.4361],[-122.876404,49.455551],[-122.901398,49.36055],[-122.953102,49.310268],[-123.269203,49.331108],[-123.288101,49.374989],[-123.233299,49.426102],[-123.256699,49.512772],[-123.159698,49.699162],[-123.241898,49.660549],[-123.254501,49.588329],[-123.4925,49.50972],[-123.4767,49.419159],[-123.535599,49.381378],[-123.749199,49.461109],[-123.896103,49.470539],[-124.0681,49.633881],[-124.021103,49.726379],[-123.940598,49.742489],[-123.833099,49.627491],[-123.769699,49.504711],[-123.759201,49.601101],[-123.614998,49.63916],[-123.534203,49.701389],[-123.7967,49.638329],[-123.931396,49.76416],[-123.872803,49.877209],[-123.959702,49.981659],[-123.744499,50.086941],[-123.821404,50.15221],[-123.985001,50.216099],[-123.809196,50.099998],[-123.999199,50.00639],[-123.979698,49.91666],[-123.911102,49.869709],[-123.926399,49.825829],[-124.004204,49.810551],[-124.037804,49.922489],[-124.071999,49.873322],[-124.046097,49.841099],[-124.084396,49.79916],[-124.257797,49.775829],[-124.2714,49.742771],[-124.511902,49.796101],[-124.532799,49.84444],[-124.741898,49.958328],[-124.829697,50.061939],[-124.686401,49.98444],[-124.704697,50.030819],[-124.668602,50.076389],[-124.700302,50.10833],[-124.626099,50.165272],[-124.601402,50.23888],[-124.714996,50.327492],[-124.651901,50.38916],[-124.434196,50.43166],[-124.347801,50.502491],[-124.563004,50.42083],[-124.671402,50.425831],[-124.830002,50.309429],[-124.959999,50.33305],[-124.948898,50.37582],[-124.994698,50.430271],[-124.9953,50.353882],[-125.0783,50.322491],[-125.056702,50.47694],[-125,50.490829],[-124.858002,50.590549],[-124.860298,50.6786],[-124.822502,50.723598],[-124.913597,50.79361],[-124.786903,50.884441],[-124.849998,50.935261],[-124.912804,50.841099],[-124.983299,50.8036],[-124.897003,50.72971],[-124.9217,50.661381],[-124.903603,50.619991],[-125.104202,50.496941],[-125.1147,50.436939],[-125.170303,50.412491],[-125.246101,50.462212],[-125.245003,50.503609],[-125.315804,50.465271],[-125.363297,50.541382],[-125.4217,50.465271],[-125.573303,50.458889],[-125.527802,50.540279],[-125.532204,50.627209],[-125.4328,50.713879],[-125.547203,50.66193],[-125.573898,50.544159],[-125.623901,50.50639],[-125.613899,50.465271],[-125.700302,50.428051],[-125.795502,50.496101],[-125.738602,50.516109],[-125.815804,50.534161],[-125.952202,50.46888],[-126.275002,50.5075],[-126.232803,50.53611],[-126.175797,50.519161],[-126.170303,50.573879],[-125.9403,50.629162],[-126.207802,50.588879],[-126.273903,50.632141],[-125.704201,50.678329],[-125.6772,50.73444],[-125.611099,50.764721],[-125.641998,50.853321],[-125.546402,50.861382],[-125.5056,50.933331],[-125.551697,51.042221],[-125.633904,51.096939],[-125.5811,50.95388],[-125.542801,50.932499],[-125.6744,50.86694],[-125.680298,50.81554],[-125.643097,50.783878],[-125.703598,50.764999],[-125.746902,50.70805],[-125.936897,50.681381],[-125.9953,50.70805],[-126.210297,50.665272],[-126.2089,50.707771],[-126.024696,50.793049],[-126.181396,50.778332],[-126.1772,50.86805],[-126.493301,50.81638],[-126.552803,50.834721],[-126.557503,50.876659],[-126.494499,50.918049],[-126.2258,50.898609],[-126.170303,50.936649],[-126.4636,50.94804],[-126.516403,51.070549],[-126.549202,51.014439],[-126.524399,50.937489],[-126.6614,50.86805],[-126.854401,50.93943],[-126.917198,50.899158],[-127.176399,50.929161],[-127.062798,50.885269],[-126.917503,50.876659],[-127.022499,50.817501],[-127.2547,50.913879],[-127.398598,50.92638],[-127.441101,50.947769],[-127.420799,50.978321],[-127.535301,51.000549],[-127.5028,51.097488],[-127.381104,51.059052],[-127.330803,51.047779],[-127.236099,51.041111],[-126.848602,51.069721],[-126.765602,51.056381],[-126.7117,51.000832],[-126.704498,51.039719],[-126.743103,51.0825],[-126.652802,51.14999],[-126.658302,51.19276],[-126.806999,51.089161],[-127.206703,51.056381],[-127.388397,51.067989],[-127.500603,51.11805],[-127.649399,51.09222],[-127.790001,51.165539],[-127.761902,51.249439],[-127.565598,51.293049],[-127.306702,51.280499],[-127.143303,51.318329],[-127.115799,51.391659],[-127.188004,51.323608],[-127.280602,51.301102],[-127.509697,51.310268],[-127.465302,51.358051],[-127.57,51.328609],[-127.784203,51.33305],[-127.778297,51.361111],[-127.663902,51.385551],[-127.551697,51.468319],[-127.500603,51.613609],[-127.233299,51.662491],[-126.6633,51.64888],[-126.605301,51.713051],[-126.6633,51.797218],[-126.639999,51.709991],[-126.693001,51.664711],[-127.053902,51.697769],[-127.2742,51.683331],[-127.3367,51.712769],[-127.425797,51.66666],[-127.433098,51.75],[-127.3619,51.77166],[-127.351097,51.863609],[-127.392799,51.77721],[-127.453102,51.772491],[-127.474403,51.70499],[-127.644203,51.69804],[-127.462196,51.6675],[-127.540298,51.638889],[-127.5858,51.570549],[-127.561096,51.538601],[-127.640297,51.458599],[-127.7547,51.479988],[-127.656403,51.508888],[-127.795502,51.5261],[-127.787201,51.560268],[-127.840599,51.641731],[-127.878098,51.673882],[-127.866096,51.89999],[-127.789703,51.941101],[-127.667801,51.949162],[-127.651398,52.051659],[-127.580299,52.129162],[-127.480598,52.1511],[-127.462502,52.112499],[-127.584396,52.093609],[-127.6203,52.027771],[-127.547203,52.07972],[-127.4114,52.090549],[-127.453102,52.179989],[-127.2453,52.248878],[-127.1717,52.312489],[-127.004997,52.3036],[-126.938004,52.246941],[-126.937202,52.196098],[-126.751999,52.078609],[-126.669403,51.983601],[-126.669701,52.041939],[-126.751701,52.125271],[-126.900597,52.205269],[-126.940804,52.303879],[-126.867798,52.35416],[-126.736702,52.37804],[-126.792801,52.39555],[-126.9814,52.33527],[-127.082497,52.334991],[-127.186401,52.380821],[-127.2342,52.517208],[-127.074203,52.61639],[-126.989403,52.631939],[-126.922203,52.71888],[-126.966904,52.828609],[-127.071098,52.883881],[-126.980797,52.72443],[-127.075699,52.639721],[-127.257202,52.54583],[-127.266701,52.464161],[-127.452499,52.40443],[-127.611702,52.29472],[-127.746101,52.276661],[-127.714203,52.353611],[-127.736702,52.349998],[-127.858299,52.206661],[-127.928596,52.30471],[-127.905296,52.3461],[-127.841698,52.365002],[-127.916397,52.44582],[-127.869698,52.5061],[-127.900002,52.509991],[-127.930603,52.434429],[-127.889999,52.384991],[-127.963898,52.321659],[-128.057205,52.394711],[-128.068298,52.447769],[-128.009506,52.50861],[-127.9375,52.499722],[-127.8797,52.57972],[-128.099701,52.503052],[-128.151093,52.409988],[-128.304993,52.26944],[-128.393906,52.291382],[-128.224396,52.459721],[-128.239197,52.56694],[-128.113007,52.748329],[-128.139206,52.837212],[-128.128098,52.88055],[-128.025299,52.912209],[-128.139206,52.924438],[-128.235306,52.80582],[-128.441101,52.822769],[-128.495499,52.887501],[-128.537796,53.073051],[-128.496597,53.09721],[-128.554199,53.118881],[-128.4814,53.141941],[-128.571899,53.142769],[-128.663605,53.239429],[-128.685303,53.18943],[-128.858902,53.283611],[-128.878296,53.338039],[-128.8461,53.36832],[-128.883606,53.369991],[-128.889206,53.430271],[-128.829407,53.477772],[-128.923294,53.45388],[-128.972794,53.553051],[-128.866592,53.535],[-128.794998,53.5686],[-128.754196,53.493881],[-128.670807,53.45055],[-128.692505,53.485271],[-128.643906,53.474991],[-128.4953,53.388599],[-128.481903,53.33971],[-128.474396,53.389721],[-128.504196,53.407768],[-128.373596,53.442211],[-128.352493,53.475819],[-128.131897,53.448879],[-128.071106,53.396389],[-128.099396,53.33638],[-128.032196,53.367489],[-127.952003,53.326099],[-127.946098,53.25222],[-127.867798,53.239719],[-127.93,53.284721],[-127.925003,53.329159],[-128.050293,53.395],[-128.114395,53.488041],[-128.380295,53.499439],[-128.389206,53.462212],[-128.517502,53.431381],[-128.756104,53.560268],[-128.816696,53.623322],[-128.764694,53.71944],[-128.7939,53.764999],[-128.770599,53.79583],[-128.689697,53.81221],[-128.643097,53.863049],[-128.471405,53.8325],[-128.688599,53.889992],[-128.609207,54.03138],[-128.685303,54.000832],[-128.720001,53.938881],[-128.9319,53.774712],[-128.904694,53.856659],[-128.943893,53.80999],[-128.950806,53.878601],[-129.003906,53.89333],[-128.966904,53.863049],[-128.964203,53.782211],[-129.009201,53.762211],[-129.0569,53.811939],[-129.028595,53.7486],[-129.232498,53.62582],[-129.261993,53.517769],[-129.2314,53.500832],[-129.237503,53.433601],[-129.310699,53.379501],[-129.606094,53.567768],[-129.734695,53.67527],[-129.699707,53.671101],[-129.713593,53.699429],[-129.989395,53.845829],[-129.962204,53.88583],[-130.031693,53.876381],[-130.101395,53.946659],[-130.090805,54.071659],[-130.046707,54.15332],[-129.950302,54.158039],[-129.839996,54.027771],[-129.718903,53.951389],[-129.737198,54.001659],[-129.834198,54.05471],[-129.929703,54.183048],[-129.831894,54.21944],[-129.614197,54.178921],[-129.470001,54.237209],[-129.616898,54.194149],[-129.854996,54.238041],[-130.122803,54.15443],[-130.278595,54.208889],[-130.279999,54.24361],[-130.195602,54.259991],[-130.2603,54.33749],[-130.250305,54.400829],[-130.275803,54.34972],[-130.348907,54.326939],[-130.481094,54.364719],[-130.473602,54.435822],[-130.381104,54.45805],[-130.433594,54.496658],[-130.429993,54.562489],[-130.375793,54.571659],[-130.439697,54.612209],[-130.416702,54.630268],[-130.063004,54.339989],[-129.982803,54.3111],[-129.959702,54.326939],[-130.038605,54.34193],[-130.089706,54.402771],[-130.059204,54.47916],[-129.978897,54.516941],[-130.0672,54.49416],[-130.082794,54.434719],[-130.123306,54.42749],[-130.351395,54.61805],[-130.368607,54.66777],[-130.171906,54.703609],[-130.000595,54.614719],[-129.880798,54.614719],[-130.004501,54.632771],[-130.079193,54.691929],[-130.201706,54.72694],[-130.155594,54.815269],[-130.050293,54.88694],[-130.173904,54.846661],[-130.031998,54.965271],[-129.954193,54.95916],[-129.974396,54.914989],[-129.824402,54.989159],[-129.622498,54.997768],[-129.998306,55.018051],[-129.961395,55.093319],[-129.860504,55.170551],[-129.815598,55.255001],[-129.749405,55.28833],[-129.643295,55.434158],[-129.523895,55.439991],[-129.4711,55.472759],[-129.636993,55.456661],[-129.708298,55.409988],[-129.811996,55.629162],[-129.772797,55.473881],[-129.839401,55.387501],[-129.824402,55.361938],[-129.790604,55.398048],[-129.808594,55.367771],[-129.782501,55.353611],[-129.830795,55.323051],[-129.813904,55.289719],[-129.920807,55.151932],[-130.068298,54.996941],[-130.113602,54.99638],[-130.160004,55.086109],[-129.943893,55.282211],[-130.007202,55.355],[-130.0242,55.46471],[-130.1017,55.556381],[-130.074707,55.672489],[-130.174698,55.75444],[-130.015106,55.90918],[-130.088593,56.11805],[-130.4142,56.12888],[-130.461899,56.235271],[-130.627197,56.25861],[-130.774399,56.3661],[-131.054993,56.398048],[-131.5578,56.602219],[-131.824203,56.596939],[-131.861404,56.799721],[-132.103104,56.866661],[-132.027496,57.036381],[-132.336899,57.088329],[-132.2267,57.204708],[-133.136993,58.13583],[-133.361099,58.280548],[-133.429993,58.45916],[-133.826904,58.726101],[-134.245499,58.856941],[-134.461395,59.126659],[-134.566406,59.13055],[-134.688004,59.24332],[-134.951904,59.279991],[-134.989197,59.389992],[-135.091705,59.426941],[-135.021103,59.4711],[-135.014496,59.567501],[-135.473602,59.801929],[-136.343903,59.602779],[-136.233902,59.525829],[-136.463593,59.469711],[-136.462799,59.28944],[-136.583893,59.163319],[-136.808899,59.165272],[-137.4655,58.906101],[-137.590805,59.238602],[-138.615799,59.774158],[-138.690308,59.90694],[-138.938599,59.997551],[-134.906601,60],[-134.639297,60.000198],[-134.151703,59.999722],[-133.791199,60],[-125.000801,60.003868],[-123.816902,59.994709],[-119.982903,59.988522],[-120.000801,54.005871],[-120.000801,53.808041],[-119.904701,53.778599],[-119.921097,53.718319],[-119.810303,53.707771],[-119.735298,53.634991],[-119.7686,53.603321],[-119.932198,53.60722],[-119.882797,53.560268],[-119.902496,53.520271],[-119.842499,53.518051],[-119.778099,53.446941],[-119.738098,53.395],[-119.606102,53.37804],[-119.385803,53.36166],[-119.348099,53.275269],[-119.265602,53.196659],[-119.045502,53.137772],[-119.013603,53.144711],[-119.012199,53.223049],[-118.9786,53.237209],[-118.759697,53.12471],[-118.781097,53.05582],[-118.669998,53.034439],[-118.679703,52.970539],[-118.625,52.884159],[-118.491402,52.89777],[-118.415604,52.83638],[-118.428902,52.78611],[-118.3461,52.74332],[-118.305,52.674709],[-118.349998,52.61805],[-118.2817,52.565269],[-118.286903,52.527771],[-118.208298,52.48082],[-118.259697,52.442211],[-118.223099,52.365551],[-118.145798,52.39888],[-118.047501,52.404991],[-118.0056,52.48777],[-117.902802,52.424999],[-117.7547,52.403599],[-117.7314,52.344151],[-117.829697,52.27277],[-117.760002,52.200829],[-117.6875,52.196098],[-117.600304,52.13055],[-117.363098,52.138599],[-117.318901,52.181938],[-117.269997,52.044998],[-117.0392,51.908039],[-116.919197,51.70916],[-116.812798,51.715271],[-116.815804,51.750549],[-116.746101,51.79916],[-116.658897,51.796661],[-116.597504,51.716381],[-116.595001,51.65749],[-116.488098,51.613049],[-116.466103,51.56638],[-116.399696,51.54472],[-116.3797,51.488602],[-116.305,51.461658],[-116.306099,51.388329],[-116.262199,51.316669],[-116.060501,51.24638],[-116.0261,51.21693],[-116.016098,51.138329],[-115.957802,51.103882],[-115.776703,51.073608],[-115.759697,51.035831],[-115.618599,50.969151],[-115.571999,50.90332],[-115.647202,50.85471],[-115.527802,50.791939],[-115.419197,50.754169],[-115.395798,50.71693],[-115.346703,50.732208],[-115.311699,50.706661],[-115.283096,50.658878],[-115.320602,50.638599],[-115.218903,50.54694],[-115.1017,50.588329],[-115.016998,50.575001],[-114.8367,50.39666],[-114.770302,50.35833],[-114.793602,50.334721],[-114.754997,50.288891],[-114.724197,50.125549],[-114.658897,50.065269],[-114.643303,49.977772],[-114.684998,49.9575],[-114.6875,49.913601],[-114.626099,49.797218],[-114.636101,49.727772],[-114.679703,49.63221],[-114.738297,49.608601],[-114.6894,49.547218],[-114.576401,49.556099],[-114.599998,49.442211],[-114.576401,49.389992],[-114.476097,49.341381],[-114.429398,49.265549],[-114.376701,49.25639],[-114.372803,49.204159],[-114.225304,49.188599],[-114.154198,49.148048],[-114.1567,49.103611],[-114.035301,49.031109],[-114.060303,49],[-114.0625,49],[-114.728302,49],[-116.0625,49],[-117.030998,49]]]]}}, diff --git a/assets/json/geojson/states_263.geojson b/assets/json/geojson/states_263.geojson index bdf627274..830245eb3 100644 --- a/assets/json/geojson/states_263.geojson +++ b/assets/json/geojson/states_263.geojson @@ -1,4 +1,4 @@ -{ +{ "type":"FeatureCollection","features":[ {"type":"Feature","properties":{"code":"DR","name":"Drenthe"},"geometry":{"type":"Polygon","coordinates":[[[6.4132798381076421,52.985522925844222],[6.36252137268322,53.033969027608755],[6.3678105206565014,53.06735999390559],[6.3052737617036421,53.081189547052304],[6.3151574489758664,53.094052783157323],[6.3444334128420392,53.087134918534161],[6.3566204777536877,53.10708451638483],[6.3635584614019223,53.107551563997568],[6.3658550025145741,53.122227518344893],[6.3826122717539784,53.14957048825449],[6.381414284631628,53.153505502722538],[6.3951653357231368,53.163576634853641],[6.40292151169023,53.167205509863805],[6.4069849500328058,53.177654407092113],[6.4428667842102891,53.1877404216122],[6.4477120751727384,53.196440583584838],[6.4854584103057533,53.203829373747979],[6.4925925527226678,53.201386099051561],[6.4942271446444879,53.198217546186328],[6.5068592576711959,53.2001440295697],[6.5304919814163611,53.195559271812854],[6.53428186007576,53.184085133796323],[6.541743918808991,53.1786103050193],[6.5481883044717843,53.181097635550444],[6.5594968013996793,53.169105754343391],[6.563687462232024,53.157638373035127],[6.5815147008044352,53.163584442631034],[6.583572500565495,53.157867463414526],[6.5870893311704179,53.156225956454549],[6.5845213423235371,53.153509365181513],[6.5879642161976344,53.145436084501874],[6.5999844757362176,53.14472352489063],[6.6144004435838317,53.135556955923072],[6.6136412757086749,53.132694285785348],[6.61901953404504,53.131552493432658],[6.6219036797117212,53.126194798576407],[6.6308305999530663,53.119211128047475],[6.6280559525222484,53.115647017043152],[6.6365972442812344,53.112842871366567],[6.6351107723966942,53.111460929476891],[6.6370863593238978,53.108300887570415],[6.6348316348501166,53.106202125010945],[6.6706024812913016,53.116516306447657],[6.6953669287561368,53.121176013631974],[6.73745095681969,53.11946172748825],[6.74325377058379,53.116568298260646],[6.9366104002543718,52.992759751107926],[7.01619662758168,52.924425681082454],[7.02611318943854,52.919160516695996],[7.0455710125645457,52.915908822830104],[7.014799275355049,52.872986577232624],[7.0402419026438006,52.872903241371567],[7.0434862241895484,52.865218576594877],[7.0464330184889139,52.865855600292541],[7.0627473038190169,52.851447549306933],[7.0659173051748656,52.851641965381511],[7.0695574055594852,52.847747648893716],[7.0762602729665867,52.850030653099957],[7.0721929576363989,52.845210933164573],[7.0721478953842141,52.8384050935537],[7.0927396660194919,52.8381961341955],[7.0715511859955038,52.8104211524035],[7.0557285829758252,52.643419763132805],[7.0419221894247839,52.632807759114087],[7.0353391269452947,52.634871902347086],[7.012491632907869,52.636776580454466],[7.0018773241685421,52.641918935793356],[6.9924590516558354,52.64133237639939],[6.9759846968492081,52.646254669016578],[6.9680005506145006,52.641739224968354],[6.9593111994954526,52.641745003406065],[6.9537809414343581,52.639026556584],[6.9454271577071776,52.6393423073823],[6.9388542428232469,52.637871680291994],[6.9285218791074277,52.640184848543932],[6.9189721026856672,52.639911655598411],[6.91569200946994,52.641814942089695],[6.9144637752883966,52.646481613401093],[6.902938061639782,52.64859383646651],[6.8968127111873772,52.651417119080506],[6.8799502787855431,52.65054831530113],[6.8728107030304706,52.653270551230278],[6.8645966158064926,52.649816909370884],[6.8509889293688806,52.6486038846681],[6.8374601396913226,52.651943334692994],[6.8188608548164993,52.647679590390545],[6.8079158841034584,52.649122800119621],[6.803327040392996,52.651852064956636],[6.7942899517074169,52.650656964203669],[6.7897456501912163,52.652796891320023],[6.7774309065937661,52.65166082656873],[6.7678792201718458,52.646851072550362],[6.7588483558801631,52.648825443093649],[6.7534515585964758,52.645806264918335],[6.7527754826347834,52.648147220067528],[6.7419840432179408,52.645332885878631],[6.7263980978387643,52.633220348851133],[6.7071709722667494,52.626760428316146],[6.7007916793106368,52.628409629354707],[6.7065255079580721,52.639542139598419],[6.7011527403596647,52.641735931212921],[6.7056773273595951,52.643478243739033],[6.7085465253271011,52.648715348473111],[6.6825091735685582,52.654178508074665],[6.6145268019871244,52.6740492697874],[6.5528213901895711,52.665594960526953],[6.5138614643749584,52.646293766209517],[6.5186041911697226,52.614087839243275],[6.5120268426402133,52.613649664338915],[6.5045121763124474,52.61705814601865],[6.4918504053801573,52.619144249077983],[6.4780161864340284,52.618631300822969],[6.4700731510578633,52.625007285234894],[6.4632849072546232,52.623513632063379],[6.4597882575645533,52.615759775694542],[6.4551381149260623,52.6154403585696],[6.4533659913761916,52.613945700929634],[6.4418796640673621,52.615637262608658],[6.4349343706434894,52.619285542484612],[6.4338030648527171,52.626409208239721],[6.4312428972188078,52.628377929610913],[6.4281764854830286,52.628188497672873],[6.4267943042143338,52.624526871879425],[6.4202364501797469,52.6223176366756],[6.4188084962384186,52.619023194558949],[6.4128587714633349,52.619574431035531],[6.4095022272951594,52.621733255410177],[6.4062509098985654,52.620694426953229],[6.4068583140887654,52.617780993955364],[6.4037667478581293,52.616271183023919],[6.3960352138633967,52.617787960497452],[6.3915222150913191,52.614519409876848],[6.3838368259663616,52.612197739424886],[6.3827960912571919,52.615661133016644],[6.3803195023142854,52.614974917671738],[6.3765103781282138,52.616923930143336],[6.3771780062424437,52.620360716434718],[6.3732525250910292,52.62383745488043],[6.3752058951848118,52.627408126651012],[6.3714851248585029,52.631792354732134],[6.3691802563359747,52.6320674625032],[6.36952231613535,52.635483958722276],[6.3630190821496733,52.639058475018523],[6.36444103605997,52.643174563099144],[6.3597505882820977,52.645561986357606],[6.3533375876443863,52.645963318159055],[6.3532985801189543,52.647813664739061],[6.3469678302361263,52.649151942166945],[6.341395247535873,52.654121174712273],[6.334002897518074,52.65469886137538],[6.3326379180567534,52.656750730446056],[6.3262899232822329,52.658986081167647],[6.3258759292708531,52.662864730358621],[6.3292901221883229,52.6653984567869],[6.3250217603149466,52.669951823643],[6.31678953947436,52.669908822062418],[6.3097590135486143,52.6667514874287],[6.2975629940972286,52.666369432677776],[6.295366871960919,52.662286034335281],[6.2874869301961152,52.663452599416523],[6.2854647831668409,52.66702219132894],[6.2791626972199737,52.669053019466666],[6.2732002190776042,52.66483676716156],[6.2700671191108208,52.664794113980918],[6.26579424491584,52.666864987227157],[6.2654009496364429,52.66917951395331],[6.2605351383234726,52.670477823477675],[6.2520014537292852,52.669881370837871],[6.2472860523933864,52.672811160718489],[6.2483651165854912,52.675616793678124],[6.2437607017287391,52.678718279215339],[6.2370745499462208,52.677547640538059],[6.232843132595387,52.679109352209693],[6.2327408726150519,52.681454569584695],[6.2210908827448206,52.682778877266692],[6.2187079053938508,52.68432721236767],[6.2198068018981676,52.685704465747918],[6.2166495838237079,52.6864058424708],[6.2125357633035678,52.684633630957059],[6.2016815114703334,52.684620281865769],[6.1950361181685736,52.679572907672949],[6.1942297733276286,52.676629583231957],[6.1920547719463759,52.676426470445165],[6.1914444714311943,52.679319847597675],[6.1878621854882523,52.679613746753489],[6.1858706896333331,52.682503511985288],[6.1805482106486558,52.68158787294665],[6.1842080838055571,52.677207831011756],[6.1819329243148262,52.67686820165153],[6.1831468486375778,52.675063272958873],[6.1638849732560681,52.679505768452614],[6.1696508995563084,52.686120768979372],[6.16218485543519,52.691278794818913],[6.1566066819095733,52.691957345649449],[6.1484975719100072,52.707631347489922],[6.1203321066187621,52.750149043291522],[6.120557385641912,52.752467981612917],[6.1266166806274134,52.756935128251584],[6.1567027277373629,52.762698538553067],[6.1639399866540474,52.766449344606379],[6.1685253892778249,52.767093491116057],[6.1730990123966594,52.773316563092585],[6.1938078651870887,52.786402804844542],[6.2017307427188619,52.793696093316356],[6.1772297830718816,52.813851090068894],[6.1716818733809884,52.815060232980542],[6.1576439047626987,52.825035547380779],[6.149198957375936,52.828402416889219],[6.1519621557357382,52.828829684681629],[6.1303115171372813,52.8439303815006],[6.1286943937043024,52.847807368819339],[6.1198198902800129,52.854214941716862],[6.1659930785146164,52.8750265997492],[6.2069000075042986,52.890743859695093],[6.2322910537693774,52.913438178392411],[6.2448295932746909,52.91958699785625],[6.2475529470715907,52.92369168466977],[6.2565930638785758,52.927641231443339],[6.3029852556060613,52.924972365255314],[6.3332805449791154,52.906356063711868],[6.3934357707696208,52.9328434458745],[6.4276147094454021,52.971815398583523],[6.4132798381076421,52.985522925844222]]]}}, {"type":"Feature","properties":{"code":"FL","name":"Flevoland"},"geometry":{"type":"Polygon","coordinates":[[[5.3611468531114754,52.675726420544038],[5.3772597695550992,52.764805201483121],[5.6313526410767007,52.803054593880077],[5.66029605227144,52.831250408706204],[5.7031031492506994,52.8343456761395],[5.7032998786412321,52.836392849178232],[5.7042815411330334,52.834430706140544],[5.7096359530520306,52.834816697021765],[5.7132199894277127,52.838188798938369],[5.7286634386951336,52.833398007679904],[5.7246819868508654,52.843982239794379],[5.7488073572010627,52.839679581169953],[5.7810286912774673,52.819593446877029],[5.7843821424548771,52.817475743189206],[5.7898066733321008,52.803691484011864],[5.7951770344405151,52.806521835882172],[5.8059261063084753,52.794859358112646],[5.8186564936645819,52.787635731903357],[5.8187917639588012,52.78469664620242],[5.8362543946054082,52.785637358694068],[5.8496986814061991,52.784738729270444],[5.86025753826701,52.781816534010048],[5.8796826004424121,52.773250522011139],[5.8960854175463284,52.762822013552515],[5.9000541277008818,52.761195251638306],[5.9060094468241431,52.761325555892775],[5.9225740034934713,52.750691573697033],[5.942555031763221,52.7150019980875],[5.9511613716051324,52.711919220205772],[5.9553155114654972,52.70726177154426],[5.9548390107415319,52.703767624150743],[5.959011669126741,52.703863422014287],[5.9648250273537862,52.698104421764775],[5.96515542972567,52.693569721295312],[5.9621048006403914,52.69035067271551],[5.9447075657651407,52.68271257358068],[5.9338702991269674,52.675510457001295],[5.9330840166677161,52.671263514659849],[5.9351478530716726,52.66923380204598],[5.93972586618807,52.668835245656162],[5.9415935199437158,52.670516674781567],[5.9668516681920032,52.666580181823491],[5.9840480653908852,52.657191646906639],[5.9995297437741018,52.654635942820505],[6.0069154428922351,52.651286323747961],[6.0173013678524914,52.643231991161905],[6.01049146822416,52.637881717360372],[5.9886263731733926,52.629324490909639],[5.9552852504991858,52.624842431437287],[5.9556201413543732,52.622917197275655],[5.9326902728242619,52.614922859796657],[5.9156637694878187,52.6135340035228],[5.9106017357145033,52.617660800243506],[5.9054700640360274,52.619215352780785],[5.84052459909783,52.610413201305647],[5.8372139408494093,52.607331222271071],[5.77796767775763,52.607534456233921],[5.7779299747934054,52.580851890915085],[5.8042825070193516,52.580738155764664],[5.8120057551547664,52.579168979016835],[5.8550761500429189,52.550824181816964],[5.8620551296160093,52.521583064042595],[5.8645022770837372,52.518653050366062],[5.8566979767923142,52.499805646946612],[5.8510093751323122,52.495389851514062],[5.8455911853204681,52.478201802328044],[5.8414723956437484,52.472274680479359],[5.8402560361952212,52.471058205144466],[5.8313851829618173,52.4734015711292],[5.8156079925166839,52.455215027511052],[5.8224110797472024,52.4497062240248],[5.8095863323769583,52.437658564193],[5.8114748714136182,52.4369228342605],[5.7872570655858278,52.422573279562037],[5.73942781354519,52.398421033548992],[5.73339695373793,52.40253330020402],[5.7294468471497639,52.400973219145072],[5.7334719064124178,52.397160392777359],[5.7155836703395329,52.388037022605211],[5.7067519888484286,52.386635048696775],[5.6987624274287541,52.382003653630512],[5.6776586422352926,52.378721144511829],[5.652554493040074,52.365427765926775],[5.6448672511376827,52.370864201160572],[5.6140392351409174,52.362256501182337],[5.611637696269316,52.359500312694394],[5.6054686920996337,52.363360714594045],[5.5954561088929378,52.363447974960522],[5.5877073136313111,52.361454254954182],[5.5756040066143138,52.350760383168748],[5.5332811048560933,52.272740836009163],[5.47684911724146,52.262399803761596],[5.4761215227738944,52.263924049337476],[5.4722990042783843,52.263739914929765],[5.4644593099531,52.26182787213191],[5.4633763429202586,52.2600032432637],[5.4028967660593663,52.2495270670747],[5.3072598483087754,52.306790439643464],[5.2811408943868408,52.316770342054014],[5.2204056192732393,52.326053740694149],[5.1511321492067772,52.318646669257575],[5.1461444286771343,52.319669480717593],[5.0792889079478334,52.370407715397718],[5.0791622200406668,52.388654115236093],[5.1373310485397337,52.415552760237837],[5.18549001002449,52.415644495671224],[5.151023783089288,52.46636003010935],[5.1007216127275923,52.508040592932019],[5.0604281383494989,52.578936129235721],[5.2571865970476956,52.644470700414765],[5.262266015515964,52.67682931497972],[5.2864503795103808,52.68874913330913],[5.2876188454660253,52.691656306074734],[5.3016352589140334,52.692426677025161],[5.3611468531114754,52.675726420544038]]]}}, diff --git a/assets/json/geojson/states_287.geojson b/assets/json/geojson/states_287.geojson index 035e7c9a9..6c0cf2df0 100644 --- a/assets/json/geojson/states_287.geojson +++ b/assets/json/geojson/states_287.geojson @@ -1,4 +1,4 @@ -{ +{ "type":"FeatureCollection","features":[ {"type":"Feature","properties":{"code":"SZ","name":"Schwyz"},"geometry":{"coordinates":[[[8.571049221040221,46.99015533346387],[8.582424895783424,46.993407029704194],[8.597147822032197,46.99020944756454],[8.603148518917425,46.98683803598198],[8.60414173899517,46.98232979092015],[8.601188224169434,46.97523467316089],[8.603514299954668,46.96855377069134],[8.604402718183271,46.95196449898141],[8.62079179139202,46.95250301795797],[8.621327130259196,46.952507361401686],[8.622403972224546,46.95273008074814],[8.623705786126296,46.95250766642816],[8.627254651720024,46.95085129387687],[8.627704734038083,46.950268063542005],[8.627346807622335,46.9498255302129],[8.627818987676198,46.94980282025545],[8.62820906769243,46.95000003660659],[8.628936554716724,46.949895863272175],[8.62918487106384,46.95019376737606],[8.62969407042689,46.95022896847823],[8.62983017889,46.950116000553464],[8.630577562053338,46.95002096812443],[8.630719089289062,46.950093714678395],[8.63148453514274,46.94989458154606],[8.63182877915338,46.95010422662573],[8.632458646808237,46.949775136507824],[8.63338722414731,46.94970429687494],[8.633892125846554,46.949841631679824],[8.634792988379743,46.949884419894786],[8.635402639140821,46.94976920326889],[8.635813003280042,46.949613781348006],[8.63637642357849,46.949841806451374],[8.636677726314854,46.949832810244395],[8.638034898673009,46.94948260982721],[8.6392187005945,46.949458528251256],[8.640132472361413,46.94952048282616],[8.640790864809803,46.949617947549406],[8.641461040046378,46.94936082344189],[8.641611091036616,46.94913882474497],[8.642941608055848,46.9492891220651],[8.643469804127585,46.94911808308865],[8.64410545840297,46.949020184995184],[8.644868336616018,46.949098691773635],[8.64570723114994,46.948963865116205],[8.646253037501364,46.94865331305049],[8.646525028115459,46.94862703766322],[8.647914887836059,46.94822112300776],[8.648320851693216,46.94797098000817],[8.650122181894274,46.94772831133399],[8.650600044064014,46.94746131503444],[8.651583722538025,46.94718054194125],[8.652038273082908,46.947190690071075],[8.652242964771384,46.94702004055582],[8.652676830811552,46.94696072046003],[8.652833668575004,46.94706878609237],[8.65356836465977,46.94689556665561],[8.653976593515166,46.946724501169044],[8.655130607544434,46.94647319802248],[8.655926506348276,46.946440366141374],[8.65666814481884,46.9459529664913],[8.656918944527778,46.94586425078731],[8.657974177645015,46.946052159587936],[8.6581227893933,46.94620200337719],[8.658837469584084,46.94641954402414],[8.659955099417092,46.94621644032739],[8.660233005234934,46.946006204219955],[8.6608476165834,46.94593024544838],[8.66154695146457,46.94597422342044],[8.661861382880472,46.94590944065218],[8.661988379671577,46.94571354078639],[8.662729534036787,46.945692661943305],[8.663503767999712,46.94559811454897],[8.66384792985545,46.94563732104239],[8.664671021672484,46.94548483964753],[8.665084270710187,46.94555756061575],[8.665202153025694,46.94536690938562],[8.665539346950705,46.94531270417852],[8.665741964644178,46.94512877325505],[8.666906451266984,46.9447532424227],[8.66800043942938,46.94464089669299],[8.66844113141707,46.944353891304054],[8.669419756807258,46.94408197847474],[8.669690795657885,46.944163506343486],[8.670750621614788,46.94410656666498],[8.671260571603085,46.9444167171661],[8.671959524911978,46.94438720050956],[8.67282538939205,46.94480223339888],[8.673334293191745,46.94484938793884],[8.67362799045899,46.94500871414974],[8.674539550726747,46.94493020807159],[8.6753420348866,46.944923483644104],[8.675614961539782,46.94498372760928],[8.67596634015465,46.945249382344436],[8.676460508251164,46.94526555537715],[8.677071556535358,46.945662689254924],[8.678531284068013,46.94579329017668],[8.67932680992502,46.94599099987489],[8.679858432498378,46.94583518399817],[8.680726808908585,46.945965953966486],[8.681171085677866,46.946128387413864],[8.681644015671623,46.9458813305714],[8.682707952811644,46.94581478205302],[8.683162204187402,46.945598318632165],[8.684307043598968,46.945446389530716],[8.68476012443247,46.945525947186276],[8.686182667303868,46.946007927357435],[8.686530005802334,46.94604277512972],[8.687105760054044,46.94623464690949],[8.688107172573607,46.94642085857427],[8.688617151401383,46.94659027489867],[8.689093639825517,46.94685811465786],[8.690058114402657,46.947030642804734],[8.69104459638284,46.94693761096265],[8.691421058980934,46.94702388138096],[8.692572225895674,46.947067255148546],[8.692961940509711,46.94697764214659],[8.693203221837583,46.946372294433594],[8.693337132482885,46.9458076632524],[8.693858353125696,46.945177627649464],[8.69409418286308,46.944422073482095],[8.694785196636293,46.94369570036952],[8.695260134211226,46.9434466869515],[8.69621343649408,46.9431510478538],[8.696407871786507,46.943040957714246],[8.69690674818299,46.94218894960608],[8.696905224629614,46.94156372932924],[8.696580000853444,46.94029885141299],[8.697132309684653,46.93993382053135],[8.69738561585882,46.93964587433537],[8.697489584879419,46.93915083698392],[8.697694607181717,46.9386528968361],[8.699809394978075,46.934803544335686],[8.699882443981497,46.93338584011475],[8.700320835883227,46.93264961173766],[8.696540087718041,46.92879941906075],[8.697312681368905,46.92786612219059],[8.697393694533396,46.92745679746201],[8.697719428233246,46.92701241592355],[8.697573068317983,46.92670724794625],[8.697698528039938,46.926234461993836],[8.698082040490581,46.92601343844104],[8.698309734958483,46.925531444489266],[8.69865118683966,46.92413416087893],[8.69924191069874,46.92384516075974],[8.699574787030643,46.92297693729359],[8.700428794999718,46.922661660029085],[8.7008615200839,46.922580414133606],[8.701817787778028,46.922091259575126],[8.70214864978924,46.92186630171966],[8.702920100589942,46.921614877423046],[8.703692613642037,46.92129777388216],[8.703854860171663,46.92116191629651],[8.7039161940274,46.92081127364189],[8.704136075984282,46.920780960250724],[8.704815409160624,46.92013200641355],[8.705393234768792,46.9199681726402],[8.70591461587453,46.919582762578635],[8.705767928939034,46.91943144514713],[8.70619894971942,46.919166676242895],[8.707254793150922,46.91794946501878],[8.70755086629481,46.91753144602585],[8.707659580048164,46.91718657963616],[8.708823588282558,46.9171374118672],[8.70892990180754,46.91746392113113],[8.709288524160634,46.91760634318281],[8.709672515936136,46.917398098850725],[8.709988260190027,46.91757508901294],[8.710352753873325,46.91755236552121],[8.710696473789612,46.917671078035006],[8.710882617009895,46.91798424123247],[8.711517983384736,46.91813232725867],[8.711645482927258,46.91835673719399],[8.712129968738507,46.918289121510774],[8.712648807275936,46.91861888562704],[8.714622099151637,46.91843618750003],[8.715498669626434,46.91809106320604],[8.716389930370331,46.918279749460794],[8.716328754092984,46.91856688544202],[8.716672830543578,46.91863743377445],[8.717678073379133,46.91848857175251],[8.717855467228441,46.919244018442676],[8.718557227768665,46.91918032191652],[8.718561552919793,46.91936202687048],[8.719430901635546,46.91961105204258],[8.719608819716917,46.91989516140823],[8.720239499922343,46.92011417465093],[8.720571967241462,46.92045429455219],[8.720355238012173,46.92109782455983],[8.720511662661432,46.92113908701274],[8.72050966399502,46.92183738711199],[8.720721501605073,46.921992790000864],[8.721280566162495,46.921927648854115],[8.72141427656478,46.92207845043697],[8.721855020828675,46.92212334501269],[8.722565536776763,46.92258765761392],[8.722609281308364,46.923125723066256],[8.72320540878343,46.92354838441601],[8.723652585327086,46.923715580640554],[8.723704097653908,46.92395710783981],[8.7240363090381,46.92397528851621],[8.72400598641306,46.92438313224762],[8.724206888010649,46.924551872739],[8.724707106259896,46.924405898209926],[8.724576124172216,46.92477985609002],[8.724584139045588,46.92522368170261],[8.724890742194102,46.9253774910959],[8.7254190413025,46.925265554251865],[8.725517190242499,46.92545869519336],[8.725430685745385,46.925954456586226],[8.725816133478702,46.926034011927115],[8.726414137029815,46.92577058983045],[8.72676553078876,46.92603314835886],[8.727451051171185,46.92622957286764],[8.728073995319653,46.92648327266381],[8.727994317258396,46.92679351681342],[8.728665401598027,46.92692798294067],[8.728973707039323,46.92791116427773],[8.728531141298758,46.928358471864826],[8.7294663951468,46.928214211414144],[8.73010212778431,46.9282252820544],[8.73084507364961,46.92814896331721],[8.731449088745357,46.928438347443105],[8.731724025533198,46.92894451467905],[8.7320185890021,46.92899750643843],[8.732555873908247,46.929489945391126],[8.732595385551143,46.92974621875826],[8.733635270649149,46.92997095477351],[8.733752129257,46.930226697391156],[8.734439619009006,46.930134266524846],[8.734560523904255,46.93026627020717],[8.735820870660485,46.93025474299708],[8.736698261459283,46.930553192755134],[8.736325955421071,46.93093505245066],[8.736541591230726,46.9314597832518],[8.737121464955862,46.93216818246737],[8.737429819478745,46.932379371622304],[8.73782588834025,46.932482662576916],[8.738451630865454,46.93232418963223],[8.739391666994068,46.93177361371095],[8.740044839334617,46.93195854672077],[8.740248682484095,46.93229173899863],[8.740687429904485,46.93258579803942],[8.741153278257794,46.932600689249114],[8.741581891666996,46.932467483510464],[8.742118629239249,46.93203679777939],[8.742679829350822,46.932219916896806],[8.743628297396128,46.932364215871566],[8.744276684890112,46.932635982590014],[8.744763153103937,46.93297998212068],[8.744883083330741,46.933349507021916],[8.745097406294414,46.93348871163599],[8.745021042491057,46.933986969301145],[8.745056657115406,46.934818852782534],[8.745149431732099,46.93520887539869],[8.745966022770292,46.93534956373631],[8.746064301752554,46.934870334931034],[8.747018786885869,46.93460743389891],[8.747469988756766,46.93432778047731],[8.749126701576355,46.93367076702923],[8.74964877513796,46.93395769500233],[8.751179587368288,46.93444317578945],[8.75225873870546,46.93496358095854],[8.752563910502898,46.9352386318869],[8.752943451376852,46.935208885849505],[8.753812294061797,46.93568633366841],[8.754359749481798,46.935804284154635],[8.75630130103056,46.93658397501865],[8.756586115733738,46.93626227519649],[8.756829419612096,46.93621626788426],[8.757160162679886,46.936645370274675],[8.757416435073464,46.93659205897366],[8.757871399455231,46.93677568026844],[8.758053214655467,46.93696105534968],[8.758581619187868,46.93673188715234],[8.758721403925186,46.93716644934159],[8.759019366322315,46.93753557385188],[8.759462796665686,46.9372001731251],[8.760600196571913,46.937423019568705],[8.761357259609316,46.93770220284015],[8.76225675709768,46.9383835202221],[8.763107090124656,46.93841346288916],[8.765211145304502,46.93873118349309],[8.765805950767106,46.93903621186112],[8.766186199384089,46.93941127239457],[8.766612352165582,46.94011920073454],[8.768883662708149,46.94036733336078],[8.77092900954306,46.941501138847855],[8.774481763290025,46.939679881524285],[8.774305108563828,46.938259618829235],[8.777390314670141,46.93377429004525],[8.777845449756928,46.933133694821045],[8.77810176590347,46.93317524145516],[8.778477282527199,46.93283460410886],[8.779268227139701,46.93251548516386],[8.781054828408493,46.93242406426165],[8.782030667117906,46.93194025754658],[8.782642924319338,46.93183163395349],[8.783035029488245,46.931623948862274],[8.78339006148416,46.93167577863372],[8.78503955761907,46.93113352393846],[8.786336350572451,46.93095240203596],[8.787216989898203,46.93053337394048],[8.787749550076223,46.93035442560416],[8.79196734917466,46.930779802226155],[8.791804224760385,46.9317081450195],[8.792781316092828,46.932168476858536],[8.793302941236309,46.93260682669625],[8.79439450427271,46.93310648400837],[8.794682261592264,46.933327170202325],[8.796228029209427,46.934695904180465],[8.79629422196019,46.93517523441028],[8.796015491523537,46.93546323972121],[8.797364242857268,46.936281946889885],[8.79797487797467,46.93673422646713],[8.799433191529024,46.937153219636556],[8.799961905641943,46.93737013932293],[8.80072793750942,46.93750816549979],[8.800988170735634,46.937396675826896],[8.801321193706691,46.93746170546916],[8.801302929258746,46.93770840390547],[8.802257498786297,46.93806137254713],[8.803256424595888,46.938338757439695],[8.804191812492766,46.938321664055614],[8.805658295904095,46.938869150146566],[8.807132907111681,46.93960459419154],[8.808757083898222,46.94027236989494],[8.809587031914944,46.94071604437817],[8.810704524032959,46.94145280546512],[8.814192324848323,46.9386254602734],[8.820080104067104,46.937380862047384],[8.821128499821084,46.93624231972274],[8.82406583608731,46.935866215561724],[8.82677305148446,46.93571239777159],[8.827330732635446,46.93410157386305],[8.827176334569353,46.933654199715846],[8.827873193254854,46.93319220975165],[8.828706204166714,46.932829105729716],[8.82984767933841,46.93160808155468],[8.83008015208295,46.93046306468833],[8.829796281565983,46.92983530067259],[8.829876122287862,46.92929463454684],[8.829629362612627,46.92800517396839],[8.82919267597564,46.927735278268585],[8.829210756171785,46.927309963850206],[8.828750259255036,46.92650180900043],[8.828442304978221,46.92502673046049],[8.829784380093061,46.92406321455125],[8.828841804712663,46.92286147811471],[8.827505091534485,46.92241236532206],[8.827787970552068,46.919344634246826],[8.828696811852282,46.917930133316666],[8.830136320560555,46.91672957028407],[8.83127187117379,46.91494792268614],[8.833445908905198,46.91144870858153],[8.835252606066579,46.90973980531544],[8.836124528805202,46.90767792576468],[8.839613925986905,46.90833700946322],[8.842563162579763,46.90942097801949],[8.842647783309058,46.91002213211627],[8.843225401706713,46.91020974315362],[8.843764795341828,46.910775122863015],[8.843824809263664,46.91111488168665],[8.844203826599975,46.91134392309875],[8.8450805905025,46.91152258499521],[8.845503790134927,46.91189527746333],[8.846160107470212,46.912106652208195],[8.846680057399608,46.91259857944718],[8.846791507075455,46.91297451865836],[8.847134208608635,46.913165836732055],[8.846941085251927,46.91348927585002],[8.847075845717816,46.91377758073332],[8.847968030928072,46.91346840688274],[8.84810386903216,46.91308599573207],[8.848812009331537,46.91276977032066],[8.848801338609075,46.912157193673885],[8.849416950981158,46.91113564338852],[8.849465509099446,46.910528580452244],[8.84927837514925,46.91030028455413],[8.84934102008645,46.909879315668896],[8.849498028658296,46.90958192259066],[8.849391345094464,46.90865998532471],[8.848879375811531,46.90767998453027],[8.849003842493877,46.90731522982948],[8.848746833539911,46.90687372033384],[8.848813184889748,46.90650598385048],[8.848642154670433,46.906104655095824],[8.848382945036182,46.90585980199284],[8.848241903370617,46.905228140204905],[8.848333906363521,46.90466259408241],[8.848256709136407,46.903991594693515],[8.848591881392013,46.90354428249028],[8.848384832381953,46.903041454118444],[8.84823131464921,46.902389323160335],[8.848373867260717,46.901958228455634],[8.848514531064303,46.90188423500705],[8.849034290988879,46.9008997779611],[8.849031655854517,46.900298849752865],[8.849206935258946,46.90010856951833],[8.848958432354161,46.898987183559896],[8.848489773065463,46.895380766583216],[8.847776558163904,46.89295592725838],[8.847843248467523,46.89099383868463],[8.849607763624622,46.888219120865614],[8.853181891373694,46.88540404963262],[8.85361605961526,46.88528368264456],[8.854189835999316,46.885646513516534],[8.854767326249265,46.88574625089712],[8.854718657018875,46.88614022396526],[8.854424483778544,46.886474613743985],[8.854496672622442,46.88709898816244],[8.855046867340594,46.887488216412216],[8.85527709874395,46.887854186441956],[8.855510451911282,46.88794511712195],[8.855407928758764,46.88823910255567],[8.855955403738234,46.88853690748479],[8.857719800203357,46.88895761661653],[8.858589185678554,46.88921241183893],[8.859327228724478,46.88965353290155],[8.859534444754411,46.89002140325303],[8.8604356939455,46.8904994522851],[8.860573881988095,46.89084718467335],[8.860949677265676,46.89129152879072],[8.861449125311962,46.89163530549916],[8.861226795168268,46.89178524328472],[8.86118284686105,46.89237983304979],[8.861034118905355,46.8930584321132],[8.861472773333604,46.89362890484951],[8.861815518692577,46.893617488664795],[8.862124641073603,46.89377544983104],[8.86127851725164,46.89450636116608],[8.861667299615542,46.89453740876118],[8.861839375543834,46.89474136349714],[8.862300503554488,46.89472500698874],[8.863472426176354,46.89485687198892],[8.863666610443223,46.89503313277634],[8.86428051784519,46.89498674764238],[8.865030375107951,46.895012799603855],[8.865491194926452,46.89509255048651],[8.865760655367415,46.89490585252504],[8.866636452441789,46.894938265496336],[8.867189380073993,46.89477565382159],[8.868527540643438,46.894212852396095],[8.870007711675727,46.894153873247404],[8.871114756742465,46.894031164133544],[8.871388402565096,46.8944991712178],[8.874431540007292,46.89497476630565],[8.881030012077764,46.89789135692378],[8.88251770571544,46.89908626634212],[8.883499460596944,46.900794078209834],[8.88697658046026,46.902355181415956],[8.888583829808418,46.90262003686854],[8.889073862541684,46.90260308226221],[8.89014240790652,46.90276576543262],[8.89043900632981,46.90264088260701],[8.890986274006533,46.90282347488095],[8.890983366024669,46.90310563088032],[8.892325719813767,46.90300400323347],[8.892511856070755,46.9029098013824],[8.893314881206027,46.90277016449084],[8.895185120808266,46.902923871106125],[8.895401420309403,46.903296489354716],[8.895396748709988,46.903644921935054],[8.895619040888471,46.9037361090191],[8.89556324297809,46.90411379804318],[8.896022387949808,46.90451835993766],[8.897258643325642,46.90430601935324],[8.897407746416159,46.90479842728189],[8.898433094458033,46.90453195906308],[8.898602610629906,46.90471255734924],[8.898975937708101,46.90472391714938],[8.898947409057936,46.905090656809534],[8.898718481559797,46.90537678519584],[8.89921684240685,46.9057772996464],[8.89879015841299,46.90633759914164],[8.901099425903023,46.907389151212115],[8.901656960850518,46.907792897268074],[8.90296672041185,46.90822959046597],[8.90401093275043,46.90815592508071],[8.90418779103832,46.90840104513552],[8.905332434661082,46.90844574913312],[8.90596645574374,46.90834826751284],[8.906022702884105,46.90815557478471],[8.90745851685021,46.90747552825262],[8.907618101286715,46.90765006080076],[8.907420479122244,46.90793134396154],[8.907507632440678,46.9082637990323],[8.907291524285563,46.90870032585458],[8.907415252856762,46.908864098578384],[8.908001968657102,46.90886479409051],[8.908857853372826,46.90894963135587],[8.909639038259881,46.90870476073639],[8.910279324775304,46.90919452454249],[8.91034790580933,46.90961267890821],[8.910669326743573,46.9096956534563],[8.910856231347449,46.910003984856054],[8.911233521715701,46.91014952050218],[8.911320423513963,46.91072827076865],[8.911834310154036,46.9108621727759],[8.912319699213057,46.91112447404776],[8.913376708556974,46.911194005059464],[8.914083043904975,46.91156793708818],[8.91495871652564,46.91108053822843],[8.915314026361536,46.9113797458929],[8.915862072487618,46.91142711257627],[8.916036161265586,46.91177417982756],[8.916532994993277,46.91188297284048],[8.916895850101836,46.91207207762789],[8.917209599853733,46.91278787478276],[8.918089423479536,46.91335455430716],[8.919079659574605,46.9137670856612],[8.919514241191806,46.91406531926899],[8.920187258098455,46.91394239198892],[8.920760974821324,46.91394438497367],[8.9210762702189,46.913612694324705],[8.921453894530647,46.91409066895459],[8.921354849425137,46.914503156487044],[8.921553928340854,46.9148543485167],[8.92200216788051,46.915259154018045],[8.922268131296443,46.915238002887136],[8.922839279855744,46.91568624255349],[8.924109255170116,46.915507558014035],[8.924677854945752,46.91528615719728],[8.924780035554571,46.91557843300484],[8.925182793971835,46.91586529458236],[8.925569682725422,46.91597177670013],[8.926501902531621,46.916039840439225],[8.926845576750798,46.91631163639008],[8.927300047039035,46.91646768042183],[8.928847100538656,46.91727309602865],[8.929746507468629,46.917280880518454],[8.93018497296372,46.917846110207236],[8.931952622428748,46.91828825674207],[8.932458705654946,46.91884914725864],[8.932999348436578,46.9189850758181],[8.93348376670801,46.91932833582347],[8.934319755252902,46.91949170048075],[8.934657639419978,46.919289816083335],[8.935076913093612,46.91972827849692],[8.935383730594527,46.91985093538332],[8.935841936651581,46.92004773988767],[8.93604666036003,46.920286725922665],[8.936799530053207,46.92009804433694],[8.936990150211464,46.920298299089445],[8.937653462438725,46.920344591664],[8.937632567851558,46.92062654676244],[8.937907617265191,46.92117022634715],[8.938840073794475,46.921180924282204],[8.939018657118053,46.92134495728406],[8.93902581856597,46.92175568175556],[8.939438591138801,46.92205723421271],[8.939940944824128,46.92228625320603],[8.940739785644336,46.92237623608436],[8.94189447860313,46.922119250990356],[8.942757289155454,46.92204757469403],[8.943241646463045,46.92214485381145],[8.94370891647565,46.92249674584117],[8.944326753513739,46.92306443634681],[8.945036228867027,46.92339488661074],[8.94579394624474,46.92367051044376],[8.945975654379792,46.923945932882496],[8.946339985477264,46.92361905158971],[8.946679697792737,46.923692654385064],[8.947350782119857,46.92405002315682],[8.94764254676508,46.924077542962],[8.948103036066616,46.92461711218379],[8.948196235929377,46.92538514952907],[8.948683538159312,46.92546541061832],[8.950213802368834,46.92535204195548],[8.950500346075877,46.92540980771669],[8.951154839599747,46.92508731732645],[8.951509064675365,46.92501258719517],[8.951853849039727,46.92518624404647],[8.95258982419792,46.925104178163735],[8.95320647129643,46.92516191515288],[8.9535366168567,46.9253880438771],[8.953847176311875,46.92543625227156],[8.95385591765181,46.92570911761799],[8.954313624214736,46.925941760963944],[8.955805310527634,46.926051339800395],[8.956944996905897,46.92573750433176],[8.957308462508431,46.92554467558722],[8.957870561188763,46.92588543952513],[8.957760678575475,46.92629431661007],[8.95857213663988,46.92632567798031],[8.958726367847895,46.92601621147223],[8.959481101840984,46.92595477030368],[8.959805097175055,46.92618422137509],[8.961027175087885,46.92649417029677],[8.961837915012396,46.92630311600972],[8.962492187315014,46.92640217295335],[8.963191983872752,46.926723410175846],[8.96381592634928,46.92754828448267],[8.964129009318889,46.928294291572676],[8.964004193628222,46.92901626267877],[8.962676283794684,46.9310014487125],[8.96106830181937,46.93166064198671],[8.959925623813763,46.93121133191927],[8.958868546815626,46.93229454687665],[8.957414103871885,46.93360879156759],[8.957089745627615,46.93398482441023],[8.956779295179285,46.93458505364192],[8.958424029657904,46.93452335015747],[8.95773353746004,46.93581843225225],[8.95752778098131,46.935974108935376],[8.95597794507978,46.93682460713159],[8.956017228693057,46.93744721020952],[8.955943295083905,46.93785993548231],[8.955735782068544,46.938361010091164],[8.955328123719273,46.938921196116084],[8.955821139643895,46.93936164848975],[8.956288975931246,46.939924152085084],[8.956685428286663,46.940266614496394],[8.956562586245933,46.94075895168441],[8.957630444673793,46.94260215897656],[8.95737579187891,46.942909293869896],[8.95810819267828,46.94413919780513],[8.958836577779831,46.94492370491497],[8.959493457571822,46.945484297351165],[8.959918488823028,46.94611957947041],[8.959972991131913,46.94648125894859],[8.959856088057276,46.946835939802234],[8.960925877671675,46.9469507496971],[8.961266005682834,46.94725568896049],[8.961246983876517,46.94766322875698],[8.961412681029483,46.947870943017904],[8.96148889162455,46.94849179727415],[8.96178523238141,46.949415352487506],[8.96179781234467,46.94974772172833],[8.961974097464237,46.95044641692992],[8.962016029423237,46.95135967609013],[8.961890220019827,46.95197007548431],[8.962031041516187,46.95282904858611],[8.962436601755053,46.95354642683024],[8.962368156217089,46.953813865656976],[8.963266519623923,46.95443071163073],[8.963015646124937,46.9546374726061],[8.964350215681959,46.95513252428153],[8.964857666121434,46.95602005500253],[8.966265548912364,46.95641152969625],[8.96668528975256,46.95675275513301],[8.967338467467767,46.95761009104648],[8.968203110578685,46.9573150463576],[8.969101292121332,46.95787767827746],[8.969968221384608,46.9581124982404],[8.970307901700153,46.95813568398666],[8.970570632834574,46.95845659955046],[8.971117356166301,46.95848270404481],[8.971235206808418,46.959100824995254],[8.97164098300241,46.95986189263405],[8.971095620246937,46.95985563919209],[8.970526250857716,46.95956012983847],[8.969760727476302,46.95969706568804],[8.969512050131799,46.959873543034675],[8.968917960377905,46.95980735205715],[8.968686395097404,46.95967926666599],[8.968276460155307,46.95972780864312],[8.967968034545876,46.95988973347355],[8.9674911003509,46.9599814704845],[8.966902848697213,46.96019459380997],[8.966773280120668,46.960526122806954],[8.966328861267854,46.960364395872205],[8.965946597760183,46.960518929181724],[8.965434749484967,46.96095131004421],[8.96451691245873,46.9609301781363],[8.963570615266319,46.96098362432247],[8.963205085532854,46.96092990298437],[8.96255893852205,46.96110796729294],[8.962105042140253,46.96115038802553],[8.961533663065635,46.961520025593664],[8.961144943558903,46.96153968927783],[8.96066366082499,46.961415897175584],[8.960302220648389,46.96162584150245],[8.958678559999058,46.96214498221508],[8.957749479594009,46.96227066635357],[8.957434979600105,46.96221341502456],[8.957061608016325,46.96233785387679],[8.95666595496408,46.962719871949496],[8.956279888134084,46.9629273432613],[8.955674852382307,46.96294773505253],[8.955399370225997,46.96320239255619],[8.953886309683373,46.964121404942354],[8.953728400865446,46.96481455155958],[8.953232710010157,46.965146983689785],[8.952988697915867,46.965819452113166],[8.95271003482935,46.96599465618566],[8.95243082825697,46.96590135197455],[8.951798360228135,46.96614439536269],[8.951044144107554,46.966851897136515],[8.95056594113001,46.966819575610394],[8.949982875452703,46.967019375395324],[8.949928848683271,46.967672994874434],[8.94970243942733,46.9679566453428],[8.949082125398794,46.96822499728473],[8.949571273263327,46.96855955271057],[8.949752109632891,46.969007826539],[8.949851722935291,46.96953056435863],[8.948751291426703,46.969108845716605],[8.948370267699845,46.96883268938125],[8.947634683108294,46.96817439586039],[8.946963285096666,46.96790388418176],[8.945701569266555,46.967159826846185],[8.935329882320524,46.97902603048394],[8.932251815654205,46.98230416854973],[8.932975348767457,46.98240712345433],[8.933663031198254,46.98258787347459],[8.9340767590579,46.98283654130135],[8.934722357841602,46.98301589201825],[8.935344236123376,46.983066609109166],[8.936149991046722,46.98330570734515],[8.936710484633286,46.9834158360793],[8.938334272157093,46.983824487878664],[8.939022189018175,46.98396598420832],[8.940407675036408,46.98447095065629],[8.940916708782279,46.984714101882254],[8.941444228988267,46.985558030736094],[8.941265143729787,46.985827613201714],[8.941476891796711,46.986461068735345],[8.941573902284789,46.987045649903415],[8.941504042334035,46.98758898065875],[8.941004395141029,46.98793439046784],[8.940713920278995,46.987447629269184],[8.94004965834469,46.9873239530753],[8.93992724044896,46.987473459828564],[8.939211148614506,46.98734300922462],[8.938574608281233,46.98739583837267],[8.938026066359232,46.98674900660816],[8.937854260627159,46.986421232665165],[8.937329916315141,46.98683573413155],[8.936387755262663,46.98796315535205],[8.936491486246998,46.98859225077787],[8.936397799408352,46.98883136446277],[8.936103854762269,46.98901114668165],[8.935292022346706,46.98867809125184],[8.935040210143278,46.988722219401794],[8.934817729412572,46.98909478411583],[8.934502879033953,46.989174432805214],[8.933881554569636,46.989512476430875],[8.933985750623131,46.98984491670208],[8.933707810657689,46.99037135251968],[8.933207358381813,46.99054619076599],[8.932246030573957,46.99108128007622],[8.93234926201635,46.991391523656],[8.932226325150378,46.991837704967814],[8.932016200411882,46.99221115975022],[8.931662752685806,46.99249474315876],[8.931648255142434,46.99277731600938],[8.931358494538687,46.99358300890559],[8.930994596987603,46.99380146897705],[8.930471118566855,46.99463542011021],[8.930491798827589,46.99491402012021],[8.930250451368103,46.99555928886792],[8.929675288520768,46.996347239943844],[8.929284227854913,46.9967779403848],[8.928660959832527,46.99733088687188],[8.92807286063677,46.99775983159968],[8.927253485906643,46.99818217896429],[8.925831479994029,46.99878080863426],[8.925588134824851,46.99898437544727],[8.92379788021359,47.00007918255792],[8.923547091670363,47.000354119815945],[8.923213302357244,47.000387684578364],[8.922755974830672,47.00098357560736],[8.921732933555983,47.00144190789903],[8.921492616856442,47.001377225457716],[8.921170043611353,47.000728995945614],[8.920965169136636,47.00002951355589],[8.920659355115085,47.000227216833736],[8.920235871013896,47.00076766241482],[8.919893107861856,47.000916604855504],[8.919682051016878,47.00115445564378],[8.919225142743219,47.00129509075364],[8.918875756515515,47.00155464652474],[8.918295589829135,47.00213160683278],[8.918073311998334,47.00248837049459],[8.917559195195139,47.00286274615273],[8.917059002748182,47.00343512986973],[8.91699209329451,47.004053725114076],[8.916879889109744,47.00436040997892],[8.917001648458317,47.00472730355397],[8.917066479709367,47.00543481314771],[8.916989097143976,47.00585368525418],[8.916738805098094,47.00616373056755],[8.916160887507903,47.0064935718051],[8.91572676016163,47.00721243125487],[8.915441703529103,47.00751837470017],[8.914475182019661,47.007762343052605],[8.9141911328814,47.007720295610504],[8.913885803341381,47.00807482472782],[8.912670218265568,47.00852488333429],[8.911958794935808,47.00861926948062],[8.911582465334492,47.00888003264691],[8.912000391264597,47.00905518401767],[8.91150473769201,47.009425717593544],[8.911579229681616,47.00982911170377],[8.910693518494181,47.0143145312896],[8.91083188447049,47.01489843723373],[8.911171420547282,47.01498933789152],[8.911229735612395,47.015263711829434],[8.911129105372359,47.01569555558833],[8.910733161499333,47.01672937178336],[8.91048495027215,47.01704459249607],[8.910122172270219,47.017233839672116],[8.90942300986795,47.01746586030264],[8.909006149739133,47.017473568664634],[8.907739830334787,47.017851169488885],[8.906437649583577,47.01842745622671],[8.905401396211122,47.01868091787619],[8.903675134903715,47.019434249258886],[8.902414880210337,47.02003406116492],[8.90169318481962,47.020519487111784],[8.901321537692363,47.02051682271527],[8.900134034285372,47.021029534517375],[8.899193648150929,47.02086755401202],[8.898896054359822,47.02072677641261],[8.898136525560293,47.02062237484047],[8.897495705065202,47.020620675600455],[8.897109149539322,47.020708387117864],[8.896653134618555,47.02110210098156],[8.895662884397803,47.021012230620165],[8.894946895021086,47.02089830391423],[8.894922790016585,47.02134349333137],[8.89475299562883,47.02153363409708],[8.89423201656226,47.02177017180559],[8.893844248714279,47.02244400360187],[8.893267942122382,47.022865847785404],[8.893104603648643,47.023072233632014],[8.892991812299579,47.02363861294939],[8.895257723277798,47.023971220151],[8.895468974643428,47.024811484400644],[8.895366873384095,47.025335732279885],[8.897912039607153,47.02587573728011],[8.900744148052878,47.02614648758434],[8.902593311821155,47.02689304286999],[8.90361641462549,47.027259643367124],[8.903358664406577,47.02772086179141],[8.903096587839833,47.02879661775958],[8.903289095556211,47.02905435443861],[8.90329960042501,47.02935563603679],[8.903126843170993,47.029682776753106],[8.902229779931359,47.0306613342353],[8.901723395189999,47.03099197309696],[8.900827736755994,47.03201993702233],[8.901231773890066,47.03247701151111],[8.901338679204917,47.032934769321635],[8.90127135739051,47.03339603485672],[8.900948323072482,47.03376365920972],[8.900807488334854,47.0340799118644],[8.900575714592419,47.035058062573604],[8.900535965369345,47.03604447974201],[8.90064225387015,47.036648815374164],[8.900891572105486,47.03713239228429],[8.90181687142725,47.037860714718256],[8.90314548534746,47.03853758944158],[8.904001420620745,47.038701634438894],[8.904875638079467,47.0384625849105],[8.905455085147926,47.03849519203636],[8.906123938542523,47.03840505534369],[8.90721116748896,47.038829419478276],[8.90772347670381,47.03926877727061],[8.908504914625315,47.039419956015195],[8.909398505570802,47.03968638204368],[8.910392367943727,47.03950620880289],[8.912047916144715,47.03930072061481],[8.912468524879012,47.039404636954856],[8.913182932735435,47.03944639338172],[8.913807731061011,47.03971992966907],[8.914633795413922,47.039922974147345],[8.915115537572754,47.03885028494819],[8.915347781332612,47.03851682460744],[8.91587562308074,47.03851482989894],[8.917285764809575,47.03830234597674],[8.917868560042939,47.03834341391753],[8.918101523015945,47.03791577013453],[8.920350031642824,47.03808920802979],[8.922005682536145,47.0382933176344],[8.92251665050875,47.03852653265916],[8.923480640249759,47.03880675748751],[8.923950091937146,47.039173680735985],[8.924450204345739,47.03969885430626],[8.925272632091058,47.039993214435846],[8.926497463516935,47.040568086512295],[8.927614719717955,47.040875817894346],[8.927992979340665,47.041150887073655],[8.92829752250505,47.04116342673636],[8.928932489771604,47.041502580523506],[8.930370743127598,47.041908166730714],[8.930552823241097,47.042083310009424],[8.932080176927736,47.04237917367244],[8.933368892028565,47.042547164386406],[8.933878042540353,47.04273776951356],[8.934276040883278,47.04272113120644],[8.934331289059545,47.042902269435096],[8.9347237587307,47.043102080127476],[8.935550442038238,47.04325893592431],[8.936515233078083,47.043610575252735],[8.936923573569604,47.04366014026743],[8.937339507749659,47.04399741592111],[8.937341044677266,47.04420351115401],[8.937650066870413,47.04431815057084],[8.93755697927026,47.0445823840016],[8.938407632640063,47.0448307088193],[8.93842067728194,47.045128561484745],[8.938612017000134,47.04534439222338],[8.93859659284017,47.04567517705834],[8.938938083201599,47.04590497196331],[8.939352374806953,47.04631724665226],[8.940005804558416,47.04678424858494],[8.940213117125117,47.04719393712203],[8.940465669755191,47.04715640539895],[8.940921906674355,47.047615518246374],[8.942048694201935,47.047737242400345],[8.943560111405034,47.048333141225186],[8.944240812183642,47.04839752516433],[8.944772824243298,47.04870857218797],[8.945127220396463,47.04872003788999],[8.9451474049897,47.0489530055422],[8.945466489090412,47.049125321269635],[8.946454878839017,47.04921575208794],[8.946774671648795,47.049006476592396],[8.947188701838684,47.04895709118068],[8.948072942567277,47.049357195193224],[8.948354204827485,47.04983789338467],[8.948481693520316,47.05044416803536],[8.94846384895775,47.05090152207092],[8.948703184410364,47.05105918964981],[8.948729340681291,47.05142337038685],[8.948953795983977,47.051912525605026],[8.948796973745809,47.05365722912206],[8.949127748302413,47.05379680595152],[8.949429629366092,47.05449241768924],[8.949282707126208,47.05480550770557],[8.949690019233886,47.055010185066884],[8.949491374491485,47.055335850089875],[8.949605259587413,47.056113260753705],[8.94913679254052,47.05652297094638],[8.94964789041845,47.05732613597675],[8.949629150519955,47.05764212880789],[8.950254901365726,47.058041573485454],[8.950061006177798,47.058424766825645],[8.950534248609708,47.05893841531845],[8.950518992106025,47.05942263370367],[8.950852896230268,47.059883155949976],[8.950980060357278,47.06064216016348],[8.951435323171014,47.06101737518154],[8.951828083714187,47.0610035899173],[8.95228628738348,47.06120329374725],[8.952520552194585,47.06140652202221],[8.952531084322297,47.06225870777474],[8.953074098231028,47.06289821463647],[8.95292668071688,47.06306615373696],[8.953549207307415,47.06369454290134],[8.953752838492523,47.0642704290242],[8.954284178435621,47.06446632129694],[8.954251902451222,47.06505275688615],[8.954389608797346,47.06527001954897],[8.954807665601816,47.06542940726487],[8.955441986421274,47.06550463963596],[8.95618198974728,47.06583364563145],[8.957301013094673,47.06696921818601],[8.957656483230418,47.06763705489909],[8.957985618015147,47.0676428241847],[8.958362855943005,47.068216341909256],[8.958538276463349,47.06864561549386],[8.958754662171788,47.06885935494737],[8.959059043943718,47.06988350468688],[8.959310435828181,47.07003413454423],[8.9594242865798,47.070364717282764],[8.959958777311444,47.07073256691557],[8.960590180653599,47.07083434755273],[8.961121428310236,47.07063301678948],[8.96177065447523,47.07137348827792],[8.961534372575935,47.071586450721014],[8.96157201366023,47.0724973380406],[8.96196947451619,47.07319028248345],[8.96179823890268,47.07441867918444],[8.962109620376559,47.074732851618364],[8.961408152645415,47.075704388076595],[8.960831269145626,47.076252207814846],[8.961206804574372,47.0764261675208],[8.962199427639742,47.07649131338144],[8.963936002445923,47.07756805865385],[8.964486916408125,47.07777412548117],[8.964795675248043,47.07810289415038],[8.965102448853713,47.07817627000861],[8.965267588597586,47.07860142775229],[8.965956988007058,47.079248870973174],[8.966410221294852,47.07949261171611],[8.96675743107862,47.07981241153083],[8.96672718968801,47.08023665853907],[8.966291368657808,47.080838770941234],[8.966778591885758,47.08101270841629],[8.966428463572484,47.08141360996543],[8.967274482530867,47.08138080673522],[8.967697917825815,47.08152262220299],[8.968042562465694,47.081503176870626],[8.969520739290628,47.08232562137339],[8.969641917177825,47.08260742977015],[8.97009326938247,47.08290077228238],[8.970400627837593,47.082981750367246],[8.971607967421406,47.08368763673323],[8.973329856922296,47.08455886623954],[8.973378089893615,47.08475929830889],[8.97390960442826,47.08485161289997],[8.974340628147205,47.085019819567464],[8.974978194556334,47.08511231952088],[8.975138097556707,47.085388965201425],[8.975689900145142,47.08537765928765],[8.975993208564965,47.08570656609201],[8.975196068504623,47.08632871466225],[8.974138361295743,47.08621632777432],[8.973619727373759,47.08637518527181],[8.973524084912391,47.08674448487257],[8.973363748075577,47.08684147970108],[8.972585307835615,47.08680719488732],[8.971369540340103,47.087050964559154],[8.970042387279902,47.08714604709348],[8.969023367842022,47.08710472450452],[8.96860131629813,47.0871344489927],[8.967091545343028,47.08747975825816],[8.966292852246806,47.0878540798094],[8.96546378479542,47.08811887624644],[8.964803977738987,47.08825584793038],[8.964528320298324,47.08822714853837],[8.963757455528052,47.088600513477076],[8.962911899678781,47.08879339874012],[8.96248374707852,47.08904443833375],[8.961724770184981,47.089123800481545],[8.961157638017653,47.08930714210862],[8.960800713526973,47.08954047922962],[8.959592636000307,47.08958559133202],[8.958403191098578,47.08973300176049],[8.957545904302346,47.089766117574214],[8.95727749761104,47.08983628488469],[8.956920026623951,47.09013827528801],[8.956863220495366,47.09042997754779],[8.956574778701189,47.090683835214364],[8.955639530357168,47.09064335612825],[8.95500667697697,47.09053916374746],[8.954611577173875,47.090632731601424],[8.953875654109899,47.09148521524437],[8.953970060667908,47.09155442316106],[8.953877320083285,47.09219431475682],[8.95397087107161,47.092404618712784],[8.953944250322811,47.0929901185238],[8.954130691505178,47.09382509604757],[8.95415127842276,47.09425903469347],[8.955144763611452,47.09448434861054],[8.955795237333728,47.09528566663088],[8.956777368294992,47.09581257774488],[8.956700234981755,47.09597915782035],[8.956849765608611,47.09634386133097],[8.957173363451446,47.0966454508657],[8.957012977285025,47.09719995937857],[8.95740508053552,47.09744582223787],[8.957234380419107,47.09763085370517],[8.95769499654257,47.09789724672229],[8.958107400447675,47.097886971283536],[8.958549934418494,47.09843993236943],[8.958907271500028,47.099354212552115],[8.959423885962941,47.09969876896383],[8.95969572301703,47.100207996958034],[8.96029697881979,47.10025986543504],[8.961955950370433,47.100801718233406],[8.962846034725064,47.101061031050556],[8.963373760682224,47.101023908737524],[8.963622232636661,47.10144244078456],[8.964242815131511,47.10198548267065],[8.964541650046836,47.10210106916299],[8.965756461889134,47.10229586568863],[8.966699502263548,47.102591461671636],[8.967400502460695,47.10270852987121],[8.969295052864833,47.10349004352408],[8.969923948862048,47.10368962418657],[8.970644951518244,47.103771357300175],[8.971277940630605,47.10463777096198],[8.97102592932071,47.10533990733221],[8.97070564241129,47.105997349104115],[8.970883642539272,47.10625942699284],[8.970737765274219,47.10687631915855],[8.970297418615525,47.106982208259865],[8.969805855969378,47.1076851100045],[8.96954192195809,47.108178058215394],[8.969290501429903,47.10843857533416],[8.969246980460039,47.10868126146506],[8.970260761478208,47.109203016073714],[8.971117657355666,47.11004444133081],[8.971130163748022,47.110911999559896],[8.97105075655672,47.11160601630544],[8.971160749850174,47.112015634448724],[8.970977757350564,47.11243131244675],[8.971861748061967,47.11279001478188],[8.972674940231945,47.1135856579816],[8.973100818845005,47.113765042189996],[8.973693837104312,47.115097591975704],[8.972951683345729,47.11683847884967],[8.97190033925726,47.11811507306494],[8.97091815430241,47.1182057967932],[8.970079347470298,47.11823564782941],[8.96925204099087,47.11845813399606],[8.968851511392726,47.11868680386442],[8.968294894608695,47.11866988693489],[8.967793699422005,47.119129325523396],[8.967137261093775,47.11917730053362],[8.965298081354062,47.12148067458624],[8.965174189037988,47.122110757007995],[8.965511568293975,47.12254801908772],[8.965869012601056,47.12327080722403],[8.965802910654924,47.123911436098545],[8.966327541045985,47.12501379748951],[8.96694062841357,47.12551341159726],[8.96713246711353,47.12589366640104],[8.96766097997138,47.12654571072743],[8.967648276452826,47.12722279515125],[8.967845695947041,47.12747825411281],[8.967926798316725,47.128345154361504],[8.968173661653355,47.128646969676765],[8.968410913115406,47.129662622884354],[8.969103362485987,47.13018686780505],[8.969301299384606,47.13050492625117],[8.969170229331167,47.13083346965603],[8.968626193808829,47.13134289770382],[8.968624674820301,47.131889500025096],[8.96844013382645,47.13224040975678],[8.968399942842357,47.132705537125354],[8.968179019117926,47.1329094871525],[8.968151222833333,47.13350083047372],[8.968462091133075,47.13379396423043],[8.968918762207956,47.13392379847344],[8.969377157168015,47.13450288022472],[8.968414950134758,47.135768525153516],[8.967394947954416,47.136633343079474],[8.970627188133328,47.13824417431368],[8.971780860532098,47.13859386444062],[8.972228622565176,47.138875508234676],[8.972527833190888,47.13919376338489],[8.972738435878604,47.139627644856695],[8.973317882084732,47.13997553695306],[8.973787003259174,47.14036582175968],[8.974010102397287,47.14073377050664],[8.973966865986691,47.14093586433639],[8.974386345019443,47.14117676722302],[8.974784256224668,47.14222656156538],[8.974433556097834,47.14317866077192],[8.975333740468537,47.14360955787137],[8.975304760859972,47.14391371282004],[8.989210785886359,47.15949015661235],[8.991632215560887,47.162164557060485],[8.993179244314394,47.16367923512071],[8.997757455036322,47.16748589957629],[9.000699847381458,47.169919074027746],[9.002566992184672,47.171488898679016],[9.004725044408284,47.173259819544995],[9.002567112533427,47.17477947952738],[9.0020223217862,47.17426905302589],[8.996352825022674,47.176522570008004],[8.997596620910224,47.17785258181893],[8.99622504240759,47.17854070664302],[8.994853083606923,47.17918067934222],[8.993241280485444,47.1798685078965],[8.991438595775536,47.18055996027602],[8.991052217522252,47.18056356536923],[8.990855855718165,47.180776641373235],[8.989459266826048,47.18124937442224],[8.987909851305947,47.18172756685379],[8.986309841710428,47.18217195294923],[8.984519408289781,47.18260268129661],[8.982806269157642,47.18295237416727],[8.981489246394274,47.183122828827095],[8.980264995721466,47.18331711656351],[8.979556077363727,47.18315484334496],[8.979118716637261,47.18277175572707],[8.978555578842121,47.18259888790241],[8.977520246665943,47.18266230134478],[8.977247691566483,47.18258658870768],[8.977065055401438,47.181823377958466],[8.973968108101825,47.182286741977734],[8.973321061561395,47.1802907303872],[8.971051947475551,47.18063186549281],[8.970482264630947,47.17887242282258],[8.970110184132798,47.178812772686406],[8.962144823466957,47.179377640452515],[8.961985539190886,47.179460177693315],[8.961440494154024,47.1825361283201],[8.961493716391162,47.18288943307944],[8.961863817606636,47.18353686471241],[8.961905388655973,47.18392294486252],[8.961805369877972,47.18440454277071],[8.961082093982169,47.185111688334445],[8.960932174103116,47.185384787823814],[8.960309148235677,47.18876225675555],[8.957491499444426,47.19943996070279],[8.957590030484564,47.19950253466018],[8.965339403296085,47.1981599314303],[8.96579620812702,47.199702078936255],[8.969073447207018,47.21095339831783],[8.969012625886643,47.21114671132471],[8.96922182264304,47.211827789963095],[8.969692484730276,47.21176318087335],[8.969866812868483,47.21149215852274],[8.9743028703994,47.2128010507856],[8.972912146418691,47.21496980878926],[8.972341798772321,47.21565145239475],[8.971610025417592,47.216257342771165],[8.971042809513886,47.21661038128593],[8.970423231971157,47.21691411172118],[8.969756664600093,47.21716059002174],[8.96904985435233,47.21734790839832],[8.96831403401224,47.21747309209534],[8.967560939764688,47.21753413149046],[8.966425158162473,47.21750360574376],[8.957081044870929,47.216354811653574],[8.955713622027279,47.21627167402561],[8.95477220901161,47.216338376709416],[8.9414164272012,47.2181361570651],[8.937562180090616,47.21774228695917],[8.936732447339615,47.21794153113697],[8.93639382239779,47.21761670854883],[8.908265849493704,47.21470571905404],[8.860477467683973,47.209743837516434],[8.848361233439363,47.20848265226164],[8.8469300635479,47.20835114778884],[8.845492970030097,47.208254117136065],[8.844051762173205,47.20819169089663],[8.842608194781517,47.20816393744413],[8.841164101348276,47.20817090628807],[8.839720264064615,47.20821484587763],[8.83774231305078,47.20832759368615],[8.835619415728493,47.20852320215135],[8.834213757314464,47.208695559201125],[8.83281773764569,47.20890121171086],[8.831433117062714,47.20913992279332],[8.830061535585822,47.20941139412508],[8.82870468566823,47.20971530883211],[8.827364205459382,47.21005128779827],[8.826041745976209,47.21041893383107],[8.824181339733146,47.211000039203896],[8.822909350899925,47.21144277008159],[8.82166078451952,47.21191544999635],[8.820437169369686,47.21241752157092],[8.818651776641012,47.21322438988662],[8.81749698553337,47.213797203948495],[8.816336155674529,47.21441738850113],[8.814744294959993,47.2153461676747],[8.813700462058467,47.2160105541682],[8.812691269541883,47.21669935544395],[8.811717963041541,47.21741172091545],[8.81078168258314,47.218146792270645],[8.809449253515146,47.219289998825424],[8.808608785276736,47.220087908412026],[8.793380840455297,47.22256285505509],[8.77719770268832,47.21884654245574],[8.74053564001598,47.21157826415885],[8.717021051586938,47.20353644735146],[8.713108985078936,47.20303561800731],[8.71278733061904,47.202865477457166],[8.711423032057782,47.20144119459176],[8.711159582702582,47.20133676964612],[8.71066339597298,47.20086957939806],[8.710363690017298,47.200961005055646],[8.710099002649509,47.200421211945894],[8.708813298538256,47.200816270420674],[8.708262374559043,47.20094911678945],[8.707352534406853,47.201409731027184],[8.706499231712263,47.20193964004684],[8.706148100707278,47.20229502798891],[8.705124486415285,47.20250132229022],[8.704052965347332,47.20230060266748],[8.703665052776756,47.20174250920566],[8.703003355098101,47.20163769143817],[8.702911528361394,47.201509348914406],[8.702952980667623,47.20094688705876],[8.702763135635339,47.200755354675465],[8.703049264546804,47.20025670337735],[8.702808498072166,47.19972059610242],[8.70296141416,47.19940432296569],[8.70340138378666,47.19913021781247],[8.702868225558698,47.19871513235621],[8.702918737649433,47.19845666681871],[8.702562880621983,47.19810055249075],[8.701851052369204,47.19778798924378],[8.701497735878853,47.19776980852882],[8.700964661751092,47.19742751721962],[8.70058946397158,47.197497626033204],[8.700122163484481,47.19722019709611],[8.699622438982447,47.197023860279664],[8.699144979821039,47.19700038470907],[8.698140232517359,47.19676372853554],[8.697880799842633,47.196591831842824],[8.697428470424843,47.19666798206899],[8.697146888272892,47.19657659602134],[8.695828148822487,47.19671438638194],[8.69543170045841,47.19657673444912],[8.694858364401092,47.196535333824386],[8.694193106154433,47.196357413408585],[8.687618341186345,47.18852134914997],[8.685568220911847,47.186543279661635],[8.684311162893858,47.1862066486922],[8.68353547027827,47.18588560331735],[8.682197642344656,47.18503178762999],[8.681074422221053,47.18407064802785],[8.681341886009223,47.18160162150451],[8.680413732139,47.17988598989564],[8.680342589846232,47.179233389331586],[8.680443092249387,47.178682297262164],[8.6811652584278,47.177928452976985],[8.681566449048436,47.17703947890169],[8.682077334277148,47.17654435588458],[8.682083287846606,47.17625665921871],[8.68232135567313,47.17577061705158],[8.68251075805971,47.175666315409224],[8.682713755133237,47.17511804680686],[8.682403107442713,47.174589831317384],[8.68240860558109,47.174320121065755],[8.682633000456029,47.17396384326326],[8.68310737463175,47.173494059549014],[8.684081945655391,47.172853354535235],[8.68486856115174,47.17221827919703],[8.685882959682088,47.171516961650035],[8.687072291178508,47.17098011334473],[8.688975248377849,47.170367920314675],[8.689687937064548,47.170100778969925],[8.690214367562163,47.16981166695981],[8.690687783884837,47.1693909447166],[8.691358888300343,47.16901744591695],[8.69123428950915,47.1682084548185],[8.691666946382458,47.16681934726804],[8.692059444986688,47.16671318413039],[8.692121089176464,47.16531941420991],[8.692001766521498,47.164516028446734],[8.692205481757746,47.163398872519174],[8.692743308002811,47.163480729508755],[8.693581000050134,47.16340801132351],[8.69519085655851,47.163156662312865],[8.69583270457528,47.1629387872873],[8.696495561766305,47.16104168728118],[8.696743341547538,47.160552300716226],[8.696810378908824,47.16015565299732],[8.696647853183965,47.159840042888646],[8.696851598487928,47.159316296882],[8.69710137631323,47.159148874445826],[8.697687858734193,47.159018778305835],[8.69813137518833,47.15881091962603],[8.698294832472463,47.15848236966096],[8.698091439934032,47.157842557081274],[8.698151343748084,47.157166756528326],[8.69810511091473,47.15676568584742],[8.69870307288582,47.15626238542222],[8.699208937915373,47.15500994635152],[8.698906854154034,47.15420465236227],[8.69857158204039,47.15373189733467],[8.69876714128156,47.15286335011154],[8.698953471060738,47.15248338649401],[8.700269691361868,47.15168408708865],[8.700869214302434,47.15139558156533],[8.701168865487961,47.15094474653333],[8.700516625535291,47.150951356230046],[8.699333753553244,47.15063644405763],[8.699072355766557,47.15051457115605],[8.698830297815226,47.14974329238464],[8.698587898604764,47.149527490402114],[8.69825909840861,47.14964095087998],[8.697996418694844,47.150103746258644],[8.697470485443702,47.15032878078311],[8.695872107359866,47.150075028634774],[8.69564989665271,47.14995927771403],[8.695262421472753,47.14948809395193],[8.694538413089047,47.14936100933796],[8.693895793600328,47.149057296119196],[8.693536807697345,47.14899492260227],[8.693169771698606,47.148778651935245],[8.692839401811192,47.14829022172066],[8.692293399447767,47.14795804426557],[8.690741935933225,47.14787089063075],[8.690386630565527,47.14761297650356],[8.690176210635721,47.14713036696166],[8.689289186387885,47.14644892119208],[8.688507400771359,47.14608236163586],[8.688197277000922,47.145704051777166],[8.687906047935323,47.14505944455878],[8.68729640424385,47.144570946944675],[8.686839885299365,47.14408389660379],[8.686425111616456,47.14341213663683],[8.68594396983023,47.142836883914846],[8.685823673569223,47.142460646681286],[8.685570468455241,47.14220968885278],[8.68478255973757,47.14192576306034],[8.684534301920563,47.14123159990242],[8.684267076776583,47.1407832939659],[8.684208106959018,47.140238894981955],[8.684335740983366,47.13954129748246],[8.684591004235346,47.13875699916611],[8.685056631862778,47.13838268668797],[8.685245196743862,47.13793132127359],[8.6852478175297,47.13754222665977],[8.685468817858792,47.137402579153175],[8.68599658035808,47.13730353080104],[8.686435059263426,47.137111576216554],[8.687280548900809,47.13719330205966],[8.687614711798775,47.13693057087077],[8.687271022757972,47.136695532802655],[8.687088544089228,47.13630623476886],[8.686428133216875,47.13611864103006],[8.68635705567354,47.13587793359199],[8.68663508893777,47.13558216920708],[8.6872334406596,47.13527795130027],[8.687243698246196,47.13479581777138],[8.687475952775001,47.13445608107871],[8.686903712169453,47.134502948387144],[8.686474843766371,47.134628878295125],[8.686336280342877,47.13480995101301],[8.685831138102913,47.13469677444154],[8.685816935663428,47.13445718612351],[8.685400017699026,47.13431854608534],[8.68543319621589,47.13405747383455],[8.68513100152726,47.13383971063029],[8.685115545893247,47.13358635390267],[8.685326714036316,47.133319537716595],[8.68503714907089,47.133153714977524],[8.684792347988836,47.13332013126974],[8.68440272595406,47.13300967462742],[8.684576088514149,47.13248964601416],[8.684862537972034,47.132475961898045],[8.685050225377678,47.132241417451354],[8.684564489416283,47.13178384870231],[8.685077210089649,47.131726708171186],[8.685233306990092,47.13141390813866],[8.685941927462379,47.13142548266165],[8.686051420302713,47.13126547067932],[8.685578973788767,47.130846471661364],[8.685185162025503,47.13075861467535],[8.684530518306637,47.130902881461374],[8.684131972873164,47.130840980404585],[8.684455092733568,47.130051420076214],[8.684756335129078,47.129871330260876],[8.684073436126791,47.1296028687357],[8.683938878563419,47.1293829712566],[8.683290764895938,47.128953550200215],[8.683551421819715,47.12854961511563],[8.683088914066342,47.1283964376274],[8.68304523932177,47.12803718819903],[8.682767830231162,47.12798228347026],[8.682369693372284,47.12753060363708],[8.682628218166013,47.12730894293845],[8.682524498310107,47.1270287070206],[8.682258275816864,47.12698245139297],[8.682272933093067,47.12672309153034],[8.682574658623617,47.126539322785],[8.682271352920111,47.126294090438094],[8.682408868720545,47.12596555360077],[8.6822302013415,47.12574520507844],[8.681512606736117,47.12555551284608],[8.681794827182078,47.125021707180046],[8.681084064266425,47.12479306720298],[8.680565944605364,47.124853415380265],[8.68039397122802,47.12473710196629],[8.679905414581032,47.12470870680025],[8.679454902979748,47.124220968473765],[8.679037045076274,47.12431298202629],[8.678549202576201,47.124612953337454],[8.67754509585805,47.12408707973547],[8.67730674894689,47.123820029660855],[8.677423993174274,47.1233679238187],[8.677221361573805,47.12315986228914],[8.676804423537812,47.12309536383765],[8.677105335969069,47.122788184269865],[8.677720355080838,47.122434671119365],[8.677464265234242,47.122265770063905],[8.67698702812043,47.122265316888786],[8.676526169573346,47.12248648151574],[8.67597426965846,47.12208115416709],[8.67574807313764,47.12166440316376],[8.676012911366458,47.121473032919596],[8.675513860517908,47.12118801395231],[8.674962106966593,47.12137670289887],[8.674704657884233,47.121087210308445],[8.67439705807878,47.12111159544049],[8.674046377180302,47.1207093404186],[8.673592533538015,47.12089801437439],[8.673454757663444,47.12065574830874],[8.67314795572269,47.12051570186769],[8.672624664904182,47.12047943568634],[8.672512014308188,47.12009930556278],[8.672002443030612,47.11981218057921],[8.672194113016989,47.11923566734459],[8.671915075842293,47.119019429650756],[8.6713617600422,47.118978909964476],[8.671086436618097,47.11910997415771],[8.670723260024245,47.119053684784376],[8.671209938349666,47.11843431171792],[8.670631248491096,47.11838527158612],[8.670525457844926,47.11822178809811],[8.670918010207954,47.11809046703843],[8.671203450367214,47.11826750570846],[8.671542018714433,47.11824599053466],[8.671675416451764,47.11801768116465],[8.671214640466255,47.1178804509333],[8.671484145953125,47.1176663977197],[8.671472962891652,47.11718228228645],[8.671005022185204,47.11682440275191],[8.67178315259481,47.11608477344483],[8.671855539071784,47.11573843414442],[8.671192379242457,47.11575638785822],[8.667071913760777,47.11567296997296],[8.666216807366995,47.11522591493651],[8.665355974326248,47.114976464826256],[8.664601892174973,47.11507825196645],[8.663876458269387,47.114992333521265],[8.663144576421399,47.11506805727041],[8.662747326239199,47.115191309130694],[8.662276592480614,47.11508675207255],[8.660873019298698,47.11503520085224],[8.659808982025433,47.11467519571037],[8.66002420664701,47.113907857618656],[8.660164277399277,47.11319039005841],[8.660648651836347,47.11234982958338],[8.6605613483582,47.1118303502907],[8.659783038811039,47.11091998123052],[8.659074347982964,47.11057261766128],[8.658113766375976,47.11018649607226],[8.656716490948407,47.1092147714129],[8.655852309212516,47.10872303219858],[8.655683819390998,47.10853266273296],[8.653780307082059,47.107856608307856],[8.645487122729747,47.0996270371943],[8.644919914748192,47.09585881122073],[8.642193602197585,47.09495946716219],[8.641352873009424,47.094385261932544],[8.640664263584702,47.094542070662975],[8.637252061417778,47.093329158282614],[8.63464610564578,47.09334382742956],[8.632024217109308,47.09361950636978],[8.630263644448354,47.09355484825511],[8.629981044409025,47.09380501666303],[8.6275956405775,47.093805439453085],[8.62594647499845,47.09387462275373],[8.622997876505899,47.09471444440816],[8.611794255530583,47.09497309023437],[8.608709151866028,47.09445083825487],[8.607459902838599,47.09199600540056],[8.599946962495201,47.090538621865186],[8.59878096812452,47.09060945719217],[8.598196554862122,47.09058149364986],[8.597566362708271,47.090916802274236],[8.596159590901822,47.091472926930365],[8.595496895876694,47.09128930307152],[8.594898032606526,47.09090388882644],[8.594426161810857,47.09074187261127],[8.593789559855507,47.09062045352846],[8.593665722413077,47.09041471103946],[8.593244353028672,47.09033922543505],[8.59240981681814,47.08959498114396],[8.591916771867583,47.08933136033641],[8.591325590079952,47.08914673251376],[8.590930955788448,47.08887869360921],[8.590109375051188,47.08640364342125],[8.58733955765227,47.085680334240415],[8.585720740584128,47.08546981650582],[8.58517184965343,47.08546997826417],[8.583534608561779,47.08465493708551],[8.581729975971104,47.08412209667942],[8.581101510231244,47.083996729210924],[8.579843743459527,47.0839529825908],[8.578646753998724,47.08408660522999],[8.578131775358841,47.0842382604672],[8.577601818633973,47.08448350114795],[8.574281926928952,47.08225346219724],[8.573497385733003,47.082027134998086],[8.572289359372071,47.081946569101],[8.571647055433282,47.0819573055673],[8.570304961969523,47.08172061135409],[8.569999336955496,47.08160397618302],[8.569551924129549,47.081214342179805],[8.569303265236659,47.081231462597934],[8.568617967615333,47.081083368850024],[8.567809889354942,47.08110741056753],[8.567325420552853,47.08104640339662],[8.565674483608431,47.08103065353241],[8.56490817037301,47.081187231594264],[8.564321018670432,47.08147275081297],[8.563704897177734,47.08150711651642],[8.563025008816686,47.08190500486262],[8.562507135707767,47.082901059735256],[8.562717813002655,47.08313837937836],[8.562849754796812,47.08380935511428],[8.563145780793697,47.083901813113016],[8.563419451442275,47.084642472572185],[8.563472346082982,47.08506701321151],[8.563917209228885,47.08578097625157],[8.564185894634795,47.08598272708197],[8.564827043315205,47.08673534639495],[8.564883426677818,47.08726231319888],[8.564341120305029,47.08762314318264],[8.563891387951408,47.08856662286106],[8.563811366450338,47.08892094786766],[8.563871968709506,47.08944246911809],[8.563680027328411,47.09018137455129],[8.563729044894718,47.09079091064947],[8.563604561150605,47.091951252014816],[8.563292002048321,47.092610288428745],[8.56290516839405,47.09323973531681],[8.56246859173424,47.09375154708921],[8.561543529423385,47.09365991642137],[8.561002100163698,47.09375741096876],[8.560440767547453,47.09377385547515],[8.559516399498738,47.09389044320924],[8.558374400041101,47.09395580724868],[8.556940560719715,47.0936135096106],[8.55600578639883,47.09343331870608],[8.554408255605289,47.093742887044655],[8.552671069459569,47.0940330161858],[8.551834831659617,47.093943343841374],[8.551396024968243,47.09382834480648],[8.55062466752216,47.09385558164164],[8.54992717882103,47.0936978827007],[8.549016620551841,47.09371012595501],[8.548661329787105,47.09365595679466],[8.548203502929436,47.0937829628819],[8.547824601299466,47.09369982836386],[8.547162250453933,47.09370745117243],[8.547059405371526,47.09384017772125],[8.546346981321951,47.094136989859365],[8.546320069286889,47.094298202044094],[8.54590782450972,47.09440999815838],[8.545486998845838,47.09431370347637],[8.545093840795445,47.094395590478236],[8.544519417337796,47.09435836972186],[8.544209914928725,47.09445549691735],[8.543466605480265,47.09407962974396],[8.543391338462339,47.09390207358089],[8.542760008450957,47.09376145542333],[8.542602804106536,47.09359184631132],[8.54148725570953,47.09290114272031],[8.54094412693577,47.092654731034195],[8.540786906588394,47.09227318754884],[8.540508734360978,47.09224800381375],[8.539878144457166,47.09199791812091],[8.539295558804566,47.09206976102568],[8.538108320586351,47.091889978246826],[8.537577665105097,47.09191140737163],[8.537310410242975,47.09181528712363],[8.536345937718615,47.091803361811984],[8.53561905400832,47.09209925607593],[8.533759219506615,47.09201694974786],[8.53347721399741,47.09182067598347],[8.53292418192935,47.09180419099176],[8.53188164715522,47.09165376089629],[8.531557192260923,47.09170400085505],[8.53091585263286,47.09147210419141],[8.530086139759968,47.09165627625044],[8.529397675167647,47.091573157042546],[8.528722422062861,47.09166989756273],[8.527958845279048,47.09160316330599],[8.526666299156789,47.0916687046003],[8.526330172396246,47.09158665945836],[8.525711912288328,47.09165300501083],[8.525119481408122,47.09134587511756],[8.524663634218346,47.090883966459785],[8.524396777639863,47.0904296894692],[8.524007387861943,47.09031205974819],[8.523243610155086,47.09051583763782],[8.521944673144928,47.08985932635242],[8.521796738224364,47.08996912931809],[8.493054354780174,47.10017966033204],[8.476270389772676,47.10613691827311],[8.476028036985205,47.10675236114659],[8.476005376835571,47.10710015020042],[8.475569906424756,47.10759201584549],[8.475391727834868,47.10798871455319],[8.475324433221546,47.10848066650976],[8.475356319219925,47.10900492691503],[8.475272752219555,47.11015341267859],[8.475432055815006,47.11097738183966],[8.475352833053334,47.111366574303595],[8.47407430694994,47.11202494542869],[8.473412410919973,47.11226886543784],[8.473113363314102,47.11223133794674],[8.472583341830079,47.11196928683686],[8.471586302933444,47.11180076734578],[8.471204089733662,47.11169018176905],[8.471125526009581,47.11211608100934],[8.470825623888395,47.11209557609326],[8.470598382398848,47.11277596580618],[8.469200270136977,47.11226081681541],[8.468041091584888,47.11196518070223],[8.467237562058935,47.111648871814346],[8.466347994433313,47.11137355470945],[8.465519468207832,47.111292737390784],[8.464850433595322,47.11100897040553],[8.464348514407968,47.11096632145953],[8.463904645355074,47.11113124964515],[8.46228696417551,47.11137739664087],[8.461448292351497,47.11139134115643],[8.461572089218299,47.112103114181295],[8.461219341881698,47.11218084432893],[8.459855565703531,47.1119308999326],[8.459622384891075,47.112702952116166],[8.459246329108664,47.11308428286302],[8.45810822577845,47.11261377223281],[8.457268390822843,47.112417295302336],[8.45690185696136,47.112883546508094],[8.455382322757865,47.113340572242976],[8.454709176854704,47.11346089606569],[8.45307949655246,47.113968626824445],[8.450007214537884,47.11442478079088],[8.449308073844833,47.11337326953344],[8.448623944899536,47.111367123013125],[8.448297253953452,47.11120116311677],[8.447288935320868,47.111095492200484],[8.446013300286966,47.111270984186405],[8.445606010278999,47.111244831556895],[8.444926732767918,47.11145727483966],[8.443478227623064,47.11144218638088],[8.442893071546775,47.111629236811694],[8.442661973285068,47.111407372892515],[8.441921620670517,47.11142412855204],[8.441480444917904,47.11095397242942],[8.441091705212537,47.110799283433096],[8.440940786901908,47.11060510686665],[8.440614314983652,47.11074309459523],[8.44040867829141,47.1106123906727],[8.439961548155612,47.11064741164755],[8.439966005155238,47.11032681418828],[8.43922286246664,47.11000502696618],[8.438719889683318,47.1099246478443],[8.438311417875818,47.109488360905374],[8.437933682791666,47.10955456089577],[8.437500001537595,47.1093112212384],[8.437151814706603,47.108933102752346],[8.437106478202034,47.10843685807441],[8.436927280978276,47.108068785138826],[8.437043256581926,47.107943089555576],[8.436775113584785,47.10760970237292],[8.437134509059842,47.10737450338384],[8.437740111871639,47.10671183267979],[8.437265554745037,47.10664291255681],[8.437368387679676,47.10625691713507],[8.43696814494877,47.10615272576152],[8.436715489095771,47.10629660129162],[8.436338303802584,47.106256058820215],[8.436164428246355,47.106512854821396],[8.43558449779915,47.10636667081681],[8.435319565547996,47.10649607699409],[8.435085150213641,47.10633169108323],[8.435069823953574,47.106088492778035],[8.434296612108831,47.10609213538362],[8.434101814808425,47.10586155615679],[8.433729667161312,47.10592810836661],[8.43325969656814,47.105878472754185],[8.433099035840401,47.106052938839326],[8.432519879171215,47.10570622091756],[8.432233717505953,47.10583490396719],[8.431710457117447,47.10571707760737],[8.431514740739226,47.10577750992482],[8.431136117339667,47.10543058132101],[8.42974721736855,47.105176928317775],[8.42956491204908,47.1049865342385],[8.428999345153146,47.105122927481766],[8.4283796090853,47.10472562433215],[8.427798079011602,47.10453335782874],[8.42723134334184,47.104435775189245],[8.426349865015908,47.10443112122642],[8.425667324454553,47.10409812083895],[8.424237780565843,47.103820915422794],[8.423506993108328,47.10331964872814],[8.42260379320745,47.10298555280971],[8.422077187326076,47.10255350427653],[8.421855050315324,47.10250943749339],[8.421276981687459,47.10197167741733],[8.420858781994363,47.10196166931917],[8.420417838301717,47.101673712013614],[8.418690503949962,47.10038787315767],[8.417808107181513,47.09946408022541],[8.417349088800393,47.09910060922514],[8.416439453354753,47.097916163874],[8.416048651032902,47.097675986151046],[8.415252984790964,47.09703711816194],[8.414689872357286,47.09630111351166],[8.41362395339696,47.09554274657626],[8.412161301884849,47.09481211777641],[8.410023370184433,47.093499827327335],[8.409810692280148,47.09309053361065],[8.409399837325976,47.092711241307725],[8.409402550668558,47.092228422856074],[8.409244780312475,47.09185841344317],[8.4095065984414,47.0917183880523],[8.409470228386914,47.09136120902815],[8.409733482399634,47.091111604050774],[8.409845256813906,47.09082531772824],[8.410147994306815,47.090784976257574],[8.409509042484338,47.089523581809225],[8.40957998201341,47.08933312903899],[8.40913933118778,47.08890758074727],[8.40969466331585,47.088516173682166],[8.410054575832048,47.086558040323865],[8.410170927198,47.086560483417486],[8.410687642928455,47.085938213490024],[8.410587941727066,47.08569689540799],[8.4098818188346,47.08502999585493],[8.409284802935959,47.084825183031185],[8.409126140994344,47.083863273078585],[8.409332100342747,47.08351843171835],[8.409155346374881,47.083079500338904],[8.408851142578621,47.08281014214942],[8.408796949107748,47.08252768844951],[8.40906746219218,47.08236778956892],[8.408455181194155,47.08187791267144],[8.408578251696197,47.0817049047186],[8.408366170806136,47.08134355957076],[8.407962782725157,47.08132868397574],[8.407096535151375,47.0807229556772],[8.407085892630406,47.08023953068397],[8.407177845639598,47.07994843962802],[8.407092522958578,47.07954736053203],[8.406583724385536,47.07907459313637],[8.405437790978036,47.078554868455434],[8.403119789793944,47.07725867119962],[8.401344899107498,47.07621116453681],[8.40099720276778,47.07610404300222],[8.399630780109032,47.07529378103169],[8.398231279762541,47.07528579721607],[8.397584735695247,47.07492408587511],[8.397279899903307,47.07460468662605],[8.395740791261176,47.07389069400825],[8.395505777170762,47.07337612349753],[8.394828200865591,47.07270655491385],[8.394323954789806,47.072576274668215],[8.392764098861601,47.07228393978087],[8.392261291138311,47.07210885058266],[8.39153984060054,47.07171526967031],[8.391134051348654,47.07158379039053],[8.39080680755232,47.07131466429888],[8.389557803566477,47.070722517906795],[8.389159364115631,47.0706774183462],[8.388922610687581,47.07038274710053],[8.388751639343381,47.06974256799646],[8.389021685818266,47.069466678332965],[8.389167957145277,47.06869168464261],[8.389583638729883,47.067740277020064],[8.38948755012149,47.06739996638064],[8.389787537015065,47.06627239600376],[8.38978671571075,47.06574220817701],[8.390011731876331,47.06476926400863],[8.39000292766497,47.06423518453236],[8.390123855544283,47.06372529774897],[8.390091860467853,47.06338372818173],[8.390312455758625,47.062850922541664],[8.390756363393386,47.062342406173094],[8.39055333650147,47.062103284383646],[8.390525175572503,47.06132814685151],[8.392246480930147,47.06080891845908],[8.398164948299671,47.05997125054083],[8.39924196673092,47.05944950572786],[8.400481801864734,47.059678741549796],[8.430243365741667,47.06541904926997],[8.430838504973282,47.06538378311897],[8.431406905155939,47.06551064958901],[8.431953085277982,47.065474784259756],[8.432858123168657,47.0650193014147],[8.433643207015411,47.064813977124885],[8.4336852218282,47.06427005804214],[8.434081338661754,47.06392449298414],[8.434590805148545,47.06387342505438],[8.435241684091297,47.06399926094337],[8.435802692959872,47.06384281484377],[8.436412643315844,47.06344847365639],[8.437101275629889,47.06365391928312],[8.43740996642754,47.06358831079013],[8.437681582453177,47.063789648665434],[8.438009091274381,47.06364168116392],[8.438593231244464,47.06358686882066],[8.439415711334409,47.06373339759046],[8.441387343681244,47.06308757194903],[8.445994144319783,47.06034717387737],[8.445218445814247,47.05985923746544],[8.444481149628745,47.05925499427224],[8.445925118962705,47.05826417394031],[8.447208155554735,47.05771949258411],[8.448728938254613,47.05724691432008],[8.449835741316178,47.0568554227297],[8.452003108063249,47.05591715699832],[8.453558305114427,47.05521426401476],[8.464868933146443,47.04842140034636],[8.465377793850902,47.04833653406137],[8.466406647379015,47.04829986873011],[8.467492525576876,47.04817533393729],[8.468354098811838,47.048223624103535],[8.469932142478056,47.047480795099965],[8.475179576683153,47.0431329713604],[8.478863193862361,47.040049521861214],[8.481599251993481,47.03869157475073],[8.482291154038503,47.03860355395471],[8.482920247254738,47.0384189963212],[8.483781688335917,47.03796830679621],[8.486307171092841,47.03508983296667],[8.488235182686388,47.03447762500459],[8.489075421420043,47.03385436774548],[8.489744474544606,47.03343555590269],[8.490448065542925,47.03183557949607],[8.491728594829958,47.031208767862566],[8.494431268140678,47.02912763759822],[8.496539297874909,47.028842176277315],[8.497017049299354,47.0286408017677],[8.497419167268674,47.02771847132054],[8.497912526684509,47.02731754380177],[8.498516510704512,47.02720649280108],[8.498713962590356,47.027058990648754],[8.499803286615496,47.025753236195776],[8.500106593663988,47.02527403502905],[8.500610485946567,47.02468641904756],[8.501253364017511,47.024318001682786],[8.503079181838066,47.02411254706218],[8.505026528825226,47.02445180809767],[8.506212227418477,47.02441547340195],[8.50809683463595,47.02412740528295],[8.510541326943201,47.023423906961945],[8.513497160686864,47.02168791643517],[8.51371469185619,47.0213030513939],[8.513685161966844,47.020732652687734],[8.51396527611004,47.02005243072483],[8.513949282745829,47.017983975819284],[8.51406251031335,47.01753190060344],[8.513847531628235,47.017125236337726],[8.513459238158154,47.016130990873386],[8.513449848645568,47.014418057121496],[8.513495040514997,47.01288155541538],[8.513547757623677,47.01255659648755],[8.513412545618348,47.01217335274972],[8.512849863911518,47.011282508044275],[8.512322869054843,47.00994873197296],[8.51177311239048,47.00954554198075],[8.511308653894968,47.009031733526356],[8.511200311567102,47.008386468823645],[8.510807618860374,47.007771230268844],[8.510524292099268,47.006770486862294],[8.510781191110553,47.00656851699021],[8.51090602005702,47.00611526830219],[8.510339830374711,47.005939635119],[8.509320053815559,47.00542533664859],[8.5090747450469,47.00500562994824],[8.509050038279302,47.00449521061019],[8.508079092387147,47.00443999768393],[8.507095099752076,47.004149026998014],[8.506395573477269,47.004099161242806],[8.50568064488184,47.00370528110359],[8.505142824486772,47.003806404674776],[8.504515131165832,47.00363673386055],[8.504321340167035,47.00348001523704],[8.50351214499692,47.00315144660916],[8.5007725548938,47.000907965506734],[8.499291807850467,47.000887902068435],[8.499009338212904,47.000942424869784],[8.498587113484458,47.000728250195685],[8.497589541549166,47.000719677322074],[8.494878634042296,47.000529643300126],[8.492356253767161,46.9992818448811],[8.490727522858784,46.99920492021919],[8.483124268938813,46.9967497473785],[8.48138836859471,46.996746449072724],[8.481041035456634,46.99656348902259],[8.479593941416844,46.996384323193425],[8.478963334773725,46.996224453985384],[8.477296687463374,46.996138098951995],[8.475438659269798,46.99593147745601],[8.474544054393213,46.995670260848804],[8.473603862952567,46.995547616607745],[8.468167134868137,46.99652358135019],[8.465236934180778,46.984270220471814],[8.496631326713484,46.97642805429708],[8.519371276395708,46.97981395585425],[8.542698089337193,46.97959141274207],[8.571049221040221,46.99015533346387]]],"type":"Polygon"}}, {"type":"Feature","properties":{"code":"AR","name":"Appenzell Ausserrhoden"},"geometry":{"coordinates":[[[9.502915722728824,47.34743291667435],[9.502805323456304,47.34780407328468],[9.502959009185423,47.348557818455134],[9.503015041395784,47.34966446138743],[9.502878573632161,47.35007943447587],[9.502997022275373,47.350235309016036],[9.50290854767363,47.35069922467357],[9.50300448378891,47.35089221823304],[9.502496086692938,47.35180501923053],[9.502169946256437,47.351995137568885],[9.50263967854362,47.3538167275726],[9.502187937906092,47.35439382717732],[9.50146321801907,47.354542032661136],[9.50000779525356,47.360059063054315],[9.50041532668445,47.36030877909374],[9.501035479074918,47.36086165354071],[9.500682569669157,47.36107128274378],[9.500167539354065,47.361012537695714],[9.499597170132972,47.36111260077613],[9.499475212632774,47.36136558181929],[9.499099495849592,47.36158898500458],[9.499282083768373,47.36191480735138],[9.499977454180517,47.362157437550266],[9.50026186304302,47.362367178834944],[9.500483072622831,47.36269438468821],[9.49952128337371,47.36299088740637],[9.498860594094083,47.36355341133197],[9.4989545262353,47.36360386535576],[9.500920739195088,47.36795512335009],[9.50107910550609,47.36812622183308],[9.500391720088613,47.368453133503245],[9.499607432622973,47.36907264890817],[9.499210890807062,47.36915929373724],[9.49900442090112,47.36933084447882],[9.500064240139128,47.3698359335112],[9.500728312831761,47.370314563500585],[9.501288466162965,47.37116251816998],[9.50070916055665,47.37161201528095],[9.501764616866215,47.37243757965583],[9.502490626746688,47.372711295077764],[9.503464576992458,47.373318657120365],[9.504129882045659,47.37356543044805],[9.50481842580835,47.374001378534786],[9.505406521443904,47.374456233361656],[9.50540745452217,47.37459328300695],[9.504910289746658,47.37495649484674],[9.504595734607006,47.375024294787984],[9.503585998017469,47.37506841500034],[9.503034675052085,47.37498869705303],[9.503299527922,47.38089635860961],[9.503489278069019,47.38135613812133],[9.503412040025724,47.38147861347271],[9.504143156166663,47.38261702264775],[9.504087580851644,47.38327344449341],[9.503927979463231,47.383490427783215],[9.503435176890424,47.383774635092266],[9.50282118742168,47.38383478534045],[9.502614244466761,47.38403048169941],[9.504204560927255,47.38435424553092],[9.504135051334371,47.38457043807278],[9.504566936212944,47.3863224265786],[9.505187530485681,47.387633941421655],[9.50455633097446,47.38816849016845],[9.504200175682787,47.38839506300091],[9.50499744415354,47.388732650936255],[9.505451418413605,47.389105750481335],[9.505758813628272,47.389228928045156],[9.505359812405185,47.38965630974159],[9.505285806315758,47.390040375782036],[9.50559962476759,47.3902411679074],[9.506105542443763,47.39036140289717],[9.506465105494733,47.39033745542035],[9.507037880250907,47.39066707416101],[9.507925560979002,47.39295808243465],[9.509073554083518,47.39458871198435],[9.509563042937746,47.39469577612582],[9.508711753536929,47.39483710601559],[9.508503633025374,47.39504643342322],[9.50827191738147,47.39562345266868],[9.508501986007772,47.39579699236593],[9.509539520996286,47.39623681848855],[9.510574760053244,47.396549461545106],[9.51151326017936,47.396925527523706],[9.512312235860433,47.39748887083122],[9.51181413665537,47.398008824174],[9.511163541873207,47.398552687730124],[9.512008214311459,47.39892885937947],[9.511500826365669,47.39907973508335],[9.511482741094428,47.39928002250701],[9.51186793458464,47.39939312476166],[9.511920996068904,47.39967121707749],[9.511774500899334,47.399929224765486],[9.512176766138602,47.40007731704654],[9.51168619913371,47.400601699972796],[9.511193071477825,47.40130057197163],[9.511494104566173,47.4021519786013],[9.510722490293274,47.402461448096176],[9.512461277636081,47.40318757954952],[9.512478999973787,47.403314933263005],[9.51342026350878,47.40380906582693],[9.515197063522455,47.40498235399104],[9.515637555707212,47.40513958921143],[9.516166962439552,47.40551988869418],[9.516600568666645,47.40567366394599],[9.51747026560511,47.40577144492342],[9.518904819942628,47.405618822389556],[9.52178010964089,47.406457293110876],[9.522418733137439,47.40703157685386],[9.523147385672223,47.406466546874846],[9.524366763586045,47.407026773801825],[9.526173471781659,47.40747712678172],[9.527065703663613,47.40781593811933],[9.527374721911196,47.40804728056872],[9.528066603638209,47.40836890431064],[9.529001441859988,47.408699233507626],[9.529583555515627,47.40896032069625],[9.530241949584296,47.409122870395656],[9.53057007299289,47.4090782774895],[9.532736652041464,47.410324255947494],[9.532911005622681,47.41066921769665],[9.53176756474924,47.41120532356433],[9.531326164225193,47.411017104848966],[9.530330833275059,47.41148212155481],[9.52921873215591,47.41126749764682],[9.528916260047337,47.411161672598304],[9.52884865887409,47.4107996909376],[9.528588333542407,47.410545826519254],[9.528211784857412,47.41055302311407],[9.527871947674038,47.41035651120742],[9.527693075052255,47.41063872416057],[9.528203169381383,47.410705007509975],[9.527877799662356,47.4110048329569],[9.527567714372902,47.41160118470758],[9.527597333541634,47.41196176830092],[9.527357010682481,47.41220379857054],[9.5271303988968,47.412156214513786],[9.52628098053806,47.41175307164064],[9.525839798121781,47.41214911495218],[9.52530635615952,47.412164408559285],[9.525225721064801,47.41285195079031],[9.525089786038892,47.413186585729335],[9.524114716176696,47.41311106565145],[9.52376373246597,47.41343950891744],[9.522920359319285,47.41399611449813],[9.52375027480513,47.414179271977716],[9.52446653070278,47.41459441135249],[9.524873862975468,47.41504356368634],[9.526165481561572,47.41507823319092],[9.526931486227646,47.414911148681306],[9.526936826015378,47.415681115782654],[9.527024214300717,47.41596649652706],[9.526341777404676,47.41629632575766],[9.526666874109978,47.41646333466953],[9.525563217789248,47.41752630277044],[9.524359776096494,47.41829827887989],[9.525080153439747,47.418831309575346],[9.525134202625658,47.419195615185835],[9.525322671513816,47.419608264377175],[9.52469842833984,47.42004770800452],[9.524774701344032,47.420162926539135],[9.524362147913854,47.420558175252296],[9.524397340678826,47.4208774300514],[9.524105006690856,47.421207427009755],[9.523681243333245,47.42099771764039],[9.523374296934447,47.42142489517065],[9.523617668341661,47.42159888463369],[9.524607558247084,47.42154058586145],[9.52655856569599,47.4229110573854],[9.52646430605546,47.423160525098076],[9.52718438220751,47.423351894223174],[9.528572227367583,47.42347437601576],[9.528514668628757,47.423946216668874],[9.529631281251755,47.42439569188384],[9.529796295265623,47.42407736134435],[9.530337959206253,47.42426525552097],[9.530902774790675,47.424332415911685],[9.530984946428873,47.42398737814051],[9.532020686882024,47.42377931455421],[9.532416492734741,47.42378784300978],[9.532142981078145,47.42426894332559],[9.532422359862407,47.42437245969699],[9.533197443695723,47.42428798987465],[9.53358439053825,47.42417508534045],[9.534027770134015,47.42432275253034],[9.534204493905479,47.424722104643635],[9.534655081106774,47.424841532053534],[9.535136135685846,47.424813199006664],[9.535533776531604,47.42490208309411],[9.535752088677885,47.425250257055275],[9.53640839360571,47.42525293903024],[9.536468770689096,47.425508615972575],[9.537428926247406,47.425781335306375],[9.537096570367204,47.42681694063021],[9.538400906345768,47.42746719179402],[9.538680770256159,47.427214635422324],[9.53898799212037,47.427264655620135],[9.539077458943726,47.42793584819668],[9.538520840354614,47.427956400676734],[9.538352591769426,47.42808113756469],[9.538744040804168,47.42852404256966],[9.538984598618551,47.42858939768421],[9.538714906035343,47.429166802795585],[9.538867355585987,47.429700657915355],[9.539163207624073,47.42987510124017],[9.539187613011508,47.43061807649144],[9.538694836258461,47.4308816171601],[9.538669974670697,47.431238486050404],[9.538931666054362,47.4317422382725],[9.539572466277113,47.43160832271827],[9.540084034387247,47.43161848394662],[9.540400974130579,47.43183429789904],[9.541068670459488,47.43184265849653],[9.541234343882863,47.43164585298006],[9.541562026823419,47.43161465441136],[9.543900388191805,47.43079303344115],[9.545687830412218,47.43068804270524],[9.545673129420006,47.43034180808405],[9.546191356146995,47.42987085854527],[9.547176265606865,47.42982454683582],[9.546854957976166,47.42934692753743],[9.546909575056297,47.42894406461709],[9.54712464938992,47.428690148854564],[9.548671770714046,47.428204371350226],[9.54853865692163,47.42774898004876],[9.55006190470539,47.42729808724939],[9.550545965474315,47.4271004782355],[9.551130419673825,47.42709371034161],[9.552745149017962,47.42739406328346],[9.5534925232457,47.42630162747722],[9.554047450050712,47.42640580854627],[9.554755461798008,47.42683484056917],[9.555010663207668,47.426372917996126],[9.554958727742417,47.426127790819855],[9.554571078149348,47.42544198438603],[9.553934579621911,47.42513924159713],[9.554365382979507,47.42472903708061],[9.554622430804171,47.42460378348636],[9.554220689767652,47.42360140181917],[9.554043134934844,47.42336465672091],[9.554568576557307,47.42330481333425],[9.555794351196154,47.4226072618175],[9.555513073796233,47.422427338896895],[9.555304315934558,47.42209041442658],[9.555613300939099,47.421815435117274],[9.556278094645117,47.42025655174827],[9.556123962627568,47.420012073488635],[9.556034293750548,47.41953986801678],[9.556446691753475,47.41943957421423],[9.556956694038783,47.41908339488675],[9.558014152219382,47.418939678137306],[9.558908253547525,47.418983196640426],[9.559028468512423,47.418752402222005],[9.558844799782538,47.41827323661069],[9.559587899242139,47.4180834733433],[9.560301853967655,47.41819130752273],[9.56064388186709,47.41813355202823],[9.561253045296741,47.417718045269],[9.562273147624555,47.41798432814874],[9.563054963065614,47.418268172472004],[9.56335862640493,47.418535903044635],[9.563648652261762,47.4178347575262],[9.56381794760639,47.41678739295654],[9.564968030376045,47.41652453772222],[9.566792182510621,47.41629645623562],[9.568485232602823,47.416364528386],[9.569554562609946,47.41652141255699],[9.571101037887384,47.41655604013368],[9.572278420353797,47.41629866797284],[9.57308847972542,47.41629166718941],[9.574817517911827,47.41590226151796],[9.576253411530221,47.41582421931483],[9.576328125488095,47.41537909802336],[9.575533196644075,47.41536115259825],[9.575386773720084,47.415081053496976],[9.575754704736944,47.41492150764027],[9.575455811298859,47.4144938502643],[9.573999513993922,47.41398785574861],[9.573162074137475,47.4135403847121],[9.57283235041165,47.413168553493996],[9.572193736067618,47.41318569577227],[9.572405350068651,47.412364053713965],[9.573513006098578,47.412105107180835],[9.573494569766627,47.40918172322034],[9.573953914193362,47.40907401625894],[9.573493772350183,47.40849836666879],[9.573821162680176,47.40761803019122],[9.573715340179946,47.407374720977145],[9.57316933579831,47.407481545485155],[9.57266718882921,47.407733911247995],[9.572442700236548,47.40729543805179],[9.571788588058688,47.407030628709215],[9.571575915418455,47.40677605811215],[9.57042244127502,47.40638408064197],[9.569597004572561,47.40628825424579],[9.567996376861233,47.40598206626847],[9.567867736018965,47.40624996510179],[9.566709347960865,47.40605675579098],[9.566129432462745,47.405558203217595],[9.564918209363729,47.40530125430371],[9.564655639183616,47.405618156647506],[9.564534722151606,47.40602245525673],[9.564238759258627,47.40613515300113],[9.56401457784432,47.406419551070805],[9.563934378233885,47.40695486882428],[9.563746507592459,47.40750753417933],[9.563693164767953,47.40799427478122],[9.562998700601279,47.4082626599418],[9.562398420996802,47.40858145841418],[9.561920972132874,47.40839058956703],[9.561591921117174,47.40855972764482],[9.561246764986816,47.4085477434196],[9.5607577820269,47.40873835012358],[9.560228184661758,47.40879321063279],[9.55942078159185,47.40847272898794],[9.558924690399678,47.40865032503739],[9.55844546284995,47.409095033177266],[9.55794894793265,47.408818107305144],[9.55767667056986,47.40852430789978],[9.558128297149727,47.4082085487218],[9.557009349903614,47.407665521711735],[9.556688999413508,47.40823811388223],[9.55594750958149,47.40808956420071],[9.55507261255317,47.40779333122303],[9.55323491434962,47.40773823913103],[9.552399988956088,47.40809582978532],[9.552643687217854,47.40842961331437],[9.552693637168156,47.40875021578239],[9.552403945604256,47.40901890599634],[9.5527021694201,47.409310159594156],[9.551799897369296,47.40936845851063],[9.551723339025006,47.40991492582559],[9.551289569309265,47.40997931028817],[9.551140761861253,47.409624254796974],[9.550620825703788,47.40963657259842],[9.550202382415481,47.409810349870874],[9.549497455104637,47.40986867673948],[9.548778152080468,47.410012712669754],[9.548202881316296,47.409817690730435],[9.54742103234719,47.40963189895253],[9.54629267555943,47.40927270814743],[9.545571148942674,47.40933886189166],[9.544183735859106,47.40895271712526],[9.543468265712521,47.408527021693466],[9.542391935590247,47.40820187345135],[9.54276098637794,47.40755085109648],[9.54362146201362,47.40700443747303],[9.544543179785794,47.406754573144184],[9.545242552655107,47.4063657064792],[9.545857834648524,47.40628879989037],[9.546052169047924,47.40554667106695],[9.546532851661519,47.40522994400488],[9.546933146621178,47.40433783873887],[9.547465633635198,47.40404425721634],[9.547739023123068,47.40355560440075],[9.547983106949536,47.40337528321625],[9.548249004473332,47.40271910975488],[9.54860485420789,47.402305421425986],[9.548991153838324,47.40206797556861],[9.549215361092742,47.40135711919683],[9.549433659205532,47.401199624875375],[9.54980255834603,47.40069246021904],[9.550554780865907,47.40043011692404],[9.550512593125685,47.40011756035713],[9.55093225169911,47.399700457175854],[9.551137113780335,47.39909805597396],[9.55152006864791,47.39901928732968],[9.551821913318175,47.39878367236783],[9.552335439995769,47.398584311861654],[9.55266724009927,47.398572668650324],[9.552904927096304,47.39809973021546],[9.553204557350579,47.397919397219454],[9.553517609775232,47.397408500685316],[9.55397583286309,47.3973865758818],[9.55419307034568,47.39712179490082],[9.555023807300897,47.396512194130594],[9.555287081937628,47.3964490133382],[9.555373970649448,47.396829435594235],[9.555952023793852,47.39688563816758],[9.556238089914084,47.39676147470111],[9.556548797061552,47.39633971614353],[9.55696670832625,47.39673827124018],[9.557886620426778,47.39699785298228],[9.55808698637912,47.39710500740464],[9.558371278570778,47.39766370708628],[9.558734342636638,47.39787961417927],[9.560248405497257,47.39837304691821],[9.561203372314036,47.399014243679545],[9.56314544838421,47.39880100265151],[9.563639469160304,47.39868135255056],[9.564172917558931,47.39871190830324],[9.565124884831112,47.399208900716964],[9.564442863103755,47.399345811301345],[9.564280624416435,47.39947327763266],[9.564526855340283,47.39971265024444],[9.565646790641756,47.400421478207726],[9.566775484096398,47.40051487389195],[9.567285141325735,47.4004692485753],[9.567884249943823,47.40080776607821],[9.56811918342244,47.40123067942709],[9.567892380112617,47.401416428264625],[9.567794863321312,47.40176415440653],[9.568368457712547,47.401952616181056],[9.568978511838742,47.40191989640787],[9.569402768910034,47.40225763086623],[9.569540158197157,47.402146135417574],[9.571078246923086,47.40263057351898],[9.571011510079646,47.40285294812384],[9.572074981033708,47.40304740744064],[9.571939307061182,47.403268139181826],[9.573318874395012,47.40411207044301],[9.573910695427138,47.40394602160941],[9.575337405599521,47.404245493682026],[9.575431127381671,47.40400045673402],[9.57606555077678,47.404287985457096],[9.575669339389899,47.404692954236474],[9.57553444720692,47.40508441462771],[9.574428432880307,47.40562853786974],[9.575246378980061,47.40568569668591],[9.575769595699985,47.40594309019534],[9.575692806860623,47.406175821056216],[9.576377770805982,47.4062720174069],[9.57668464531388,47.40661210321419],[9.577610537324585,47.40696848846864],[9.578336798422459,47.40697071882129],[9.578818324555584,47.4070735569832],[9.57973176398935,47.40763577805836],[9.580456212923076,47.40791449065626],[9.580957117287474,47.40803745710642],[9.581475605474012,47.40843725191749],[9.58165619885418,47.408377900445444],[9.582711036332238,47.408761155914156],[9.583016748559753,47.40906674130207],[9.583015289492472,47.409645701526195],[9.582735264245652,47.40988713888785],[9.582204915080718,47.4101008936932],[9.581884008453851,47.410330167416475],[9.581274689472997,47.41028333761875],[9.580435393485445,47.41036680171049],[9.58029557097565,47.41052822508498],[9.581244860479083,47.410752009126874],[9.581990210657018,47.41079839357401],[9.581832611145574,47.411348965748346],[9.58226119178806,47.41149950632406],[9.583799518996342,47.41159204863],[9.585257334283897,47.41275960840099],[9.585819757027087,47.41302937668946],[9.585338383870301,47.41325812945966],[9.58543869162227,47.413870692637836],[9.585468040535169,47.41473534720478],[9.584674731306666,47.41492649094193],[9.583798641773436,47.414966461545696],[9.582472925155676,47.414881750028655],[9.58236791768799,47.415091179527145],[9.581659972254734,47.41513188922318],[9.581402244490059,47.41629953378947],[9.582929295178356,47.41635030695816],[9.583274624068169,47.418161518507134],[9.581907078837805,47.41810270378773],[9.581942280779211,47.418346895450085],[9.582319293238127,47.418460178661036],[9.582885880740273,47.418487050084885],[9.582799123616338,47.41922776155635],[9.58360905636473,47.4192845290772],[9.583164855007213,47.42013694447542],[9.582747197953013,47.41990753145907],[9.582472015126015,47.42009220015716],[9.582226891147487,47.41993175226122],[9.58158592860119,47.42000654294624],[9.581149703037262,47.419964435684626],[9.580957353867259,47.419690556507646],[9.580677334738283,47.41966787406678],[9.580389820575114,47.420074671011506],[9.579820641204238,47.42036469017836],[9.579120100912608,47.42047326799913],[9.578730483431249,47.420752901877975],[9.57780902924981,47.42092302059588],[9.57705577428847,47.420796486296574],[9.576704128063682,47.42098445460732],[9.576646653591178,47.42126351303539],[9.576202681275943,47.42142906547853],[9.574917357017664,47.42132019551187],[9.574587046889278,47.42124660264184],[9.573426923181938,47.42117060005218],[9.573102981013937,47.420863320847175],[9.572316502401534,47.42076485652815],[9.571946848093692,47.420910098747704],[9.571427538709877,47.4208996394731],[9.57105533853967,47.42115910347961],[9.570399553592173,47.42123687663134],[9.569426150766793,47.42101684082146],[9.569044065660353,47.42098290318034],[9.568384223276881,47.421070592379316],[9.568280001963155,47.421321457583886],[9.56770963233151,47.421713489408255],[9.567299715293395,47.42229569992442],[9.568092393010406,47.42231319813383],[9.568079859213192,47.422647352496625],[9.569140245306132,47.42269062554623],[9.569056803914634,47.42339001045279],[9.56949365854855,47.423621523912274],[9.570024213804277,47.423606574979864],[9.570401803022733,47.42370452840281],[9.572120161835725,47.42394891420891],[9.572478762256933,47.42377384951914],[9.572933537187872,47.42396748017572],[9.573597130537896,47.424125920023634],[9.573621350130615,47.42433699568241],[9.57318002353788,47.42535886403261],[9.574239686627164,47.42532742683239],[9.574801744296723,47.42545810020053],[9.575330430579994,47.4257059225618],[9.574968898682187,47.425925982762514],[9.574607476228325,47.425680448008656],[9.574097641251983,47.42640289236874],[9.573264945281947,47.426301265154336],[9.573211410379187,47.42655384129207],[9.572351675668104,47.42644583221832],[9.571990954210072,47.4265860315502],[9.571766590503255,47.42732057466884],[9.57108839125771,47.427244546962534],[9.570550853955215,47.428614388627494],[9.569927340239119,47.429046417857066],[9.569349522761446,47.428686010181075],[9.569604757965998,47.42773270046945],[9.569267732812907,47.42765214332839],[9.56869421576878,47.427990678900635],[9.56803515368304,47.428052039948845],[9.567737043529835,47.42795060716349],[9.567658010320162,47.428836578683665],[9.566541154890617,47.42904672317805],[9.564906294240199,47.42889164721594],[9.564795453272659,47.429568094726406],[9.563979034835933,47.42946806274806],[9.563732600150919,47.42890719897349],[9.562406963212707,47.429003259891026],[9.562589044388874,47.42942076604916],[9.561955797924705,47.42966810812488],[9.560997371461209,47.430185392101386],[9.561413323996426,47.430972463341476],[9.560808864954193,47.43134203379445],[9.559733963078841,47.43082314352851],[9.558917533546772,47.43136833936354],[9.558538851228699,47.43173805006714],[9.558894582065877,47.43192950953173],[9.55844445483628,47.43246145452273],[9.5586615518712,47.432572178691764],[9.558125573356115,47.43281967839792],[9.558760789906339,47.43300184647595],[9.558788353485783,47.433860554950435],[9.559408931562603,47.43397750477599],[9.5600833080248,47.434185535071094],[9.561182845124751,47.43463448107789],[9.5618248062615,47.43499953122183],[9.561880107869456,47.435445683017775],[9.561717666895495,47.435824261202214],[9.5618726984376,47.436296938759625],[9.562403637588897,47.43642532056993],[9.562662714652054,47.436734306536735],[9.563507385435361,47.43699481188383],[9.564382432403232,47.436756320833716],[9.564721679179089,47.43683382848972],[9.56476153893382,47.43721050514913],[9.56491524878159,47.437391447051105],[9.564546880986292,47.43777343849719],[9.564568161451298,47.4381264735112],[9.564868220993347,47.43818150672316],[9.56643004839342,47.438652652928646],[9.566699015040786,47.43841229259623],[9.567326456602757,47.438478485980696],[9.568761489068661,47.43850656583847],[9.569073458114756,47.437916836605694],[9.568771353415462,47.43792972774639],[9.568907996762675,47.4373070200703],[9.569158118604083,47.437091538936734],[9.56965194641368,47.436889236547266],[9.569912059110873,47.43657199990208],[9.569907839115698,47.43636594969612],[9.57066136091658,47.4359208028402],[9.569958410562036,47.43496099759114],[9.569930613412966,47.434693833715315],[9.570490130034125,47.43476052490021],[9.570630853338187,47.434338854082014],[9.572027012605888,47.43432182099516],[9.572818498217238,47.43409211829161],[9.573578299102714,47.433937738752],[9.575251919968396,47.433852651831046],[9.575584107132455,47.43388349901801],[9.575511721188484,47.43426865355482],[9.576491902813228,47.43429089091346],[9.57690976859506,47.434357337664096],[9.577497162329541,47.43432692988028],[9.577695832483098,47.43413400374453],[9.578378977585292,47.433754018157416],[9.57932206338905,47.433606498419984],[9.579199802898431,47.43410296949276],[9.579376107068425,47.43437608759875],[9.580383585239646,47.43447413883963],[9.581574057839934,47.43439627217215],[9.581572250481184,47.43458323469974],[9.582345844001157,47.43465616396911],[9.583075381443514,47.43463940964244],[9.583126833161154,47.43454433358738],[9.584748392245794,47.43468622334535],[9.586460140262764,47.434732706404496],[9.588637869414722,47.4345955391623],[9.589223084974945,47.43471610339187],[9.590862652954147,47.43524828346488],[9.592019427605905,47.435374069513124],[9.593150292310627,47.43562354700571],[9.593136043450349,47.43506407706019],[9.59267057920548,47.43478818827399],[9.592878601684122,47.4342778534545],[9.59321701155838,47.43396365747674],[9.59386965517461,47.43419663692622],[9.594746986514972,47.434323243483455],[9.59584811836235,47.43432132013753],[9.597789800798884,47.434816486250234],[9.598542849130006,47.43503788759461],[9.60023702020229,47.43542630431158],[9.601812604027833,47.43599951783291],[9.602411485295798,47.43641230174305],[9.604732435152346,47.436747900402814],[9.605675933258505,47.436748508750796],[9.606257117968644,47.43682147986213],[9.606736586765184,47.43670793541997],[9.607255662745949,47.436450950477514],[9.608461797355215,47.436571446005715],[9.608546733965113,47.43647003092901],[9.609218321560753,47.43662372161701],[9.610354134536994,47.436681329948215],[9.61082502912943,47.436663338713466],[9.611554315240191,47.43675933582655],[9.612846534471286,47.43706390208198],[9.614161411248396,47.437253120784845],[9.615520971731161,47.437253614419],[9.61618992843204,47.437401879649684],[9.616948638394957,47.43749824317974],[9.617833725104976,47.43767310777236],[9.618649421255286,47.43781916884172],[9.61971753149781,47.43793266798251],[9.620586235233791,47.43809277634406],[9.620816396135593,47.43804675380104],[9.622012570917693,47.43818843157234],[9.62264150247985,47.43818691560284],[9.623091489313952,47.438264733162384],[9.623787111502272,47.4385414440063],[9.626108749679727,47.43897941145696],[9.626464715125802,47.439257198927656],[9.626901971821797,47.439347569650955],[9.627946868198412,47.439332398042815],[9.629131303227853,47.43962903556671],[9.629742956822906,47.43983583117888],[9.630078833443694,47.441251539160355],[9.630197940398041,47.44143565665566],[9.629902674601748,47.44171081272397],[9.630895068336518,47.441660433121015],[9.63081230024587,47.44209628925417],[9.6304292380982,47.44229748596696],[9.63071275124157,47.442633453451265],[9.63022744144183,47.443544084458914],[9.63014271095782,47.4438559339093],[9.629709273181424,47.444364596029075],[9.629324707627415,47.44445214246994],[9.62819029118312,47.44482930505516],[9.627341648130297,47.44503283657837],[9.626274802020827,47.445425478790945],[9.626017095455557,47.44560091457571],[9.625586796707218,47.445700049133194],[9.625063312623526,47.44606751306541],[9.624487444517763,47.446189096357955],[9.62331165910201,47.44631664594989],[9.623102098934794,47.44657229117425],[9.622830960722121,47.44654313330208],[9.622537873877318,47.44672024883007],[9.62155258063765,47.44703902193786],[9.621271409957425,47.44734079049879],[9.620562011082903,47.447896346784276],[9.619904555337994,47.447807587375664],[9.618364166853764,47.44779788768826],[9.617708292834246,47.44796694040504],[9.617406280764182,47.447930550070424],[9.615628409814573,47.448123699906134],[9.614482847381277,47.44839503989964],[9.61442226060548,47.44833349498019],[9.612978865565584,47.44877909257412],[9.611960346130703,47.44930315753085],[9.611648340684456,47.44936541754317],[9.611288821612924,47.44966208410634],[9.610782827880959,47.44982608068447],[9.608882561073369,47.45079741670622],[9.608736915742307,47.451564849871254],[9.608349299466319,47.451625208552656],[9.607263718654968,47.451594140150725],[9.606772378020935,47.45199079706442],[9.60593022328873,47.45232896964582],[9.60527292926108,47.452228902969885],[9.604864261541142,47.45230694251674],[9.604285241966235,47.45256323122811],[9.603231903047575,47.453288716134836],[9.601974252171846,47.45394909092183],[9.601834539763013,47.454113110120225],[9.601187920019166,47.45437841992274],[9.599989244647354,47.4550636103113],[9.599775917881695,47.45528662725404],[9.599403130233133,47.45523351763557],[9.599195657280323,47.455763012169605],[9.598542675813293,47.45584829662711],[9.597545289515732,47.456198858757986],[9.597505857681071,47.45638013611268],[9.5969235071894,47.456540144736366],[9.596627832604067,47.45687326755026],[9.596883184184604,47.45710007352457],[9.596525620021843,47.45727490979344],[9.596196768884989,47.457645120742484],[9.596188928246232,47.45854286446575],[9.595669590121744,47.45873628914913],[9.595014417074985,47.45876786224416],[9.593712198300008,47.45862918965954],[9.59324411693912,47.458629175888284],[9.59296294230063,47.45849899604244],[9.59167057543882,47.45815144107898],[9.591051764961898,47.45787859236052],[9.590299352357404,47.45770797028104],[9.589729549143167,47.45740278103209],[9.589266603659297,47.4574049017855],[9.589317012884392,47.457698510318],[9.588952219062383,47.4578636885575],[9.589212052581013,47.45822463487386],[9.589021046861681,47.45907343736893],[9.58877339766662,47.45928524011716],[9.588785912031334,47.45965361726943],[9.587631844253037,47.45942706054919],[9.587389776870841,47.46002684536143],[9.586164624787934,47.46037002172622],[9.585327616852506,47.46046097266678],[9.583039689624284,47.461438120397005],[9.582833807894065,47.46171814557714],[9.581351947710447,47.46178152827647],[9.581041937575314,47.46202308207855],[9.580626760316644,47.4620694246892],[9.580561416753998,47.46254184878385],[9.579930322730018,47.462505507602124],[9.579681332455555,47.4627028852731],[9.57843420341173,47.46246826827575],[9.577549351908901,47.462444213126105],[9.57678421263757,47.462522459834474],[9.576545517949667,47.46265180059342],[9.576626337562802,47.462887987972806],[9.575597562552062,47.46281096555462],[9.574478543412392,47.4628617512181],[9.574212902318546,47.46273088803452],[9.572543432626677,47.463190424424575],[9.572244703946454,47.462937104354715],[9.571834053136445,47.463170061926085],[9.570986727580522,47.46338955756604],[9.57015026992786,47.463510289899276],[9.569939511380985,47.46340161826912],[9.56808168828868,47.46352530390001],[9.566583992727418,47.46350675200418],[9.566597420009632,47.46341655961601],[9.564713286510939,47.46325398471655],[9.564061699437065,47.46313693226858],[9.563431982919793,47.462949863200556],[9.56226049704359,47.46292527016232],[9.562156272970933,47.463326455905616],[9.561044495046954,47.46371768903122],[9.558948493985229,47.464519321418194],[9.55803998687771,47.464780763214144],[9.557205151701197,47.46485577525869],[9.556619444274288,47.46478651824163],[9.55525415378712,47.464298672058575],[9.554983971889797,47.46411832785369],[9.554077515345403,47.46380688128068],[9.553823637515888,47.46390389064785],[9.553064501274884,47.46384137760896],[9.552905980686965,47.46396654806588],[9.55284153752376,47.46453902305389],[9.552153915113754,47.46450372833604],[9.551419790564346,47.464333536735865],[9.550548988754581,47.464218147503715],[9.550262830977015,47.464248853755],[9.549242781792,47.46392373762163],[9.548463881294216,47.46344579353274],[9.547742388499739,47.463273944707446],[9.546554823926177,47.46289535696849],[9.545688974392052,47.463752548297236],[9.545726717965804,47.46422439161923],[9.546249040620955,47.464272329441],[9.546718363041686,47.464580747305455],[9.547099160902349,47.46530632205496],[9.547321094994405,47.465437198039425],[9.546691575805369,47.46590102897811],[9.546909421099516,47.46605826079138],[9.546471122248134,47.46650604788529],[9.546558716034104,47.46678276409509],[9.547202444292967,47.46699503297764],[9.546818463272304,47.46749733868224],[9.546263140836679,47.46732832587208],[9.546154694120931,47.46742528719156],[9.545594246163876,47.467292588087055],[9.54443289601681,47.46728299814075],[9.544270573126076,47.46768653611828],[9.543362424694601,47.46841273742577],[9.543444458357436,47.4687304011292],[9.543309369741822,47.46889371039588],[9.542862427813313,47.469040687686324],[9.542401205246362,47.46903736459536],[9.542011000679683,47.46868689667853],[9.54102605259223,47.46866048442627],[9.539527788675851,47.468247465252354],[9.539179685954272,47.46793065514682],[9.538369742778615,47.46833245669476],[9.537856305846464,47.468349748756026],[9.537441183066347,47.468466076229035],[9.534038617994328,47.46795489699254],[9.53335993078828,47.46794405074087],[9.532489137287278,47.46783738498735],[9.530342930063803,47.46625372983524],[9.531090065331796,47.46562803196099],[9.530559158585747,47.465435659356565],[9.529959435673202,47.46540488616145],[9.529532299396486,47.46524987810877],[9.529519161571827,47.46497509097552],[9.529963400129617,47.46496987492518],[9.528844601413745,47.46437041409677],[9.528167440887762,47.463910912654015],[9.527555988601893,47.46316285081624],[9.527373450165152,47.46272586297738],[9.526810101118295,47.462194346021384],[9.526659903819542,47.462285563160364],[9.525736184251288,47.4613490436959],[9.526041109558133,47.460780708806354],[9.52637151215453,47.460597059626686],[9.525955317948059,47.46042752708935],[9.526348067485339,47.45990704818916],[9.52683928695817,47.459395302236224],[9.527030477284471,47.45951581259827],[9.52739859045818,47.45919048169983],[9.526575392191315,47.45872856119924],[9.527062070250125,47.45836088153801],[9.526745530635372,47.457848666122885],[9.527118757089823,47.45765750925356],[9.527038168696553,47.45746868365053],[9.52726362751158,47.456809398755105],[9.527462498573229,47.45647878665366],[9.527837128414792,47.456272632113716],[9.528018131457658,47.45597797937502],[9.528495226061652,47.45558597886777],[9.529460418576777,47.454981571001596],[9.530246923936353,47.45455515999849],[9.531036245613736,47.45433419783451],[9.530520455412633,47.45345241914115],[9.529513230100465,47.45352100502022],[9.528235523983529,47.45387506729479],[9.52780300269609,47.453900977088686],[9.526417122739431,47.45348126461521],[9.525428054377365,47.45293316893909],[9.525268951993041,47.45222727828151],[9.524350155706802,47.45157293761248],[9.523945055563233,47.45136333169527],[9.523473030646837,47.451412053051186],[9.522656916376215,47.45134807738232],[9.521525242706034,47.451603117637084],[9.52125746486825,47.451750583105145],[9.520940122696206,47.451635259883815],[9.519539547583653,47.45183288947416],[9.51884333218823,47.45170656470999],[9.518556463302815,47.451528120477924],[9.517961762420562,47.451453272746654],[9.517778672995599,47.45098250430397],[9.517432968277973,47.45059758679083],[9.516859027098432,47.45045049051334],[9.516193988825362,47.450469056122714],[9.515861246359586,47.45035186368584],[9.515415477807911,47.44998889170404],[9.514153970533188,47.449331386828824],[9.513875046698164,47.44944223661159],[9.512485744315414,47.449633829938946],[9.512185935001588,47.449554031441906],[9.511762374646855,47.44961137318024],[9.511256434097604,47.449973142365835],[9.510928229476102,47.44969694669015],[9.510455902048227,47.44964037152226],[9.510077765955105,47.449471486648605],[9.509654323175852,47.44955266981013],[9.5091343937807,47.44944563119261],[9.508959590410027,47.44925680770932],[9.508393553672793,47.44922323409912],[9.508517830486877,47.44892755827184],[9.50793501316144,47.44885665710845],[9.50787145850367,47.44849769291919],[9.507555413707381,47.44842024263349],[9.506872608173401,47.44782388408252],[9.506851722648499,47.44762065230519],[9.506254680268846,47.44745495151384],[9.505372195201566,47.446991993043426],[9.505071388525016,47.44670417158898],[9.50458576846234,47.446577651068225],[9.504431008894398,47.446082892250075],[9.504089629915786,47.44574627254603],[9.503601415602809,47.44541457815027],[9.502059573097501,47.44477078772803],[9.501961234275973,47.44466622378679],[9.500258123403798,47.444014887968876],[9.499519343917683,47.443817033429916],[9.49952203207367,47.44358201757271],[9.498495226000102,47.44330761477412],[9.49822434392906,47.443783459217315],[9.497846291654358,47.4436646567045],[9.49663304107334,47.44303270920989],[9.495875047651351,47.44258968542917],[9.495101147892145,47.442298532794624],[9.494348806739,47.44227168643371],[9.493086391506642,47.44213677716788],[9.492509351042385,47.44191170186183],[9.491614764273665,47.441761963843184],[9.487830184726539,47.44143397618148],[9.486792840373521,47.441325788328925],[9.485980026578344,47.44108786103595],[9.485453708236452,47.440614089292275],[9.48491740644771,47.440668398011816],[9.484039404330305,47.44043940349264],[9.483565942033039,47.4401181160011],[9.483709837313933,47.43991479970842],[9.48347669002497,47.439774016219054],[9.483034865270444,47.43977923037554],[9.48201340486226,47.43935076383113],[9.481526315983196,47.43956130340726],[9.481288438089274,47.43927533206327],[9.480586188708704,47.43912800313459],[9.48048388992471,47.43898693624421],[9.479366833301533,47.43911944860671],[9.479013988189484,47.43911892008034],[9.478535224385144,47.43925801622458],[9.478402074925263,47.43947437048358],[9.47794513698589,47.43944468047294],[9.477656179182683,47.439196644217674],[9.477192311234031,47.43905557232762],[9.47675723020554,47.439108580372825],[9.476456735821156,47.43883405008769],[9.476039047513224,47.43894263867442],[9.47562956198133,47.43869780098099],[9.474790648082505,47.43873250900253],[9.473833516438319,47.438933066289636],[9.473011962004493,47.43895403218338],[9.47266080693239,47.438816581883195],[9.472158688753362,47.438944519096665],[9.471532494150301,47.43894393548673],[9.471333660160065,47.43883984475651],[9.470976058061547,47.43894314770801],[9.470208457141787,47.43881602477059],[9.469284779476979,47.43847452139429],[9.468441946077196,47.438272269320834],[9.467871832532639,47.43791647484391],[9.467538166739148,47.4375016534061],[9.466815338832665,47.43718114040393],[9.466507753408425,47.4371444303307],[9.466393894937962,47.43692303033963],[9.465590011603341,47.436701837368766],[9.465392837398873,47.43655758067345],[9.46535345143181,47.436254970845056],[9.464998017132896,47.43604243841392],[9.464940620372209,47.435753252763206],[9.464061311913133,47.4354150244658],[9.463937527694313,47.4352777296742],[9.46297354003191,47.4351245521793],[9.460408578256741,47.43438236161055],[9.459698015841235,47.434226452589215],[9.459476559868818,47.434268246914],[9.458684050008378,47.43394450255392],[9.458067332635714,47.43405156512367],[9.457321979726256,47.43392654211069],[9.456676956862202,47.43362398756627],[9.456473278383921,47.43333631566297],[9.455688502323586,47.433222038528136],[9.454920291207097,47.43300068983785],[9.454560518457722,47.43282278641602],[9.453891032194667,47.43271762483817],[9.453106243547461,47.43268317911499],[9.452632146832208,47.4323911373046],[9.452593061518023,47.43212183325036],[9.453076098094273,47.43150895639218],[9.452938459807514,47.431252653820835],[9.452635920593542,47.43110038749786],[9.451618053791176,47.431153279633854],[9.451118322174556,47.43085349134431],[9.450620517089485,47.43084473988758],[9.449801800907505,47.43122211819171],[9.449363551000964,47.43136773986173],[9.44929413773136,47.4315509020653],[9.448682163166593,47.432198185011806],[9.448350188115283,47.43270473234238],[9.447535391828112,47.432823226071434],[9.447039082186542,47.4333035648097],[9.446678938240032,47.43345566324344],[9.445924582568425,47.43330431831316],[9.444944159516208,47.43356204655508],[9.444491313870472,47.433940429700996],[9.44396568990719,47.434071027436275],[9.443093224142283,47.433808287478925],[9.442532941893505,47.4337506144954],[9.44218014310726,47.43353612335331],[9.441501833022121,47.43328057758404],[9.440770565519777,47.43350946242919],[9.43922095438726,47.43369824836413],[9.438660712577065,47.43426772717728],[9.437681908540746,47.434488719931586],[9.437029500346268,47.43450279930911],[9.435742789683049,47.43442161736086],[9.43500951083918,47.43429042272682],[9.434729130964204,47.43387141760715],[9.434762608901332,47.433699897121805],[9.435195059508995,47.43365581061629],[9.435220247196959,47.43335172737922],[9.434938234392543,47.43298807342571],[9.434968743687659,47.432624338644594],[9.434770976464153,47.43213103262932],[9.434474902788523,47.431880091710944],[9.433984856530518,47.43180254198205],[9.434007955469362,47.43164415626786],[9.433579409088079,47.43131479774387],[9.433607907631005,47.431137696383736],[9.433258632325499,47.43095631753039],[9.4331739679621,47.430707394280645],[9.432782913248383,47.43038359421341],[9.432557424934652,47.42945395891009],[9.433076065777273,47.42925497702765],[9.432851677553872,47.42889609156949],[9.433078342475795,47.42870784254586],[9.433166845348284,47.42840895738708],[9.433551514642822,47.42805998618733],[9.433996211516385,47.427364045161106],[9.434207859174556,47.427287596339276],[9.43437983067321,47.426736440334324],[9.434706984666265,47.426356875384265],[9.434821173854619,47.42590226541802],[9.43470496093303,47.42562095709574],[9.434959624345032,47.42542015452002],[9.435122558755992,47.424595914248535],[9.434632695174388,47.4240936979462],[9.434861376701358,47.423577459875176],[9.434569489111006,47.423323748532084],[9.43452729169034,47.42230511864834],[9.43470226031752,47.422187916016796],[9.434574307364429,47.42192912354922],[9.43465569478079,47.421628388219084],[9.43489194791532,47.42142745372862],[9.434906133136252,47.42102837216831],[9.43503748945408,47.42083356752503],[9.433782430393256,47.420689520801105],[9.43393982676868,47.42004370383672],[9.433578945913128,47.41987260425287],[9.432862809306771,47.41940047783504],[9.433299920526567,47.418707906314324],[9.432496033764984,47.418518545546114],[9.430260591723352,47.418188945966506],[9.429977194733594,47.417834489333046],[9.4302401907387,47.41761141073],[9.430374326890497,47.41709915070835],[9.430828716441672,47.417156384010696],[9.430937187786782,47.416978289403644],[9.431026243660762,47.41637419889725],[9.431551601175833,47.415599765964195],[9.43136729006461,47.415229669756116],[9.431982428640916,47.41521842980747],[9.432024906441768,47.41422102019118],[9.432972114225818,47.41397021159906],[9.432643892986265,47.41326808483727],[9.431872282308026,47.41243704021576],[9.43054141693357,47.41149353716767],[9.428639186575264,47.41270627063481],[9.42853243900658,47.41259537517339],[9.429180677944801,47.4121408380182],[9.428680248747156,47.411811621073404],[9.42792218069026,47.41147605718334],[9.42801646915159,47.411122372709364],[9.427899061410294,47.41049821346191],[9.428369416096482,47.41049019583272],[9.42859380837075,47.409937436173884],[9.42906973126678,47.41022388952464],[9.429952005865529,47.41039762399486],[9.429718718733108,47.41009574803125],[9.429889191039276,47.4096138035183],[9.427940161583319,47.408922325602084],[9.427322396305435,47.40853449164763],[9.426859366210874,47.40809476698383],[9.426491186790377,47.4075156721403],[9.424618337090505,47.406830378925214],[9.422168598745841,47.40612301693033],[9.42125609638128,47.40595730279159],[9.419970967770784,47.40591665306357],[9.419725029344,47.405949841567455],[9.419142290867123,47.405799149766814],[9.416636919538655,47.40507095275858],[9.415795434478596,47.4050078097928],[9.41411212970629,47.40493934080897],[9.4140542662009,47.4051478892172],[9.41352694784137,47.40549070263373],[9.413200167139168,47.40554531335027],[9.412823803890728,47.40544181177352],[9.412929265548946,47.40459330113723],[9.411818409080848,47.404337606810465],[9.411155291636025,47.404094583319086],[9.411139583787065,47.40377393766045],[9.410660881709832,47.40313190124658],[9.409563471730335,47.403123726948884],[9.409229882365626,47.4032049922363],[9.409236476317576,47.40254837341708],[9.408179099217264,47.402278593256554],[9.406957472305393,47.40213980068562],[9.405912556550165,47.402303982000575],[9.405097675206719,47.40214861351135],[9.4046634543181,47.4018832147274],[9.404326370540879,47.40144657726507],[9.403997409630026,47.401261438659546],[9.403307555178175,47.40115359520741],[9.402083924998392,47.40086597407748],[9.401708784381691,47.40083691055871],[9.400616110142648,47.40097413665678],[9.399798319198595,47.40076749965825],[9.399270698414695,47.401280018490624],[9.398826352222724,47.40144121855533],[9.397849963192911,47.40142610134344],[9.397966419892018,47.400676019468776],[9.397447077838574,47.40058486008351],[9.396642469367183,47.40092050726859],[9.39537879827364,47.40108916831022],[9.395060546322568,47.40123823963516],[9.394149639187733,47.401057518289406],[9.393891757145344,47.4011257610771],[9.39271222292001,47.401020021248975],[9.391932452468446,47.4012674703045],[9.39156241005628,47.4016562760838],[9.39114074055814,47.40178612133313],[9.390765225482122,47.402014691336],[9.390456123262258,47.402396165845126],[9.3905016887871,47.402637862739624],[9.390300360800774,47.40286105926053],[9.39037267620546,47.4032909792106],[9.390183988249163,47.40351926962381],[9.39003328626906,47.404003429526114],[9.38968614585804,47.40453713325903],[9.389384913268277,47.40443551634422],[9.388626501811872,47.40487062636056],[9.38764413271679,47.40534136705427],[9.38693031793165,47.40560450187587],[9.386554381263021,47.40558366123725],[9.386099656803891,47.40571674385519],[9.385533245538142,47.40561912771394],[9.384957336407084,47.40570682544092],[9.384670020123187,47.40592066242888],[9.384038886187057,47.40600300529717],[9.383207962041391,47.40630829587054],[9.382626380080406,47.4063320193804],[9.382297369751832,47.40621285748667],[9.381534905828948,47.40622243418646],[9.381148202763724,47.406452149478895],[9.380658076299603,47.40659983183862],[9.380034790073129,47.40662479218852],[9.379821158230161,47.40680291240753],[9.379154469422973,47.40665521771851],[9.378816330590958,47.40686800523444],[9.378638401047544,47.40715718425437],[9.378337103339717,47.40731914865605],[9.377724751915162,47.407324380447335],[9.377224725256738,47.407517297233895],[9.37622440693457,47.40727700889538],[9.375150314544552,47.40767531555091],[9.374352027331522,47.40746927618696],[9.373724730355564,47.40741302710352],[9.372705080830213,47.407113959178815],[9.372268207652237,47.4075358478782],[9.371881069722276,47.407564377788354],[9.37167907854376,47.40770990687192],[9.370231395279001,47.40729823832095],[9.369645736795968,47.40692896203344],[9.369108965431723,47.40679662710629],[9.368745756744483,47.406413256562054],[9.368747764796538,47.40618714942914],[9.368421311019368,47.40616831131711],[9.367761969977137,47.405827949885364],[9.367351869163183,47.40528519534326],[9.366687124235572,47.40497846704504],[9.366483715406005,47.40477490624363],[9.366012980210192,47.40460552219863],[9.36567072144386,47.40467219454788],[9.365080214647042,47.40457339681518],[9.36459784641843,47.404676122122325],[9.364093396556996,47.40438996396449],[9.363664712517144,47.40458323509768],[9.362794361322992,47.40423853440722],[9.361178121012195,47.4038811230701],[9.35983481094273,47.403395201516915],[9.359555766080698,47.40302556270698],[9.35957410369287,47.402682036337545],[9.359195127271489,47.402527455542604],[9.358807604904529,47.40213178256184],[9.358446071837077,47.40205066575124],[9.357879676573772,47.40219829579668],[9.357364865280733,47.402139595872185],[9.356889952301247,47.40235302500008],[9.356310884619614,47.40231896839953],[9.356046856678969,47.40261983234185],[9.35527089993827,47.40285647827801],[9.355140066331096,47.40314584597523],[9.35477354531841,47.403400094579396],[9.354151243277343,47.403371629207285],[9.354011568403413,47.40317704903383],[9.352717051593777,47.40275881087474],[9.352033337518328,47.40239843253229],[9.351292148479313,47.40222287940174],[9.351072593694687,47.40208951033842],[9.349924351853513,47.40182920639792],[9.348927252586277,47.40146587051925],[9.348234445890611,47.401303406525855],[9.347540300368683,47.40128534171457],[9.346704990132967,47.40086155328632],[9.345894913142729,47.400739401171414],[9.34536168715256,47.40053234251478],[9.344519214352534,47.400406307856855],[9.343414091533365,47.4001470276693],[9.343057624470775,47.40014722699474],[9.342489569320922,47.400011425926394],[9.341346949008308,47.399980172796795],[9.340799828718103,47.40011050448337],[9.340175415264946,47.39998593968496],[9.340098528057487,47.39975568991614],[9.339682173324936,47.39959707308796],[9.339233135105017,47.39993121735073],[9.338477381799835,47.40018905528352],[9.337821877931407,47.40015413034218],[9.33696714059032,47.399635730590965],[9.336646498736375,47.39933043851389],[9.336048474805175,47.39912816334423],[9.335358512140449,47.39918077186706],[9.334721343692074,47.39978395025248],[9.3343070830496,47.399928994090104],[9.333968414321934,47.399918006147615],[9.332950341619602,47.39947006597952],[9.332639957107578,47.39948676139782],[9.332200350877518,47.40002623669281],[9.33229887563006,47.400447092873726],[9.33195049087869,47.40060492115316],[9.331437663168925,47.400576060498096],[9.330346330617711,47.40081354870813],[9.329991788185536,47.40104558718592],[9.329335368638025,47.4012999564806],[9.328954762958363,47.40133179897289],[9.328377866968891,47.40121907924924],[9.327367440015246,47.401200849509564],[9.325418607441637,47.400610119613034],[9.325158496142949,47.40037530557848],[9.324726512841881,47.40065194775607],[9.322955837490733,47.39957699711569],[9.321516609766881,47.39916164107202],[9.320782208019134,47.398718240180806],[9.320276049555613,47.39818620550465],[9.3191071339826,47.39798866022141],[9.318363376783775,47.397920036645495],[9.318103250050838,47.39777094845509],[9.31835783814905,47.39733987869004],[9.31813444301017,47.39729255687024],[9.317672613994764,47.39774670867632],[9.316749205531229,47.39782615929867],[9.31615634045786,47.397799054516355],[9.31538091851431,47.39765240600747],[9.314839571303978,47.39763581940844],[9.314130396430837,47.39746787808733],[9.313411369381013,47.39720924393301],[9.312385965253519,47.39698848426667],[9.311521167986118,47.39686672085249],[9.310511044382743,47.39681713083329],[9.310300897444193,47.39650811998428],[9.309263975642057,47.39646036534574],[9.308618348085306,47.396582132757935],[9.307408676979454,47.39629312116337],[9.306795392442474,47.39609118598195],[9.306617081050872,47.395853701844274],[9.30532019185801,47.395837577316065],[9.303816639885241,47.395424364417046],[9.302954994980583,47.39521869187428],[9.302260097173846,47.39550905189845],[9.301989917908898,47.395155063657405],[9.300649759011728,47.39530480098135],[9.298835072798905,47.3959654915927],[9.298298505378927,47.396134672222686],[9.297324065440208,47.39633979111234],[9.29628560268413,47.39643341916059],[9.295787791915659,47.39640018289646],[9.294759740451925,47.39623495557225],[9.294595343778294,47.396469367401345],[9.294153580405164,47.39639884199998],[9.294214027886698,47.39698032746998],[9.29371063308422,47.39722317286652],[9.292107077737557,47.39743820525694],[9.291580302921314,47.39753763271429],[9.290972730665759,47.397550645540434],[9.28971039984689,47.39776539911171],[9.289183323593447,47.39805491566512],[9.288957867476594,47.397767179366355],[9.288309856827324,47.397929537615624],[9.287237644770276,47.39807136834958],[9.285681705213578,47.39794541774849],[9.284919026129993,47.39808886458287],[9.284689515135552,47.39820679017529],[9.283969803362579,47.39830794124878],[9.283814503373698,47.39851383591023],[9.283292039077173,47.39869293729269],[9.282792995699824,47.39852787741183],[9.2820349250676,47.3983735306626],[9.281679604901408,47.39846911271591],[9.281412196181904,47.39834631203015],[9.280564113359008,47.39854638449682],[9.279417299495464,47.39824277484313],[9.27920481344398,47.398880600453154],[9.278945031285517,47.399277188911746],[9.278949927053205,47.399629778406066],[9.278153552603644,47.39984344167733],[9.27741616585101,47.399676579668366],[9.276837649710604,47.399673769455994],[9.275639119726845,47.40014537594199],[9.2751466255354,47.40009048214414],[9.274851750084126,47.40026652022564],[9.274742056911819,47.40056377844697],[9.274151695243521,47.40056246288839],[9.273059569415006,47.4007299891004],[9.27190125195072,47.40101386339187],[9.271295850368935,47.40052294008349],[9.270491039004327,47.399957634290935],[9.269361911139297,47.39930697563804],[9.268739970503763,47.39947055449218],[9.268237308130148,47.399378078228665],[9.267772978441759,47.39947919398347],[9.26701087084077,47.39982806474201],[9.266956842610066,47.40028138613116],[9.26617952342673,47.40082382796397],[9.265808414835659,47.40116417327919],[9.26489120110667,47.40119636338675],[9.26448281765168,47.401116127131125],[9.264344425891169,47.400958021654816],[9.263932401066338,47.40088164661032],[9.263334604791252,47.40065102459389],[9.261989974825381,47.40039067034134],[9.261775379281024,47.40024815910215],[9.261529377035153,47.39959141324666],[9.261230312391797,47.399539056234424],[9.26081164684155,47.39995434918431],[9.259530524896803,47.399472222475175],[9.259278582939993,47.399133493892805],[9.25889838248767,47.39888701291315],[9.258175603890539,47.39877045733012],[9.257550198481193,47.3987336577673],[9.257164995067743,47.39943999004457],[9.25690421390165,47.39968791163483],[9.256430102884831,47.40058034055021],[9.256048940603126,47.40086465619097],[9.255773612620727,47.40090369622091],[9.25536359754029,47.40072815211035],[9.254959280806247,47.400365658687186],[9.254428872381858,47.40026140476911],[9.254090344205466,47.40031295883682],[9.253490031227773,47.40069401329769],[9.252663117035539,47.40045485377257],[9.252288874164556,47.40070323240367],[9.251917338936126,47.40070551101656],[9.25176254053185,47.400481586707635],[9.250671333994122,47.4003636245807],[9.25040041129688,47.40027551502099],[9.249676932736593,47.39981567282536],[9.249252883925978,47.39964621211145],[9.248688704202666,47.39915556356803],[9.248064314091554,47.39895312511103],[9.247589640150773,47.39895114856424],[9.247415361952614,47.39876978889518],[9.246755824677177,47.398542631543556],[9.24573519310666,47.39896137808113],[9.245248610000303,47.39909109895146],[9.244778840816943,47.399320884584306],[9.244267155807602,47.399205558654245],[9.243388156080256,47.398856139429014],[9.24273079262943,47.39845445511655],[9.241582068617133,47.398337351078105],[9.241146422747855,47.39785660817306],[9.239124531706384,47.39713138576237],[9.23763791350881,47.39641531890337],[9.236163790554654,47.396154624370226],[9.235881839585774,47.39628211130413],[9.235360412211698,47.396842268608204],[9.234759186963585,47.39712082176684],[9.234186510836647,47.39705325238153],[9.234033841584521,47.396373885613485],[9.233732969010084,47.39603885189861],[9.233216385138755,47.395943553363544],[9.232937374236506,47.396018870255816],[9.2328123557723,47.396265140249376],[9.233238180480278,47.39662026694941],[9.232892153049123,47.396798708654146],[9.23266162399404,47.3970665621698],[9.232705467544099,47.39759677561628],[9.232582239177063,47.39801984403677],[9.232256104048979,47.397863159768704],[9.231768921532504,47.39738500962938],[9.230875580286614,47.39723593757591],[9.230547701867641,47.397077548352925],[9.230708293386382,47.396646570445625],[9.231248473770071,47.39651583602823],[9.231887058914833,47.39607553009554],[9.232296741489632,47.3959905219025],[9.232301734782268,47.3955506397251],[9.232199699663767,47.395119751459525],[9.23237559813449,47.3943841894374],[9.232089202178843,47.39450437717643],[9.231832821893047,47.39415101514494],[9.232473878126102,47.393396408571256],[9.232752995297805,47.392718151439766],[9.232569459955242,47.39242932518527],[9.232478147993199,47.39198312938832],[9.232588006764747,47.39104076251137],[9.233162576117229,47.39035409349318],[9.232516786610933,47.38984688646134],[9.232377733296278,47.38954109400416],[9.232582288878131,47.38875117696934],[9.23248992546713,47.388410868275166],[9.231834167353242,47.38777349730755],[9.231560478983727,47.38768889644711],[9.231170194270351,47.388060691744755],[9.230747077376991,47.3879769326204],[9.23092790424425,47.38737379516583],[9.230546712026019,47.38711493278742],[9.230207694058125,47.3870890014699],[9.2297493203757,47.38726008187235],[9.229333484805881,47.38694539820452],[9.229067047704538,47.386951742177054],[9.227747509272623,47.38759188463722],[9.227020946841284,47.38752777509995],[9.226572782878442,47.387620199119795],[9.225970949975839,47.38726492979098],[9.225704779743134,47.38700406437591],[9.225098420741373,47.386811249419665],[9.224192541902966,47.38681220441385],[9.223451700463412,47.38720434444867],[9.223402349100729,47.38748369401789],[9.22319591635666,47.38764496232224],[9.222825934067632,47.38748358575225],[9.222476131200667,47.38702280663675],[9.221902478776979,47.38653406728001],[9.221179455521138,47.386124587145765],[9.220651422031908,47.38569015160534],[9.218943523650369,47.3850124238131],[9.218736506920196,47.38476032030742],[9.21876321866964,47.3843379534081],[9.219051179402225,47.383687430433184],[9.218826251934678,47.38294321364457],[9.219603979725123,47.382575912964526],[9.219528072061427,47.38226977074984],[9.220483647967594,47.38227031581514],[9.220119318447024,47.38173751151115],[9.219937860375245,47.38165893692578],[9.21935461259505,47.382018383628846],[9.21928789439551,47.38179173689442],[9.22004655168249,47.38118032673487],[9.219949915239845,47.38087936265652],[9.22010111613261,47.38060614418972],[9.22063209097845,47.38016829468783],[9.22106151855992,47.37959068301979],[9.221614796757096,47.37903894778635],[9.221677255083165,47.37863194201869],[9.222012952631674,47.378290557325556],[9.221786053699764,47.3779039075919],[9.22038323008558,47.37709039361082],[9.220185452087701,47.376897203410266],[9.219789561342699,47.37678275713635],[9.219970243501631,47.37654469208376],[9.219797621640156,47.376004881065896],[9.21995461310511,47.375786802814176],[9.220534769259329,47.37573583776213],[9.220306811964464,47.375242430230514],[9.220561548953718,47.37477314317239],[9.22088535243963,47.37453955217198],[9.221017131061762,47.37409578641351],[9.220842082633549,47.37366644642332],[9.221003611292808,47.37324821259327],[9.220467373343958,47.372830604557535],[9.2198991999815,47.372708115118776],[9.219755625696845,47.37287840481737],[9.219331789329976,47.372869920299536],[9.218676023487763,47.37298322650279],[9.21851333213465,47.37204603923632],[9.218379726322727,47.37166195958152],[9.217947859212645,47.370826099784644],[9.217408413146545,47.37032923819608],[9.216783858217564,47.37007454399596],[9.21650839538714,47.36966215655974],[9.215310474192636,47.36967466982245],[9.21508110066047,47.369285042698856],[9.214666379549696,47.36897627343269],[9.214102729713655,47.3687169432877],[9.213227185018953,47.368233246136036],[9.213018450219565,47.36785436216286],[9.213254514463152,47.36746729990727],[9.213370835790789,47.36702368816948],[9.213805935665798,47.366787764845746],[9.213898405006962,47.366518694283855],[9.213609212281261,47.36626457130749],[9.213040764224045,47.36512029533983],[9.212659772945592,47.36482503472022],[9.211804329012855,47.36438204125627],[9.21087873189224,47.36410701395628],[9.210171649351402,47.36305141917932],[9.208637877573366,47.3628228587155],[9.204041082555946,47.36219154382937],[9.203381455585111,47.362164913546515],[9.202258470889106,47.36192501123457],[9.200994432163213,47.361908206219425],[9.200628323128408,47.36181275684319],[9.200280563744487,47.36185907041326],[9.199129518883716,47.361441179239264],[9.198515791106672,47.36154436752196],[9.197507180541013,47.36179548957278],[9.196690585987009,47.362176080997074],[9.195847504488217,47.36228777743599],[9.19485982745378,47.36231943953899],[9.194087674333918,47.36241349197366],[9.193653777179541,47.36253469532384],[9.193044081636469,47.362544591152194],[9.192681225525314,47.362643479201864],[9.192151661142802,47.3625692141218],[9.191922039149098,47.36242839706643],[9.191404113141063,47.362478823704635],[9.19188979230646,47.36209900217286],[9.19193579704841,47.36191283177418],[9.19240334172087,47.36177765663285],[9.192624616628873,47.36160251629245],[9.192529239177581,47.36109733822385],[9.192672113916105,47.36041237174603],[9.193057508642635,47.359932223481934],[9.194394952252198,47.35895519730792],[9.194815281692652,47.3579420079012],[9.194911223758705,47.35729360230776],[9.195155203839692,47.35687092398419],[9.195336019145389,47.35594555723107],[9.195560833239266,47.355403865242735],[9.195955950965953,47.35501638276698],[9.196171702190568,47.35434068790554],[9.195626986050115,47.353463251595315],[9.196565108044684,47.353624770755275],[9.1970520026307,47.353868809443156],[9.197316789693206,47.35410148454988],[9.197815290583957,47.354263743835205],[9.198522816771991,47.35432917781387],[9.199396499934041,47.354250530846066],[9.200061203158887,47.35447386940057],[9.200308237236694,47.354702032528664],[9.200727382327567,47.35482572666246],[9.20122981383687,47.35509426152285],[9.201792213075791,47.35588224447506],[9.202271675429223,47.356072307382576],[9.20303439139597,47.35594029601663],[9.203484632501375,47.35593548261148],[9.204002804091024,47.3560989441381],[9.204241759226326,47.35631391551045],[9.204537729448944,47.35721913066526],[9.204728766036347,47.35760638882161],[9.205079190714109,47.35745779678476],[9.205840516422894,47.35677264889065],[9.206732519381587,47.35612373058948],[9.207474073188822,47.356104457184635],[9.20735267545094,47.355681673159296],[9.207035984456695,47.35544191125175],[9.206199617790983,47.355001559954445],[9.205279956875628,47.354631747211094],[9.204412484889344,47.35459013175512],[9.204163188492313,47.35415058764375],[9.203727929346561,47.353655778694325],[9.202657332811711,47.35192788260355],[9.201959932319493,47.3505312711818],[9.201458094926926,47.35032787773722],[9.2005020884459,47.34966358502241],[9.200545139633816,47.349296397553005],[9.200431903871493,47.34906205551922],[9.199039902720267,47.34827494596041],[9.19874518242645,47.34805270955933],[9.198646538167582,47.347779278068685],[9.198825121347387,47.34757246478142],[9.198869910838928,47.347087003165825],[9.199325099772896,47.346765428442126],[9.200331915858095,47.34660482016993],[9.200636639175938,47.34587504129336],[9.201343239954912,47.345893267349624],[9.20201475527528,47.34560303932997],[9.202504157204677,47.34530172649614],[9.202806676597296,47.34464710250673],[9.203195692983952,47.34437867849039],[9.203297393045172,47.343830313744405],[9.203697158857407,47.343432701488865],[9.203720822008496,47.34293377939015],[9.203864776239554,47.342770689557376],[9.204402958963787,47.34248965661386],[9.20511733457233,47.34252269456017],[9.205631196362532,47.342339974105954],[9.206007687815097,47.34156542385488],[9.205773137968112,47.340943317743196],[9.205756399810165,47.3406368062938],[9.206242911874135,47.33989201558396],[9.206140875705708,47.3395281708131],[9.206291609381253,47.339130539539475],[9.206650317372363,47.33920228027249],[9.207109757253964,47.33948624503951],[9.207420540862518,47.339495651543],[9.207697945280424,47.33968694987869],[9.208071769372934,47.339561149499104],[9.208631192979535,47.34006617027559],[9.209353019623373,47.34045501498101],[9.210309954724275,47.3406326121786],[9.210408337197915,47.34077050458246],[9.211111324066525,47.341062553971526],[9.211654945832345,47.340814856595884],[9.211935864990911,47.34059701423343],[9.212937333665968,47.34043208769998],[9.213295012979449,47.34046282623032],[9.21420975692954,47.34077997606435],[9.214303245249305,47.34110997445873],[9.214712055348292,47.341322158160025],[9.214715183970904,47.34145540438812],[9.215560212848121,47.34171771143486],[9.21601944106068,47.341682345125705],[9.217529250986514,47.34201600744272],[9.21797043573291,47.342018167212935],[9.22005702596098,47.34229993483394],[9.220419757365292,47.34286577912047],[9.221059377638692,47.343096949423376],[9.222025593452905,47.34333798648965],[9.222327787875841,47.343338327401305],[9.222621368285566,47.34300953648144],[9.223108290864744,47.34279694662277],[9.224616035250412,47.34254849879026],[9.224948187192103,47.342375351524076],[9.2251733258055,47.34209911346218],[9.225529109879629,47.34142514972437],[9.225466023710618,47.34112528623563],[9.225717305301,47.34090384600151],[9.225890485910385,47.34045947103738],[9.226306165976627,47.34011427882614],[9.226553784146057,47.339594814358556],[9.227197898553436,47.33898311354387],[9.227514951028619,47.3385450424276],[9.228010148524191,47.33827321145371],[9.22846059067423,47.33792205538788],[9.228947879519392,47.337648732633376],[9.228853155494898,47.33749415440368],[9.229150355816804,47.337261251250666],[9.229490230768484,47.33665233273544],[9.23022697193493,47.33657274478821],[9.230792789469803,47.336083757463555],[9.231043310349708,47.33573436478428],[9.23111324944787,47.33543820381903],[9.231381309227308,47.33530633058802],[9.231648675811973,47.33496773208827],[9.231675895471525,47.3346284117416],[9.232212932656486,47.33447886942934],[9.232436590014359,47.3339356791344],[9.232679963208316,47.33366433255847],[9.232624391684288,47.333495905494985],[9.232925980256592,47.33327145258162],[9.232926826155762,47.33252536909169],[9.23331502916935,47.33220287044612],[9.233323205334784,47.331974370317326],[9.233070494710917,47.33159945831648],[9.233130687109757,47.33126935902951],[9.23272225489557,47.33089449315342],[9.230005208844462,47.32960598108197],[9.229185667308434,47.32930392654788],[9.22864697783503,47.32923423048307],[9.227818129972462,47.32936589797306],[9.22746908832373,47.32914378349772],[9.227073754572027,47.32839155271815],[9.226647816726894,47.328388897498456],[9.226400779088033,47.32878242767134],[9.226086622200318,47.32867776958391],[9.226173781946116,47.328325160114005],[9.22566176286038,47.32825445235586],[9.225557086799203,47.32798176390909],[9.225019708888455,47.32765202612528],[9.2244359369156,47.32742754552417],[9.224469877035899,47.32697390974736],[9.223867509082133,47.327042674166826],[9.22347240773664,47.327187310286696],[9.223204118531406,47.32707602361917],[9.223222256025824,47.326806237644966],[9.223046945463405,47.32662912333694],[9.222756416231379,47.32605069335209],[9.22176594926501,47.326058072084365],[9.22141089989041,47.32587845236581],[9.22101993846819,47.32586422398614],[9.220832540444661,47.32617836005637],[9.220536776889116,47.32624440328647],[9.21994125021454,47.32570102294614],[9.219699390747909,47.32558984246636],[9.218973219906816,47.32569378959943],[9.218270036979726,47.325326877377705],[9.218018383469918,47.32511988578618],[9.218123938841869,47.32476080077624],[9.217078344830332,47.32438957242006],[9.216139963426354,47.32487417546317],[9.214942293527852,47.324081327977304],[9.214780400794277,47.323855070868625],[9.214973540073489,47.323543267394655],[9.214859540202864,47.32287228601797],[9.214672080058188,47.32275502147765],[9.213733089641742,47.322928922618466],[9.213116245760501,47.322562783298295],[9.21229700472245,47.322594131766124],[9.211348839556706,47.321868747220485],[9.21115826121368,47.32214341146913],[9.210493789906671,47.32184227158921],[9.210352088753488,47.321678207345286],[9.210698651311684,47.32127388066971],[9.210083797351215,47.321093512409924],[9.209834599979498,47.32089874621992],[9.210425642392183,47.32046394748649],[9.211325568914535,47.32026730106246],[9.211955291629337,47.3199666335935],[9.2125676401506,47.31990114416475],[9.212779558736056,47.3197279556403],[9.213215945663837,47.31915126757791],[9.213275392969903,47.318852347164416],[9.213010636887548,47.31849214506869],[9.21308365160273,47.318160403096826],[9.213332617428634,47.31793389587358],[9.213399281272578,47.31754775788039],[9.213851061359257,47.31733257755066],[9.213762275615297,47.317123034792445],[9.213934853601296,47.31693332855565],[9.213837091856671,47.316604322142894],[9.21394509696362,47.31560970509073],[9.214202957309082,47.31505469780195],[9.21471898762094,47.314415752927474],[9.214715654770107,47.314107038035914],[9.214446132691174,47.31375545037439],[9.21427159822367,47.313266396709125],[9.214480038771079,47.31302343537947],[9.214594255670503,47.31259230073697],[9.214979311608758,47.31220412819968],[9.215024879602556,47.31148890014076],[9.215489345722437,47.31128219887725],[9.215705770993077,47.31102797371956],[9.215712461625408,47.31073836658854],[9.216234269873034,47.31049414527857],[9.216405322142617,47.310128519917825],[9.21675793033121,47.309828164057194],[9.216814403822312,47.30952582389159],[9.21724666140307,47.30905470784272],[9.21776032022101,47.308009784332114],[9.217780619647833,47.30719593410015],[9.217541087695732,47.307009552726775],[9.217894390065409,47.3067230400234],[9.217607521863712,47.30619166022288],[9.217315341678736,47.304566130106906],[9.21682191724206,47.30436631928723],[9.21690627454419,47.30380201014855],[9.216626738696553,47.30358860785051],[9.216781753629796,47.30341089757838],[9.216455449181618,47.30318707811575],[9.216492717110173,47.30294208821531],[9.21615745397741,47.30275174815005],[9.215995674883777,47.302510447595346],[9.216426414956151,47.302259814851496],[9.216819897869259,47.30181923907208],[9.216804681916553,47.30130041340134],[9.217083978068608,47.30058456589938],[9.217321864902924,47.30030323821849],[9.217287968756098,47.30002434896999],[9.21707075632999,47.29991766952886],[9.217258967611025,47.299614545281344],[9.217955031772044,47.29961416185301],[9.21855384372346,47.29906686018991],[9.21854292083641,47.29889284263034],[9.219085183388403,47.298662277924514],[9.219715534733329,47.2985680453912],[9.220087029827837,47.29801550140701],[9.220098345290719,47.29779034469376],[9.220477134568517,47.2972458284144],[9.220578827187747,47.29690309063239],[9.220974647946122,47.29692503376508],[9.22144391240703,47.29653511935304],[9.221956929064373,47.2963968497103],[9.22172096198643,47.295961070182244],[9.222468476860975,47.295247858344744],[9.22271605856156,47.29477150830626],[9.223091700041014,47.29458945750051],[9.223550377436979,47.29418296418288],[9.223707001764668,47.2938809015807],[9.224100217862103,47.29359637184948],[9.223880960316912,47.29329301306773],[9.223964571186034,47.292962859145085],[9.224323124910375,47.29287411282063],[9.223864919701466,47.29224848895417],[9.223268452679873,47.29178122168902],[9.222782092918507,47.291864989052115],[9.22187502192107,47.29165451137543],[9.221614767268688,47.29111355351518],[9.222038489157068,47.290554239777],[9.222217100899833,47.29017740751014],[9.222363965059161,47.28948400756575],[9.222020974094937,47.28908529182841],[9.22115372443354,47.28828658853069],[9.219863360061476,47.28744919533067],[9.219165293449274,47.28727041118911],[9.218467299324685,47.28626122585168],[9.217750194329215,47.28570844077057],[9.217572101732332,47.285494394669314],[9.217408366968398,47.28493945551959],[9.217107842024832,47.28450521578379],[9.216646406577528,47.284216893480455],[9.215913208207835,47.28417790399311],[9.21456497547061,47.28378140629185],[9.213989877532335,47.28348836540725],[9.213345872002247,47.28336975903542],[9.213311359485102,47.28323918909559],[9.213549992448455,47.28274787847805],[9.212832751945612,47.28262569177595],[9.211976225010963,47.28209382582971],[9.211483165025797,47.28220820956061],[9.211105882057762,47.28195278889608],[9.210865251701026,47.28195652375589],[9.210080610375659,47.281150662921235],[9.209250163426539,47.28072393507703],[9.208856128397711,47.28036658730897],[9.208220979255788,47.2801402811999],[9.207502544128326,47.27916401327221],[9.206990127183012,47.278896706552594],[9.206807295342617,47.27862545007346],[9.206798250810692,47.27826464519615],[9.206607600888898,47.277617989747085],[9.206710062685522,47.27726026052927],[9.206396170455038,47.276942467490414],[9.206261102395946,47.276393941492586],[9.207697299564368,47.27589566976202],[9.208182588809,47.275563192748564],[9.208637610300029,47.27565562931082],[9.20950727999952,47.274895095150704],[9.210289583364343,47.27443038953483],[9.210938346610424,47.274343888447284],[9.211394463967773,47.27400931776003],[9.211721737768935,47.274083293142574],[9.212024817702927,47.27379105592812],[9.212742241113737,47.273321464881086],[9.213014034147513,47.27334296665618],[9.21366669013532,47.273093385457784],[9.21380113015539,47.272723839842364],[9.214003818228672,47.272540385542925],[9.214555235205376,47.27255673872703],[9.214911226470209,47.27245226047042],[9.214987015362805,47.27220296934763],[9.215341202982225,47.27222114394387],[9.215811995435082,47.272004736292],[9.215888351377329,47.27180201204628],[9.216376720780492,47.27163211451164],[9.216300818987845,47.271368077002755],[9.216447489600737,47.27115253571333],[9.217348138003478,47.27067229634589],[9.218129082560777,47.27104034728446],[9.218562426868434,47.27094945365431],[9.218789482923533,47.270693558236324],[9.219165540793771,47.270477564778425],[9.21950241126321,47.270447240360944],[9.219650987349974,47.270247653392715],[9.220063037175272,47.27022119444242],[9.220153423455914,47.2700544623476],[9.22120880790794,47.26952844426043],[9.222067314762619,47.26899238217555],[9.22247494752217,47.26907257774987],[9.223162448674424,47.268859540451125],[9.223802858414194,47.268444763231095],[9.224251123531921,47.26841082758357],[9.224523135863452,47.26824466886829],[9.225231101118991,47.26826967326405],[9.22543944890345,47.26797855274345],[9.226340900145319,47.26766317784135],[9.22676661031763,47.26735067939532],[9.22761975339404,47.26756684865002],[9.228406195071402,47.2673702010847],[9.228670857485215,47.267379585177835],[9.229180790211672,47.267214217436155],[9.22927368642026,47.26702833822716],[9.229901004796316,47.26701409015375],[9.230537451685255,47.266680308343155],[9.231324740179515,47.26611475497826],[9.231659158052954,47.26603757688214],[9.232132569643587,47.265769299787515],[9.232726981995205,47.265562114984334],[9.233227604075452,47.26551383342497],[9.233863440310694,47.26535997894835],[9.234494392834552,47.265453593260496],[9.2354736448618,47.26529437740946],[9.235937289064816,47.265129718674245],[9.236559202146866,47.265151487814684],[9.237120374863164,47.264940300375606],[9.237703960049942,47.26480525149659],[9.238795473703355,47.26464423660897],[9.239534367942598,47.264803632562156],[9.240877773896127,47.264665669994294],[9.241419653971738,47.26466618263453],[9.242032746169848,47.26481853419055],[9.242524898210306,47.26483332269526],[9.243562614859488,47.26511396174657],[9.24393355624791,47.265139639871954],[9.245186949225282,47.265466352283546],[9.246258154319912,47.265876896462],[9.246810927503,47.26600317754158],[9.2472525259548,47.26596925640511],[9.247500707875638,47.26607781374624],[9.247986171005063,47.26577780109701],[9.248812114442421,47.26558039185559],[9.249668908014256,47.265512947705616],[9.250543486778044,47.265580162796816],[9.251521291963261,47.265573780454076],[9.251589171913244,47.26524126623152],[9.252374201967493,47.26506526687537],[9.252815674607826,47.26505129050819],[9.253358708005605,47.26485228322531],[9.254021772211628,47.2644592887037],[9.25493368443957,47.264734970265444],[9.255339799670455,47.26434188883233],[9.255683214767707,47.26415365584592],[9.256444461318862,47.26334202715469],[9.257011589583227,47.26321107996528],[9.257329226603902,47.2632240426303],[9.258448232705598,47.263872142043695],[9.259281761949495,47.264092887590344],[9.260018871736136,47.26419818495177],[9.260203476937324,47.264379704006984],[9.26029193129739,47.26484164175779],[9.260800481744264,47.264833601586396],[9.261094761953508,47.26513033832751],[9.262035241733368,47.26538535975599],[9.262789396630476,47.265409412839965],[9.263101213387587,47.265638379713586],[9.263170185568764,47.26591619510248],[9.263532846993701,47.26666618148452],[9.263511039593837,47.26699490709736],[9.264354792899718,47.26731891976331],[9.26483434832457,47.267621718629705],[9.265110538145167,47.267581354570616],[9.265685483662732,47.267774654168704],[9.266384100567238,47.26810545213922],[9.266742481914187,47.26834268693308],[9.267170753245203,47.26849783020418],[9.268612070640119,47.26870886475667],[9.269318378163586,47.26887756866277],[9.269685799515834,47.26879975661992],[9.269989289950098,47.26859252509254],[9.271347319679546,47.26849445268479],[9.271787153198707,47.268793357826546],[9.272468951988108,47.26867482237859],[9.272961013612024,47.26912826090453],[9.273593366139036,47.26999035088208],[9.27377666446028,47.27000838009522],[9.2742498634509,47.26958168160187],[9.274613601447042,47.269354578902785],[9.274733461929232,47.26906971569648],[9.275499284545079,47.26854783011894],[9.27714313261745,47.26777962557836],[9.278616064781225,47.267192557460376],[9.279099878633623,47.26667289861796],[9.275106744968788,47.265742443113496],[9.27618823936379,47.265326998724156],[9.27776058195616,47.265121971006465],[9.279355377868727,47.26499303165635],[9.280413379764262,47.26501210894832],[9.281501384911767,47.265134162944065],[9.28253901476574,47.26532899001879],[9.283804804100521,47.265623608817336],[9.284096663089263,47.26565492132172],[9.284471043420012,47.2653970149993],[9.285509345267409,47.263891378538325],[9.286256871925215,47.26315065241085],[9.286880160403008,47.262830263175665],[9.28669609244498,47.26262539024824],[9.28731433432909,47.26249455164981],[9.287810797767195,47.262480914770315],[9.288090255309868,47.26236901368648],[9.288703961321605,47.26127999724585],[9.289714319032536,47.26033096267429],[9.290412046840139,47.260188302896346],[9.291667158500616,47.26014357230265],[9.293145276671039,47.26039310970214],[9.293560259435266,47.26011959695983],[9.294818378286047,47.2591587029472],[9.294992135759303,47.25895266691955],[9.295857520002075,47.25849894726456],[9.296188412357392,47.2581833143918],[9.297175410070057,47.257412291903684],[9.297799787777588,47.25754059136773],[9.298514163452634,47.25789998856322],[9.299303281029573,47.2581212673101],[9.300453902184223,47.25833687163451],[9.3007310758603,47.258546682044766],[9.30238156780107,47.25914591219291],[9.302786799734472,47.259222759497376],[9.303658794620677,47.25959461460876],[9.304654157732985,47.25978199135209],[9.305342315088971,47.259665030745445],[9.305583912391885,47.25951797254666],[9.306384803033058,47.259537283486765],[9.306766930157991,47.259659468068044],[9.307635264227214,47.25965687602117],[9.308329024064815,47.25939820071154],[9.308449022094544,47.25912679135531],[9.308799544311695,47.25889779551001],[9.308981273175835,47.258000922767586],[9.308704303265676,47.257726879024396],[9.308267856713996,47.25660135598645],[9.308250828172122,47.256372026362776],[9.307924022883986,47.25594205931921],[9.308069668964407,47.25552394865528],[9.307854509380116,47.25530055086809],[9.309178301229695,47.254239897506714],[9.309881852145066,47.2537612454423],[9.310417907723444,47.25327757993826],[9.313125050584269,47.25257188793942],[9.314391355619616,47.252146661635074],[9.316120446474885,47.250385752354624],[9.317808567020295,47.24845530324532],[9.318641168344652,47.24787619619881],[9.32380347222144,47.24702228757337],[9.324430816513692,47.24737756236343],[9.324716663962416,47.247614884914334],[9.325762638288806,47.247638218964624],[9.32644126533175,47.24781062805498],[9.327115674110063,47.24857418144056],[9.327704410931743,47.24859510779713],[9.328691879499168,47.24883170463279],[9.328997943897123,47.24874301014606],[9.329566677993917,47.2489082064469],[9.330274769029849,47.248978440850415],[9.331815506013278,47.24935169310146],[9.332357113493286,47.249608182177084],[9.340754007879767,47.24900368811963],[9.341214026499385,47.24915713373663],[9.342158234190029,47.24924191592654],[9.342263484077618,47.24940330587602],[9.342676272148946,47.24944739186465],[9.343273003283445,47.24939577519657],[9.34243042933071,47.24988286612168],[9.342003408556689,47.25032177722821],[9.34213541816741,47.25068847676719],[9.342002329041362,47.25103256804775],[9.341708203589597,47.25130735301252],[9.341299000848684,47.252060890333595],[9.33624611343872,47.259542459229756],[9.335730779291133,47.260474949763875],[9.334940947200014,47.26130669626552],[9.334734283101639,47.261813939325314],[9.334644576719812,47.26226527193176],[9.334283346773576,47.26251413684472],[9.333918590217655,47.26322191210513],[9.333934647270155,47.263860445166685],[9.333599918558512,47.26429781134538],[9.33313871798925,47.26526808740959],[9.333432489822377,47.26591103321374],[9.333362144640194,47.266721927690284],[9.33314073110017,47.26737335940068],[9.332753742842312,47.26995505757626],[9.323626758239659,47.282906177057335],[9.32317236734227,47.2830885508953],[9.32235561074996,47.28354651044359],[9.321715187863646,47.28384192567782],[9.321598775307242,47.284216915685484],[9.321354606029944,47.28430951575228],[9.320845082212752,47.2842843491179],[9.319646909831011,47.28508627600374],[9.319217924678382,47.28558558475259],[9.318850216621552,47.28577409706228],[9.318834585244257,47.28622591413219],[9.318652303677599,47.28671485717075],[9.318899667482127,47.287111187166495],[9.318492600549224,47.287496554625136],[9.318313799641258,47.287968026760105],[9.318531798727964,47.28833084958563],[9.31778036648397,47.28890814040965],[9.317768378944509,47.289056660342816],[9.317370622044265,47.28921886944896],[9.316553443148647,47.28915910141289],[9.316405294939333,47.28939223396662],[9.315822231407749,47.289173474319796],[9.315459445240874,47.28930595123134],[9.314708954627884,47.28994486948785],[9.314537911223152,47.28998739269286],[9.314376233829472,47.29037962720953],[9.314464527750838,47.29090407595337],[9.313964598971806,47.291069358733964],[9.313558769626995,47.29144695232576],[9.313395449559565,47.292286606968055],[9.313421219796867,47.292719420112526],[9.313673042035417,47.29286122943289],[9.31279270939403,47.293640108579766],[9.312640433421102,47.29394706019739],[9.312868385086784,47.29425931184615],[9.312800492645618,47.29486565065227],[9.312987218289871,47.295106100869624],[9.31292220680526,47.29531847062017],[9.313184451734603,47.29548073233654],[9.313021602747883,47.29614752024836],[9.313399279806273,47.29659625016809],[9.313806015642122,47.29686161515357],[9.31420603582402,47.29745201526619],[9.314687715948216,47.29789415488838],[9.314575497158183,47.29804494419608],[9.31469297478492,47.29836760835409],[9.31471853722968,47.29892537560422],[9.315237346984402,47.299581145013256],[9.315834495991798,47.300193000279954],[9.316018976999224,47.30082845057103],[9.316068924263323,47.301257496006464],[9.31641426797756,47.30127768442895],[9.317110273226472,47.30174331423496],[9.317113208283105,47.30190970203342],[9.316549798301638,47.3026201699693],[9.315361763368971,47.304761801889995],[9.314962952692015,47.30624996889228],[9.315669032435217,47.30727663705993],[9.315943461636616,47.30776811381398],[9.31640538199205,47.30821434932518],[9.317182937020638,47.30881599088711],[9.318318205966781,47.30952668024837],[9.31750074164818,47.310192002639845],[9.31705326064166,47.31086911229854],[9.31644869249782,47.31157503186507],[9.316062494727333,47.312253640610194],[9.31588794528712,47.31270685801311],[9.315552098657923,47.31320804525877],[9.315470269974403,47.31354407026456],[9.315821315843,47.3136886962607],[9.316313362565348,47.313714201035715],[9.31645202609711,47.31384521516727],[9.316199523531296,47.31441749822703],[9.315457797059363,47.31531037982492],[9.316337990882912,47.3156719373127],[9.316626593686525,47.31571843122146],[9.317026708405177,47.31597489605602],[9.316803206933173,47.316270307011614],[9.316415130450336,47.316481087319616],[9.316116742225269,47.31684495773982],[9.315812616412584,47.31775307317906],[9.31579325149783,47.31803816825038],[9.31528164508554,47.318596177092275],[9.314627333461623,47.31900368058641],[9.314406181422987,47.31921880327951],[9.314032351036781,47.31991723148705],[9.313913637436517,47.32059407386916],[9.313719797797736,47.320735399983754],[9.314199554240249,47.32106882644316],[9.314002598004611,47.3215008238739],[9.313589905950545,47.321583647052776],[9.3122335644303,47.321308669806264],[9.31165707869545,47.32129604367227],[9.310385605608785,47.3214602656125],[9.309795225568294,47.3214766549103],[9.309881319503116,47.32271788717319],[9.31021594499887,47.32290190863108],[9.310160281337506,47.32320949537852],[9.310548771075924,47.32351024867007],[9.310916068842934,47.32406237017893],[9.310976057685483,47.32454192729799],[9.31127704356076,47.32511465589853],[9.31169247727068,47.32530150846131],[9.314390482522695,47.326237816675125],[9.31423444108311,47.32648068951499],[9.315366593387823,47.32698442985477],[9.316104426294002,47.32716709205104],[9.31605789506163,47.32732671589031],[9.317935115041319,47.327445692863165],[9.318523584432018,47.32764087634965],[9.319220611054503,47.32803242758232],[9.320885490884166,47.32845930679185],[9.321548575451937,47.3286687134601],[9.322266772167524,47.32876359466045],[9.322185441822674,47.32895997352415],[9.322982508655993,47.32919329448602],[9.323225072684776,47.32905095370583],[9.324476019842852,47.329403751688666],[9.325550238061016,47.32960805988745],[9.32554240200001,47.32994579547814],[9.32655374307537,47.33021114348944],[9.32705579348153,47.32995000468368],[9.328966475329416,47.33081449510479],[9.333394453783388,47.34077616620955],[9.334666649536524,47.34155866582516],[9.335882951668882,47.34196994607609],[9.33685141040042,47.342503284275004],[9.33737291575979,47.34266430444161],[9.33825817155181,47.34324727872336],[9.339387882796178,47.34385491960181],[9.341670648851828,47.34444537681515],[9.342988906557032,47.344672610263814],[9.344489025097722,47.34482764531897],[9.345657638621558,47.3448515226843],[9.346250256032405,47.34493126467727],[9.345886880945562,47.345699229136606],[9.345600063354077,47.34592044229356],[9.345259182413196,47.34693583541805],[9.34517784377298,47.34747909814682],[9.344831427756226,47.34780976309901],[9.344865686348818,47.348047787023006],[9.344621537002883,47.3486719428666],[9.344346761859887,47.34882581141681],[9.344401021036248,47.34924117714224],[9.343218435141997,47.350196200036],[9.343414273072419,47.350599728384466],[9.343287371523449,47.35115372157155],[9.343702239863175,47.35186744698223],[9.343678506710601,47.35218021204439],[9.344164852977922,47.3523387969833],[9.344746291265064,47.352355411952374],[9.344861349024882,47.3526259750575],[9.345470643558755,47.35292455733014],[9.346585739205487,47.35378257122649],[9.347014164817223,47.35403337488131],[9.347664293674153,47.3541412643137],[9.34970922268142,47.354287984332544],[9.350549302790567,47.35437802938334],[9.35084069413769,47.3545678329225],[9.35129426323095,47.35469763689328],[9.35135145499033,47.35496208993673],[9.35181470449902,47.354959044214],[9.352196541479456,47.35507909389595],[9.352595561643808,47.35504972358002],[9.353133119764774,47.3551673857124],[9.353764925443143,47.35508106722097],[9.35393193303368,47.3551739963084],[9.35443882816883,47.355144574888236],[9.355347050655835,47.355320437160096],[9.357076739978549,47.35551544286853],[9.35719939910977,47.355751013745845],[9.35772919890486,47.35585494628075],[9.35888048506873,47.35647386191161],[9.358815484804042,47.3567166467824],[9.359147730356705,47.35678057481375],[9.359611477057785,47.35701602759382],[9.359958967007168,47.35687544104859],[9.360928028725466,47.356965153989556],[9.361517489406976,47.3573023298045],[9.361958840316081,47.357300895989034],[9.362235677946105,47.35755029403974],[9.362614337783274,47.35733760879529],[9.36280025342918,47.357484570048186],[9.363434428871992,47.35750893971705],[9.363921218559614,47.35762578876567],[9.363929119128509,47.357852552278295],[9.365118986596826,47.358113557909526],[9.365366425977156,47.35836485249123],[9.365157265490023,47.35872600141018],[9.364800110448558,47.35893217209146],[9.364636270862281,47.35942385684746],[9.364218555148197,47.359615633148344],[9.364015199901878,47.360094570310046],[9.363582868456826,47.36034012931658],[9.362769175989225,47.36093003313148],[9.362274095538206,47.36122108685043],[9.362059531239387,47.36205781855411],[9.361702792352009,47.36269220117313],[9.361040864218932,47.36313097865321],[9.360375888184885,47.36398344758035],[9.360243046404209,47.36464188892365],[9.36037921316418,47.36487318349226],[9.361209642571007,47.36571892616196],[9.361398941328083,47.36611343933762],[9.361299227095303,47.3664397467044],[9.36095212145422,47.366582730816404],[9.360335477881874,47.36649152957651],[9.35935833729244,47.366947391688306],[9.359141095646242,47.3674225724438],[9.359040471363802,47.36788318120949],[9.35873898528349,47.36848296653295],[9.358003937559271,47.3690459647722],[9.35803242876827,47.369313015372214],[9.358410176594441,47.37019806281028],[9.358191471670606,47.370606408283834],[9.357817990444952,47.37081633524429],[9.357427985811036,47.37090916130032],[9.356861285194235,47.371308460828644],[9.356847383138888,47.37170181315401],[9.35749217140356,47.37222992488111],[9.35789600135548,47.37234857579756],[9.359354658667113,47.37318972549879],[9.359473007244633,47.37339614385572],[9.358947927277914,47.37432767624745],[9.359007887571915,47.37511997482452],[9.359222470368408,47.37579691581501],[9.35918863254276,47.37628529215303],[9.358853081237767,47.37673240635516],[9.358634858251994,47.377228257447996],[9.35875011480814,47.3779569274172],[9.35870360848501,47.378138790940966],[9.358319692147756,47.378431429445776],[9.357140265121542,47.37871029590329],[9.35656447454759,47.37917110142535],[9.356034729392801,47.37949572695927],[9.35557800751539,47.379680261166136],[9.35468379043055,47.38023538525996],[9.354338070859244,47.38050423590184],[9.353613298277704,47.381373320718765],[9.353140311463145,47.38170341454425],[9.352652313404102,47.38189975529336],[9.352073330827649,47.38193406480959],[9.351154195484336,47.3821178030576],[9.350538989839537,47.3826417490113],[9.35021400690218,47.38310742731041],[9.350737506865332,47.38315634948502],[9.352728081057082,47.3837061376367],[9.353709774092197,47.38402122673861],[9.354661560246091,47.384211999064775],[9.355077581227103,47.38399518921904],[9.35544814487322,47.383653463636016],[9.355734735882832,47.383522722672886],[9.35654741836345,47.38338389262151],[9.357138236452519,47.38382826064726],[9.35727881748309,47.38409800076865],[9.357318210647197,47.38451533368534],[9.357820509000833,47.384887746191275],[9.35900770503821,47.38509367152217],[9.360176862269183,47.384912396366225],[9.360397747644207,47.384933417403445],[9.36138600208231,47.384714528106564],[9.36168354656345,47.384749825847685],[9.362406765829416,47.384618769155146],[9.363140964953157,47.38431468524398],[9.363897811173397,47.384275321918444],[9.364264244024156,47.38434995969655],[9.365488414314433,47.38487705772884],[9.366160170596102,47.38461478925646],[9.367032173500075,47.38466169877009],[9.367336983914788,47.38460413829543],[9.36795121991729,47.38472292120914],[9.368393157141893,47.385054956554214],[9.368797344851032,47.38492088607222],[9.369350406944074,47.38456694148851],[9.370236365728893,47.3844240007027],[9.3710311958609,47.38403463095577],[9.371845105238258,47.383999739717254],[9.372919152968883,47.384494805874944],[9.373359157506094,47.385113119085695],[9.372764197018425,47.386157433679685],[9.373169129760361,47.38638315925284],[9.373908468326977,47.38650808340648],[9.375177198555564,47.38687278562532],[9.375914479765964,47.38693607564531],[9.376714021727134,47.38714886216922],[9.377028482214508,47.38716996348877],[9.37749317908409,47.38668791534991],[9.37767720514379,47.386329922843615],[9.378127229720828,47.386380306334836],[9.37881190512845,47.38674736190108],[9.379288442421425,47.386662107061184],[9.379405329622733,47.38643096325778],[9.379452288037578,47.385329935520275],[9.379376635634108,47.384147242366275],[9.378824944821458,47.38390009040471],[9.378911300792147,47.38343601547456],[9.379274983121638,47.38291653738332],[9.379214272360436,47.38245469090703],[9.378568851999738,47.38213981822178],[9.37811463553033,47.381741558988764],[9.377904318921534,47.38125348836535],[9.378131489895281,47.380809919091874],[9.378675847362928,47.38052167960955],[9.379184851419087,47.38044268952598],[9.379888065340582,47.380431976420255],[9.380364800033108,47.38034646080729],[9.380859893571493,47.380121469049655],[9.381802801015413,47.38000430874847],[9.382239564936413,47.37974703081753],[9.383216692751365,47.379484062162355],[9.383838100156236,47.37943378406822],[9.384404241503134,47.379505623506454],[9.3847793823295,47.37945826618394],[9.385543050414642,47.379202536890176],[9.385805324346473,47.378991831223885],[9.385810395666452,47.37869679697227],[9.385542425450902,47.378044102860734],[9.385676427068827,47.37747720047384],[9.38593534345239,47.37716654918213],[9.386395347064356,47.377080561316546],[9.387210517323512,47.37777560115154],[9.387597543064997,47.377909404618336],[9.38806311759837,47.37790315565195],[9.388788921192171,47.37763517730835],[9.389726448384522,47.377511608897585],[9.390407151839044,47.37765830849118],[9.39067596599233,47.377921434405756],[9.390969598105652,47.37859712150958],[9.391272276004862,47.3790394881311],[9.391935922763395,47.37950715696724],[9.392271744797524,47.37963355197209],[9.392956250115905,47.38003964651726],[9.39363227236377,47.380240649671364],[9.394692859597386,47.38003071036193],[9.395482890261196,47.38004472937624],[9.395680141426768,47.379900628005494],[9.395511225933676,47.37947938003945],[9.395576738596782,47.37914255472327],[9.396622575054602,47.379299700717716],[9.397336638283008,47.379157565082664],[9.398072644460065,47.37891778586362],[9.398249008233032,47.378591088549776],[9.397805175130586,47.37835129169819],[9.39784748979664,47.378003594029074],[9.398891861024973,47.37736645849831],[9.399474185091837,47.377418758354594],[9.400096199040085,47.37810147918887],[9.400799048734704,47.37835933212082],[9.401258990631213,47.37816447578635],[9.401273150062904,47.3779253815174],[9.401002321474461,47.37772839692688],[9.400685610232118,47.37774425181759],[9.400329907702282,47.37740444936804],[9.400594063018543,47.377009966284554],[9.40149357957727,47.37666742822624],[9.402153026017546,47.37663635040696],[9.402776071738472,47.37671981763538],[9.403516269770291,47.37611940091543],[9.40320391009421,47.37578281905895],[9.402233018172419,47.37583221024846],[9.401904931833926,47.375502415264194],[9.402061423760916,47.37489153509261],[9.402604764559378,47.37443164944813],[9.403245680426823,47.37337585350188],[9.403678121451444,47.37322785209437],[9.404320195398872,47.3731872948755],[9.404835360435186,47.37282695315272],[9.405429648695598,47.37255261364959],[9.40621218653447,47.37256670334004],[9.406358153646387,47.3723665806985],[9.405903162706554,47.37200035204685],[9.406250945006493,47.37168633949307],[9.406039663097664,47.37125335928347],[9.407112105604575,47.3711399061874],[9.407787361078311,47.37088989564608],[9.407409792032214,47.37068262111551],[9.408276823668063,47.36997225904872],[9.408619785930888,47.37021497719403],[9.41189334879691,47.368764526120515],[9.414551644415601,47.36885540577436],[9.415044371012955,47.368577044654295],[9.415438907167763,47.368852455885744],[9.41715364047414,47.36941494542704],[9.417949983108848,47.369606032456694],[9.419295953960376,47.3696339438188],[9.420055485366474,47.369171368835104],[9.420752326686667,47.3692671624918],[9.421247515267579,47.3682940718665],[9.421541706531922,47.36805078616844],[9.422194655572351,47.367991639735166],[9.422661095897604,47.368038053545284],[9.423010312619065,47.36847940468034],[9.423933173600462,47.368877902900685],[9.424783668565208,47.36912926414575],[9.425872116760845,47.36956804712679],[9.426127375486422,47.369755202874636],[9.42663685367655,47.36984458007392],[9.427391667069667,47.37019566686256],[9.428198110935758,47.370434265392916],[9.429048501827122,47.370815264336116],[9.43006584120086,47.3710282332538],[9.4303462708101,47.37099822029343],[9.43051485594564,47.37077195658712],[9.430948549154866,47.370865778266435],[9.431127380015319,47.37063375132969],[9.430440619151709,47.37031025119513],[9.430799434802566,47.36977546818035],[9.431101480406431,47.36959657453808],[9.43135920869767,47.36896470941727],[9.431427866019968,47.36831635367953],[9.431037567800464,47.36808883076025],[9.431000777980941,47.36790498882425],[9.430593569737036,47.36769933167534],[9.430946199018269,47.366744919740036],[9.431187632461684,47.36662599415694],[9.43122762827561,47.36602545365108],[9.43165729437585,47.3658004578749],[9.432131371203232,47.365741087086256],[9.432349074556194,47.365534953960136],[9.432240095282305,47.36471574513465],[9.4323741908459,47.36443727944626],[9.43279765854142,47.36418972220773],[9.433137559644393,47.36380579892793],[9.435456823121214,47.360269045814924],[9.437939229936212,47.35650262790326],[9.440090971411337,47.35728003012946],[9.440539093597948,47.35709340449682],[9.440936318306624,47.35675790413825],[9.442414039891556,47.35599765577244],[9.44281949528389,47.35639725439452],[9.443350518782815,47.35658715786788],[9.444783997527592,47.35696370647468],[9.444925894001413,47.3567543846194],[9.44564279769247,47.35621257708808],[9.446498768628675,47.356184751151424],[9.447037327840746,47.35599281766594],[9.447713855162672,47.35540458072612],[9.448228559983502,47.3550508542775],[9.449241572066837,47.354819310507175],[9.449977422673799,47.35436529956834],[9.450001926355545,47.354150495362404],[9.455885972885874,47.351526453788075],[9.45975949997523,47.35008404518159],[9.463346156999503,47.34792455615886],[9.46575407989206,47.34642126272528],[9.471914811903229,47.347046256138455],[9.479238508817446,47.34720603114053],[9.487151643238933,47.35025346224152],[9.502915722728824,47.34743291667435]],[[9.612624828536202,47.44358323941864],[9.613113026008014,47.44369050236856],[9.613277746912038,47.4434350598665],[9.612980277226812,47.443165719618136],[9.61221554254611,47.443283033592174],[9.612624828536202,47.44358323941864]],[[9.36218114638903,47.386784045989344],[9.362317937938478,47.3869050249104],[9.363245070307828,47.38640412436446],[9.362746725787662,47.38601178284108],[9.361781634471601,47.3863843012312],[9.36218114638903,47.386784045989344]]],"type":"Polygon"}}, diff --git a/assets/json/geojson/states_339.geojson b/assets/json/geojson/states_339.geojson index d7ffd009f..fb3041ad2 100644 --- a/assets/json/geojson/states_339.geojson +++ b/assets/json/geojson/states_339.geojson @@ -1,4 +1,4 @@ -{ +{ "type":"FeatureCollection","features":[ {"properties":{"code":"01","name":"Hokkaido"},"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[140.39,42.9221],[140.4171,42.9427],[140.4472,42.9536],[140.5278,43.0015],[140.5301,43.0236],[140.4858,43.0754],[140.4307,43.1417],[140.3609,43.1783],[140.3255,43.2216],[140.3599,43.3158],[140.3464,43.3335],[140.3813,43.3299],[140.4298,43.3293],[140.4601,43.3449],[140.4709,43.3648],[140.4978,43.3727],[140.5135,43.3575],[140.5345,43.3457],[140.5802,43.3103],[140.6371,43.2742],[140.7082,43.2524],[140.735,43.2421],[140.7582,43.2266],[140.7746,43.2059],[140.7923,43.1947],[140.8508,43.1988],[140.9184,43.212],[140.9183,43.2228],[140.9268,43.2277],[140.9787,43.2395],[141.0154,43.2388],[141.0207,43.2225],[141.0029,43.2069],[141.008,43.1954],[141.0292,43.1825],[141.0901,43.1714],[141.1623,43.1439],[141.2363,43.1698],[141.2737,43.1892],[141.3181,43.2205],[141.3736,43.2689],[141.4237,43.3281],[141.4285,43.4153],[141.3938,43.4748],[141.3742,43.4915],[141.3588,43.5174],[141.3607,43.5368],[141.3778,43.5599],[141.3863,43.5889],[141.3828,43.6041],[141.365,43.6176],[141.3521,43.6413],[141.3295,43.7248],[141.3409,43.745],[141.3617,43.7625],[141.3811,43.802],[141.4557,43.8347],[141.4942,43.8365],[141.5336,43.8517],[141.5974,43.885],[141.6445,43.9542],[141.6653,44.0256],[141.6536,44.1408],[141.6511,44.2795],[141.6474,44.3128],[141.6727,44.3243],[141.6939,44.3667],[141.7561,44.4495],[141.7668,44.5535],[141.7861,44.5823],[141.7926,44.6402],[141.7773,44.7586],[141.738,44.8972],[141.5838,45.1606],[141.5681,45.2022],[141.5718,45.2376],[141.6154,45.2831],[141.6407,45.3291],[141.6552,45.353],[141.6573,45.3692],[141.6367,45.3919],[141.6342,45.4029],[141.642,45.4486],[141.6801,45.4211],[141.6866,45.4026],[141.7064,45.3969],[141.764,45.4047],[141.7958,45.4069],[141.8359,45.421],[141.8644,45.4406],[141.8788,45.4957],[141.8923,45.5117],[141.9368,45.5228],[141.9607,45.5111],[141.9693,45.4831],[141.9894,45.465],[142.0193,45.4529],[142.0242,45.4363],[142.0356,45.4155],[142.0512,45.4005],[142.1688,45.3398],[142.2808,45.2279],[142.4103,45.1176],[142.4818,45.0617],[142.5321,45.0283],[142.6316,44.8879],[142.7306,44.7677],[142.7936,44.7159],[142.8616,44.6753],[142.9162,44.6293],[142.9853,44.5628],[143.0455,44.5289],[143.0761,44.5098],[143.1596,44.4648],[143.23,44.424],[143.2686,44.4028],[143.3484,44.3703],[143.3651,44.3358],[143.4289,44.3009],[143.5095,44.27],[143.5625,44.251],[143.6166,44.2301],[143.7809,44.1834],[144.0794,44.1216],[144.19,44.1046],[144.2207,44.1023],[144.2432,44.1135],[144.2509,44.1088],[144.2581,44.0852],[144.2522,44.0618],[144.2548,44.0384],[144.2808,44.0104],[144.2991,43.9816],[144.3287,43.9638],[144.3619,43.9548],[144.4916,43.9268],[144.6647,43.9192],[144.7511,43.9216],[144.7949,43.9311],[144.8344,43.9511],[144.877,43.9832],[144.9104,44.004],[144.9456,44.04],[144.9764,44.062],[144.9888,44.0742],[145.0413,44.1074],[145.0993,44.1489],[145.1214,44.1636],[145.1921,44.1949],[145.2256,44.2478],[145.2812,44.2903],[145.3209,44.3405],[145.3327,44.3453],[145.3444,44.3394],[145.3418,44.3258],[145.3493,44.2942],[145.3676,44.2702],[145.3673,44.2579],[145.3487,44.2228],[145.3061,44.167],[145.2601,44.1332],[145.2404,44.0889],[145.2458,44.0685],[145.2296,44.0455],[145.1417,43.9675],[145.0939,43.8897],[145.0989,43.8592],[145.0888,43.83],[145.0617,43.8047],[145.0594,43.7844],[145.0706,43.7453],[145.0947,43.7242],[145.1389,43.6503],[145.1959,43.5992],[145.2144,43.5778],[145.2387,43.5327],[145.2639,43.4333],[145.2914,43.3844],[145.3175,43.3492],[145.3669,43.3119],[145.3559,43.3125],[145.3326,43.32],[145.3081,43.3317],[145.2987,43.3514],[145.2856,43.3553],[145.2406,43.3595],[145.2284,43.3458],[145.2383,43.3264],[145.2389,43.2992],[145.2525,43.2989],[145.2825,43.3239],[145.3064,43.3089],[145.2917,43.2886],[145.3105,43.2742],[145.3195,43.2817],[145.3309,43.2847],[145.3581,43.2783],[145.3976,43.2661],[145.4603,43.2617],[145.5132,43.2957],[145.5221,43.3066],[145.5547,43.3184],[145.5662,43.3247],[145.5826,43.3468],[145.6389,43.3729],[145.651,43.3916],[145.7215,43.3837],[145.7624,43.3916],[145.8175,43.384],[145.8081,43.3656],[145.7908,43.3614],[145.7486,43.3319],[145.6783,43.3214],[145.6606,43.3206],[145.582,43.2867],[145.5655,43.2825],[145.5495,43.2308],[145.5367,43.1967],[145.5247,43.1736],[145.5024,43.1749],[145.4856,43.1869],[145.4229,43.1889],[145.3426,43.1783],[145.2853,43.17],[145.25,43.1595],[145.2267,43.1417],[145.2089,43.1367],[145.145,43.1445],[145.1136,43.1222],[145.1133,43.0886],[145.1067,43.0795],[145.0819,43.0561],[145.0611,43.04],[145.0256,42.9995],[144.9737,42.9812],[144.9226,42.9806],[144.8774,42.985],[144.8317,43.0145],[144.833,43.0341],[144.8498,43.0456],[144.822,43.0592],[144.7849,43.0553],[144.7452,43.0222],[144.7245,42.9911],[144.7233,42.9759],[144.7473,42.9563],[144.7842,42.9383],[144.7814,42.9336],[144.6795,42.938],[144.6211,42.9511],[144.4394,42.9517],[144.4046,42.9574],[144.3751,42.9792],[144.34,42.9989],[144.3246,43.0045],[144.1695,42.9845],[144.0464,42.9406],[144.0037,42.9195],[143.874,42.8461],[143.6066,42.6492],[143.5259,42.5756],[143.4789,42.5258],[143.3997,42.4314],[143.3223,42.3068],[143.31,42.2608],[143.3081,42.2438],[143.3199,42.2235],[143.3359,42.2018],[143.3361,42.1895],[143.3158,42.1229],[143.3073,42.0756],[143.2947,42.0429],[143.2664,42.015],[143.2486,41.985],[143.2404,41.9478],[143.2487,41.9242],[143.2424,41.924],[143.1637,41.9824],[143.0612,42.0651],[143,42.0861],[142.8152,42.1412],[142.6994,42.1848],[142.632,42.2205],[142.5839,42.2431],[142.5084,42.2671],[142.4642,42.2838],[142.4049,42.3092],[142.2844,42.3719],[142.1912,42.449],[142.1517,42.4639],[142.0798,42.4697],[142.0283,42.4841],[142.0081,42.503],[141.916,42.561],[141.8236,42.6058],[141.7309,42.6258],[141.6308,42.6282],[141.61,42.6272],[141.5601,42.6192],[141.449,42.5881],[141.3433,42.5397],[141.2073,42.4542],[141.1267,42.4208],[141.0758,42.3811],[141.0544,42.3589],[141.0189,42.3287],[141.0095,42.3047],[141.0017,42.3006],[140.9685,42.3077],[140.9473,42.3158],[140.9306,42.3364],[140.9498,42.3475],[140.9639,42.3383],[140.9799,42.3233],[140.9888,42.3303],[140.986,42.3536],[140.9708,42.3553],[140.9176,42.369],[140.9082,42.377],[140.8969,42.425],[140.8734,42.4583],[140.8334,42.4734],[140.779,42.5154],[140.7732,42.5371],[140.7087,42.5831],[140.6456,42.5865],[140.5822,42.5666],[140.533,42.5888],[140.4718,42.5877],[140.3868,42.52],[140.3135,42.4166],[140.2772,42.3208],[140.2767,42.2777],[140.2916,42.2476],[140.3397,42.2268],[140.4092,42.2022],[140.4656,42.1641],[140.4989,42.147],[140.5195,42.1261],[140.5484,42.1136],[140.5864,42.1083],[140.6561,42.1285],[140.6903,42.1263],[140.7419,42.1202],[140.7599,42.1167],[140.7733,42.0854],[140.8036,42.0554],[140.8221,42.033],[140.9049,41.9868],[140.9282,41.9593],[140.9373,41.9371],[140.9596,41.9158],[141.0122,41.8931],[141.0475,41.8931],[141.1192,41.8642],[141.1433,41.8472],[141.1473,41.8303],[141.1781,41.8203],[141.1875,41.8081],[141.185,41.8014],[141.1564,41.7847],[141.1277,41.7889],[141.1081,41.7842],[141.0806,41.7581],[141.0525,41.7347],[141.0359,41.7275],[140.9926,41.7174],[140.9682,41.7095],[140.9509,41.715],[140.9428,41.7292],[140.9248,41.7395],[140.8609,41.759],[140.7839,41.7741],[140.7367,41.7681],[140.7224,41.7444],[140.7014,41.7404],[140.6923,41.7637],[140.7025,41.7757],[140.727,41.7809],[140.727,41.7903],[140.7167,41.8064],[140.6867,41.8205],[140.6433,41.8176],[140.6225,41.8052],[140.6007,41.7414],[140.5486,41.7202],[140.5279,41.701],[140.4625,41.6974],[140.4449,41.6848],[140.4328,41.6517],[140.4284,41.5832],[140.4393,41.5537],[140.4293,41.5349],[140.4089,41.5165],[140.3613,41.5153],[140.3057,41.4918],[140.2617,41.4821],[140.2161,41.41],[140.1962,41.398],[140.1443,41.4286],[140.12,41.4296],[140.0864,41.4203],[140.0408,41.4475],[140.0281,41.4628],[139.9862,41.5514],[139.9817,41.5841],[140.0025,41.6517],[140.0708,41.7669],[140.0708,41.8069],[140.0962,41.8095],[140.1098,41.8039],[140.1242,41.8261],[140.1395,41.8936],[140.1398,41.9286],[140.1195,42.0038],[140.0572,42.0826],[140.0231,42.1151],[139.989,42.1286],[139.9229,42.1331],[139.8956,42.1828],[139.8523,42.2161],[139.7945,42.2317],[139.7745,42.2592],[139.765,42.3114],[139.7808,42.3536],[139.8287,42.3925],[139.8454,42.4282],[139.8431,42.4539],[139.8467,42.5278],[139.8215,42.5917],[139.822,42.6114],[139.8397,42.6239],[139.8686,42.6658],[139.9256,42.6889],[140.0042,42.6864],[140.0415,42.6913],[140.0653,42.7074],[140.0726,42.7254],[140.1429,42.7527],[140.1539,42.7831],[140.1863,42.8244],[140.228,42.8032],[140.2386,42.7928],[140.2412,42.7739],[140.2566,42.767],[140.3018,42.7757],[140.3094,42.7947],[140.3066,42.8278],[140.3482,42.859],[140.39,42.9221]]],[[[141.0598,45.3709],[141.0564,45.3174],[141.0446,45.2974],[141.0464,45.2781],[141.0266,45.2735],[141.0156,45.2846],[141.0256,45.291],[141.0039,45.328],[140.9817,45.38],[140.9842,45.3989],[140.9931,45.4203],[140.9931,45.4267],[140.9824,45.4349],[140.9622,45.4389],[140.9668,45.4649],[141,45.4345],[141.0337,45.4397],[141.0329,45.4609],[141.0493,45.4514],[141.0671,45.4237],[141.0568,45.4093],[141.0537,45.3892],[141.0598,45.3709]]],[[[141.1374,45.17],[141.1422,45.1906],[141.1329,45.2142],[141.1563,45.236],[141.1792,45.2513],[141.1979,45.2592],[141.2247,45.2451],[141.2525,45.2359],[141.3029,45.2157],[141.3245,45.1847],[141.3289,45.1508],[141.2932,45.1233],[141.2733,45.1103],[141.2372,45.0973],[141.1676,45.1357],[141.1374,45.17]]],[[[139.5198,42.1814],[139.5203,42.1361],[139.505,42.0975],[139.485,42.0736],[139.4431,42.0642],[139.42,42.0717],[139.4254,42.1025],[139.417,42.1161],[139.4231,42.1361],[139.4039,42.165],[139.4114,42.1697],[139.4017,42.1781],[139.4155,42.1872],[139.4394,42.2192],[139.4673,42.2167],[139.4756,42.2247],[139.5181,42.2297],[139.5258,42.2356],[139.5364,42.2336],[139.5597,42.2531],[139.5613,42.229],[139.5455,42.2031],[139.5198,42.1814]]]]}}, {"properties":{"code":"02","name":"Aomori"},"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[141.6847,40.4482],[141.6607,40.4271],[141.59,40.4032],[141.5846,40.3709],[141.5394,40.3443],[141.4762,40.3741],[141.4419,40.3707],[141.385,40.3393],[141.3547,40.328],[141.3381,40.3587],[141.3202,40.3699],[141.3015,40.3628],[141.2889,40.3453],[141.268,40.3471],[141.2206,40.3121],[141.1433,40.2974],[141.1059,40.2778],[141.1132,40.2586],[141.1038,40.25],[141.0803,40.2491],[141.0608,40.2304],[141.0295,40.2188],[141.0091,40.2152],[140.9817,40.2193],[140.9584,40.2456],[140.9508,40.2593],[140.958,40.282],[140.9481,40.2861],[140.9514,40.2965],[140.961,40.3035],[140.9765,40.3439],[140.9906,40.345],[140.9974,40.3542],[140.9833,40.4256],[140.8751,40.4166],[140.8753,40.4946],[140.8834,40.5079],[140.852,40.5046],[140.8208,40.4891],[140.8087,40.4473],[140.7982,40.4468],[140.7905,40.4543],[140.7728,40.4511],[140.756,40.4362],[140.7391,40.4371],[140.7362,40.4272],[140.6977,40.4253],[140.6911,40.4166],[140.6575,40.401],[140.6472,40.4009],[140.625,40.4211],[140.5941,40.4336],[140.5653,40.4238],[140.5576,40.4166],[140.5639,40.4078],[140.5533,40.3992],[140.5432,40.401],[140.4848,40.4471],[140.4634,40.4536],[140.4441,40.4471],[140.4368,40.4662],[140.4409,40.4756],[140.4307,40.4797],[140.4022,40.475],[140.3642,40.4754],[140.3386,40.4367],[140.3162,40.4344],[140.2952,40.4436],[140.2514,40.4378],[140.2267,40.4288],[140.1854,40.4395],[140.1105,40.4345],[140.0995,40.4536],[140.0719,40.4661],[140.0328,40.4525],[140.0197,40.4186],[139.9621,40.432],[139.9363,40.4279],[139.9497,40.4968],[139.9399,40.5528],[139.9325,40.5684],[139.9169,40.5862],[139.899,40.5817],[139.8682,40.5842],[139.8606,40.6158],[139.8925,40.6326],[139.951,40.6705],[140.0026,40.7399],[140.0356,40.757],[140.0664,40.7668],[140.0913,40.7581],[140.1088,40.743],[140.1289,40.7401],[140.2014,40.7812],[140.2202,40.7778],[140.2426,40.7851],[140.2639,40.8086],[140.2936,40.8687],[140.3157,40.9476],[140.3214,41.036],[140.3193,41.0935],[140.2843,41.1222],[140.2675,41.1191],[140.249,41.1251],[140.2578,41.1402],[140.2874,41.1381],[140.3027,41.1312],[140.3217,41.1478],[140.3363,41.1897],[140.3311,41.2288],[140.3422,41.2608],[140.3974,41.2344],[140.4314,41.1964],[140.4638,41.1826],[140.4978,41.1897],[140.5394,41.2183],[140.5486,41.2285],[140.604,41.214],[140.6372,41.1865],[140.6435,41.1742],[140.6315,41.0994],[140.6514,41.0026],[140.6882,40.8764],[140.7045,40.8524],[140.7352,40.8306],[140.7522,40.8267],[140.8028,40.835],[140.8632,40.8844],[140.8743,40.9059],[140.8738,40.9368],[140.8634,40.9537],[140.8684,40.982],[140.88,41.0094],[140.8984,41.0071],[140.9558,40.9885],[140.9902,40.9517],[140.9809,40.9306],[141.0181,40.9308],[141.0647,40.9133],[141.0914,40.8795],[141.1042,40.8722],[141.1314,40.8722],[141.152,40.8808],[141.1781,40.9042],[141.2075,40.9447],[141.2364,41.0159],[141.248,41.11],[141.272,41.1354],[141.278,41.1537],[141.2647,41.1973],[141.2414,41.2325],[141.1978,41.2725],[141.1877,41.279],[141.1579,41.2757],[141.1336,41.2433],[141.115,41.2139],[141.0731,41.1996],[141.0574,41.1829],[141.0347,41.1848],[141.0085,41.1977],[140.9801,41.1988],[140.9463,41.174],[140.9187,41.176],[140.8542,41.1611],[140.8237,41.1433],[140.811,41.1276],[140.7825,41.1311],[140.7638,41.1456],[140.7687,41.1718],[140.78,41.2092],[140.7789,41.2528],[140.7989,41.3214],[140.8202,41.3466],[140.8362,41.4168],[140.8559,41.4342],[140.8832,41.4689],[140.8978,41.4769],[140.9087,41.4942],[140.9096,41.5048],[140.8975,41.5255],[140.9128,41.5464],[140.9601,41.5164],[140.9771,41.4971],[141,41.4864],[141.067,41.4822],[141.112,41.463],[141.1331,41.4364],[141.1692,41.4125],[141.1917,41.3878],[141.2656,41.3553],[141.3109,41.3511],[141.3616,41.3653],[141.4014,41.3822],[141.4606,41.4308],[141.4653,41.4292],[141.4639,41.4011],[141.4614,41.3892],[141.4503,41.3739],[141.4417,41.3553],[141.3895,41.1669],[141.3931,41.1025],[141.39,41.0711],[141.3845,40.9714],[141.3875,40.9278],[141.3926,40.8745],[141.4125,40.7575],[141.4306,40.6903],[141.4608,40.6045],[141.4819,40.5697],[141.5022,40.5472],[141.5236,40.5331],[141.542,40.5277],[141.5528,40.53],[141.5645,40.5429],[141.5761,40.5428],[141.588,40.5215],[141.6085,40.5141],[141.6331,40.4951],[141.6375,40.4802],[141.6847,40.4482]]]}},