-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEarthquake.html
452 lines (380 loc) · 313 KB
/
Earthquake.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<title>Sismos en Chile</title>
<script src="site_libs/jquery-1.12.4/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-9.12.0/textmate.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<link href="site_libs/anchor-sections-1.0/anchor-sections.css" rel="stylesheet" />
<script src="site_libs/anchor-sections-1.0/anchor-sections.js"></script>
<script src="site_libs/htmlwidgets-1.5.2/htmlwidgets.js"></script>
<link href="site_libs/leaflet-1.3.1/leaflet.css" rel="stylesheet" />
<script src="site_libs/leaflet-1.3.1/leaflet.js"></script>
<link href="site_libs/leafletfix-1.0.0/leafletfix.css" rel="stylesheet" />
<script src="site_libs/Proj4Leaflet-1.0.1/proj4-compressed.js"></script>
<script src="site_libs/Proj4Leaflet-1.0.1/proj4leaflet.js"></script>
<link href="site_libs/rstudio_leaflet-1.3.1/rstudio_leaflet.css" rel="stylesheet" />
<script src="site_libs/leaflet-binding-2.0.3/leaflet.js"></script>
<link href="site_libs/dygraphs-1.1.1/dygraph.css" rel="stylesheet" />
<script src="site_libs/dygraphs-1.1.1/dygraph-combined.js"></script>
<script src="site_libs/dygraphs-1.1.1/shapes.js"></script>
<script src="site_libs/moment-2.8.4/moment.js"></script>
<script src="site_libs/moment-timezone-0.2.5/moment-timezone-with-data.js"></script>
<script src="site_libs/moment-fquarter-1.0.0/moment-fquarter.min.js"></script>
<script src="site_libs/dygraphs-binding-1.1.1.6/dygraphs.js"></script>
<script src="site_libs/Dygraph.Plugins.Unzoom-1.0/unzoom.js"></script>
<link href="site_libs/font-awesome-5.1.0/css/all.css" rel="stylesheet" />
<link href="site_libs/font-awesome-5.1.0/css/v4-shims.css" rel="stylesheet" />
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre:not([class]) {
background-color: white;
}
</style>
<script type="text/javascript">
if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}
</script>
<style type="text/css">
h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
</style>
<style type="text/css">
/* padding for bootstrap navbar */
body {
padding-top: 51px;
padding-bottom: 40px;
}
/* offset scroll position for anchor links (for fixed navbar) */
.section h1 {
padding-top: 56px;
margin-top: -56px;
}
.section h2 {
padding-top: 56px;
margin-top: -56px;
}
.section h3 {
padding-top: 56px;
margin-top: -56px;
}
.section h4 {
padding-top: 56px;
margin-top: -56px;
}
.section h5 {
padding-top: 56px;
margin-top: -56px;
}
.section h6 {
padding-top: 56px;
margin-top: -56px;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
border-radius: 6px 0 6px 6px;
}
</style>
<script>
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark it active
menuAnchor.parent().addClass('active');
// if it's got a parent navbar menu mark it active as well
menuAnchor.closest('li.dropdown').addClass('active');
});
</script>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
background: white;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "";
border: none;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}
.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>
<!-- code folding -->
</head>
<body>
<div class="container-fluid main-container">
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Derek Corcoran</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<span class="fa fa-gear"></span>
Cursos
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">Cursos</li>
<li>
<a href="Libro/_book/index.html">Curso de R</a>
</li>
<li>
<a href="CursoMulti/_book/index.html">Curso modelos multivariados</a>
</li>
<li>
<a href="AyduantiaStats/_book/index.html">BIO249c</a>
</li>
<li>
<a href="CursoProgramacion/_book/index.html">Curso de Programación</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<span class="fa fa-gear"></span>
Tareas
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="Tarea_2.html">Tarea interactiva 1</a>
</li>
</ul>
</li>
<li>
<a href="DondeVivir.html">Donde vivir</a>
</li>
<li>
<a href="Polen.html">Alergia en Chile</a>
</li>
<li>
<a href="Earthquake.html">Earthquakes in Chile</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<span class="fa fa-gear"></span>
RPackages
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">RPackages</li>
<li>
<a href="SpatialBall.html">SpatialBall</a>
</li>
<li>
<a href="Starting.html">SpatialBall2</a>
</li>
<li>
<a href="VignetteNetworkExt.html">NetworkExtinction</a>
</li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div class="fluid-row" id="header">
<h1 class="title toc-ignore">Sismos en Chile</h1>
</div>
<p>Desde el 10-10-2020 al 09-11-2020, han habido 1 sismos sobre magnitud 5.8 en Chile y sus cercanias. Estos han ocurrido en las localidades de 63 kms al N de La Serena, Chile.</p>
<p>El temblor sobre grado 5.8, mas reciente ocurrio en 28-10-2020, y desde esa fecha han ocurrido un total de 25 sismos.</p>
<p>En el siguiente mapa interactivo, se ven todos los temblores del último año, en este se encuentran en rojo, todos los temblores con una magnitud sobre 6 en la escala de richter y en azul bajo 6. Si te posas sobre cada circulo te mostrará la magnitud de este temblor, y si haces click sobre un circulo, aparecerá el día y hora en que este temblor ocurrio.</p>
<div class="figure">
<div id="htmlwidget-3e147745e5405bc66b2e" style="width:672px;height:480px;" class="leaflet html-widget"></div>
<script type="application/json" data-for="htmlwidget-3e147745e5405bc66b2e">{"x":{"options":{"crs":{"crsClass":"L.CRS.EPSG3857","code":null,"proj4def":null,"projectedBounds":null,"options":{}}},"calls":[{"method":"addTiles","args":["//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",null,null,{"minZoom":0,"maxZoom":18,"tileSize":256,"subdomains":"abc","errorTileUrl":"","tms":false,"noWrap":false,"zoomOffset":0,"zoomReverse":false,"opacity":1,"zIndex":1,"detectRetina":false,"attribution":"© <a href=\"http://openstreetmap.org\">OpenStreetMap<\/a> contributors, <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">CC-BY-SA<\/a>"}]},{"method":"addPolylines","args":[[[[{"lng":[-0.4379,-0.038826,0.443182,0.964534,1.69481,2.35975,3.02542,3.36894,3.95638,4.41458,4.82661,5.08372,5.49469,6.18373,6.6254,7.23729,7.77235],"lat":[-54.8518,-54.6772,-54.4512,-54.8322,-54.399,-54.0374,-53.6507,-53.8341,-54.1267,-54.4303,-54.1616,-54.3093,-54.5429,-54.1145,-53.8142,-54.1012,-54.396]}]],[[{"lng":[7.77235,8.28834,8.79876,9.42869,9.99306,10.5424,10.9748,11.7084,12.2989,12.8951,13.2042,13.7876,14.4633,15.1124,15.428,15.8223,16.9072,17.8063,18.5374,18.7125,19.9938,21.2504,22.5042,23.0753,23.0214,23.8862,24.6851,24.8726],"lat":[-54.396,-54.0326,-53.668,-53.2326,-52.7923,-53.0655,-53.332,-52.7829,-52.375,-51.9629,-52.141,-52.4769,-51.9971,-52.3075,-52.0836,-51.787,-52.1693,-52.4669,-52.7343,-52.5529,-52.8167,-52.9088,-53.0512,-53.0977,-53.2004,-53.3086,-53.4215,-53.3453]}]],[[{"lng":[32.1258,31.8654,31.5885,31.3065,31.0081,30.7046,30.3617,30.006,29.7115,29.3431,28.9688,28.6054,28.4027,28.3122,28.1108,27.4795,27.3704,27.3221,26.7131,26.5129,26.3382,26.1809,25.9869,25.8614,25.6475,25.1797,24.8726],"lat":[-46.9998,-47.2011,-47.6822,-48.1627,-48.5871,-49.0106,-49.2155,-49.6108,-49.9335,-50.507,-51.1373,-51.7716,-52.2771,-52.54,-52.9037,-52.7708,-52.673,-52.5472,-52.378,-52.6201,-53.065,-53.4288,-53.5818,-53.4799,-53.41,-53.4441,-53.3453]}]],[[{"lng":[32.1258,33.1739,33.3585,33.54,33.8184,33.9824,34.0869,34.2672,34.5037,34.704,34.8682,35.0145,35.1819,35.6603,35.9729,36.3029,36.6774,37.0855,37.5083,38.0827],"lat":[-46.9998,-47.2644,-46.8055,-46.3464,-45.9791,-46.0812,-46.0899,-46.2123,-46.2216,-45.9714,-45.4657,-45.1058,-44.8555,-44.866,-44.9607,-44.9665,-44.9197,-44.8043,-44.8753,-44.6188]}]],[[{"lng":[38.0827,38.1937,38.3383,39.0729,39.2673,39.4588,40.5058,41.5578,41.6859,41.812,42.4686,42.5719,42.6737,42.774,42.8729,44.0092,44.023,44.6858,44.716,45.3027,45.3318,46.0744,46.1602,46.2444,47.1353,48.0234,48.0171,48.6326,49.0344,49.0366,49.9451,49.9622,50.8233,50.827,51.5548,52.2827,52.3106,52.338,52.9023,53.4665,53.4706,54.2161,54.2551,55.2747,55.301,55.6987,55.7379,56.4006,57.0607,57.0912,57.1223,57.153,57.8,58.4563,58.5299,59.1667,59.188,60.0054,60.7628,60.7473,60.7624,60.7864,60.8102,61.5322,61.5176,62.1619,62.1351,62.7462,62.703,63.2112,63.1942,63.6211,63.6037,64.4669,65.3321,65.3475,66.359,66.373,67.129,67.1555,67.424,67.4333,67.9622,67.9791,68.6219,68.5979,68.8197,68.8294,69.15,69.1379,69.4603,69.49,69.9595],"lat":[-44.6188,-44.401,-44.0547,-44.1648,-43.7257,-43.2862,-43.4376,-43.5794,-43.1174,-42.6553,-42.7299,-42.2602,-41.7904,-41.3205,-40.8505,-40.915,-40.6708,-40.6911,-40.3689,-40.3659,-40.1085,-40.119,-39.4945,-38.8699,-38.7637,-38.6507,-38.478,-38.0142,-37.9999,-37.7917,-37.7902,-37.5968,-37.5799,-37.4507,-37.4415,-37.4322,-36.7973,-36.1624,-36.153,-36.1409,-35.5167,-35.3024,-34.5416,-34.5605,-34.2872,-34.235,-33.6528,-33.6268,-33.5542,-32.835,-32.3028,-31.7706,-31.722,-31.691,-31.0553,-31.0497,-30.5671,-30.5607,-30.5315,-30.0145,-29.999,-29.4652,-28.9313,-28.9199,-28.7772,-28.8114,-28.4896,-28.4585,-28.1525,-28.164,-28.0214,-28.0388,-27.8313,-27.8175,-27.8122,-27.5141,-27.5145,-27.2811,-27.2692,-26.8674,-26.8699,-26.5715,-26.583,-26.2906,-26.2625,-26.1206,-26.141,-26.0089,-25.9933,-25.7843,-25.7822,-25.6762,-25.6512]}]],[[{"lng":[58.2392,57.8675,57.6392,57.7327,57.8096,57.6891,57.4775,57.3015,57.299,57.1397,56.9688,57.0372,56.9031,56.7616,56.8188,56.2652],"lat":[12.7455,13.0023,13.1377,13.309,13.4509,13.5225,13.643,13.74,13.7718,13.8476,13.9372,14.0681,14.1407,14.2076,14.3021,14.6232]}]],[[{"lng":[68.2738,67.8113,68.0731,67.6424,68.039,67.5648,67.0896,67.378,66.9195,66.46,66.7874,66.1674,66.4182,65.6978,66.033,66.3692,65.8205,66.2097,65.9278,66.2076,66.4883,66.8882,67.2902,67.3827,67.033,67.4105,66.7081,66.1428,65.5424,65.0073,65.2639,65.5217,66.0333,66.428,66.7513,67.0404,67.3095,67.593,67.7679,67.8967,68.2125,68.5592,68.2768,68.6529,69.2017,68.7967,69.1621,69.5577,69.8497,69.4016,69.6804,69.9393,69.5921,70.0896,69.9595],"lat":[-6.8109,-7.2525,-7.64768,-8.02709,-8.49189,-8.8814,-9.27031,-9.62999,-9.99041,-10.3502,-10.762,-11.21,-11.559,-12.0185,-12.4258,-12.8327,-13.2681,-13.7773,-13.9791,-14.3387,-14.698,-15.2696,-15.8215,-15.9419,-16.1389,-16.6587,-17.0901,-17.4501,-17.783,-18.0579,-18.4432,-18.8281,-19.5775,-20.0783,-19.8703,-20.2181,-20.0725,-20.3689,-20.28,-20.469,-20.2907,-20.7119,-20.8777,-21.4495,-22.0877,-22.387,-22.8305,-23.3731,-23.7087,-24.0396,-24.3686,-24.6785,-24.9701,-25.4825,-25.6512]}]],[[{"lng":[-29.7698,-29.335,-29.2971,-29.2603,-29.1881,-29.1472,-29.0904,-29.0495,-28.9819,-28.9505,-28.8946,-28.8529,-28.7812,-28.7454,-28.6863,-28.666,-28.6192,-28.5665,-28.4836,-28.4522,-28.4204,-28.3955,-28.3649,-28.3421,-28.2919,-28.2155,-28.1199,-28.0588,-27.9546,-27.7933,-27.7223,-27.6797,-27.6061,-27.5588,-27.4844,-27.2394,-27.2033,-27.1743,-27.129,-27.0895,-27.0289,-27.0068,-26.9408,-26.9006,-26.8299,-26.718,-26.6474,-26.6141,-26.5323,-26.4943,-26.4166,-26.3787,-26.3021,-26.1714,-26.0752,-26.0432,-25.9162,-25.8081,-25.7341,-25.6984,-25.6332,-25.5384,-25.4638,-25.4265,-25.3547,-25.2671,-25.1013,-24.9835,-24.9315,-24.8915,-24.8451,-24.8164,-24.7748,-24.7332,-24.6669,-24.7022,-24.7379,-24.7495,-24.6805,-24.6345,-24.5541,-24.5002,-24.4337,-24.3846,-24.3111,-24.2554,-24.1461,-24.0456,-23.5697,-22.8933,-22.216,-21.5072,-20.7973,-20.2403,-19.6823,-18.618,-18.1244,-17.5843,-16.742,-15.8415,-15.3865,-15.1427,-14.4109,-13.6754,-12.9035,-12.1424,-11.5854,-10.9233,-10.4287,-9.97685,-9.54521,-8.78455,-8.03122,-7.19261,-6.73029,-6.06375,-6.03973,-6.00024,-5.80797,-5.39658,-5.07226,-4.70562,-4.05645,-3.78187,-3.74936,-3.29595,-2.89332,-2.57291,-1.99172,-1.51624,-0.747757,0.003047,0.667028,1.24471,1.97018,2.37988,3.45358,4.29653,5.14204,5.97383,6.78405],"lat":[39.3996,39.315,39.2554,39.2502,39.2786,39.2937,39.3232,39.3382,39.3656,39.3789,39.412,39.3725,39.2993,39.2626,39.2144,39.179,39.1208,39.1299,39.1558,39.1339,39.0927,39.058,39.0204,38.9931,38.9394,38.9524,38.9685,38.9827,39.0041,38.9998,38.9416,38.9136,38.8635,38.8363,38.7824,38.7796,38.6999,38.6658,38.607,38.5706,38.4911,38.4635,38.4003,38.3601,38.2782,38.4202,38.3576,38.324,38.2554,38.2225,38.1493,38.1164,38.0468,38.036,37.9655,37.9355,37.8386,37.8783,37.8159,37.7902,37.7225,37.8181,37.7517,37.7185,37.6633,37.7692,37.6463,37.6441,37.6091,37.5839,37.5519,37.5328,37.5001,37.4673,37.411,37.3519,37.2733,37.2174,37.1267,37.0946,37.0172,36.9707,36.9105,36.8633,36.7925,36.781,36.7885,36.7548,36.6459,36.702,36.7543,36.8197,36.8809,36.9543,37.0251,37.307,37.4657,37.5034,37.4354,37.2966,37.2117,37.0206,37.2101,37.395,36.8638,36.3276,35.8512,36.0984,36.3916,36.6514,36.4296,36.0509,35.6675,35.2729,35.0633,34.7839,34.5174,34.2634,34.0191,33.985,34.0783,34.0681,34.1993,35.0136,35.5962,35.8577,36.0184,36.1053,35.8985,35.7709,35.7757,35.904,36.0723,36.2823,36.5026,36.5942,36.8509,36.9695,37.0821,37.154,37.3219]}]],[[{"lng":[6.78405,7.21517,7.80465,8.26517,8.62697,8.94209,9.26382,9.70015,10.0893,10.3732],"lat":[37.3219,37.3203,37.3582,37.4675,37.7896,38.2117,38.341,38.4698,38.5717,38.685]}]],[[{"lng":[10.3732,10.6091,10.8274,11.1176,11.3626,11.6589,11.7777,12.0574,12.4335,12.7076,13.3137,13.8115,14.1139,14.5145],"lat":[38.685,38.8209,38.9939,39.0672,39.0748,39.0327,38.9344,38.8781,38.8487,38.6004,38.6105,38.625,38.6953,38.7653]}]],[[{"lng":[14.5145,15.1752,15.4993,15.6387,15.5511,15.4207,15.3444,15.3751],"lat":[38.7653,38.2924,38.4014,38.2993,38.1136,37.8857,37.6152,37.3401]}]],[[{"lng":[15.3751,15.8319,16.2365,16.8237,17.1676,17.4195,17.6117,17.7731,17.8447,18.0307,18.0857,18.0621,17.9599],"lat":[37.3401,37.2743,37.3088,37.3985,37.5026,37.7008,37.9929,38.2855,38.4615,38.5162,38.7941,39.0063,39.1696]}]],[[{"lng":[17.9599,18.3644,18.895,19.5844,20],"lat":[39.1696,38.9474,38.6942,38.2716,37.9075]}]],[[{"lng":[58.2392,58.0174,57.7963,57.576,57.3564,57.1375,56.9192,56.9775,57.0289,57.2606,57.4906,58.063,58.0184,58.2625,58.1476,58.4302,58.2514,58.6106,58.9183,58.88,59.3092,59.2197,59.6997,60.1789,60.0383,60.6701,61.1417,61.6573,61.5293,61.9997,62.4568,63.0023,62.8678,63.3307,63.3882,63.8192,63.8898,64.6181,64.6822,65.2128,65.489,65.9626,66.3795,66.1794,65.9923,66.3328,66.6728,66.4925,66.8698,66.6573,67.1594,66.8392,67.2089,67.0231,67.662,67.3671,67.9291,67.7884,68.249,67.8921,68.2702,68.6672,68.3485,68.751,68.1985,68.6069,68.2191,67.7823,68.2738],"lat":[12.7455,12.2835,11.8213,11.3589,10.8963,10.4336,9.97076,9.85724,9.85747,9.68141,9.94156,9.53244,9.45008,9.29259,9.08978,8.86262,8.6469,8.40075,8.16694,8.09719,7.76825,7.67308,7.31217,6.95076,6.76686,6.30983,5.90952,5.48967,5.26156,4.91131,4.52272,4.10805,3.89294,3.63067,3.70015,3.48212,3.60222,3.21695,3.29895,2.92078,3.29907,2.9715,2.752,2.39253,2.052,1.85871,1.62094,1.33138,1.06795,0.722009,0.337135,-0.03884,-0.33984,-0.577879,-1.0396,-1.43996,-1.91296,-2.08765,-2.54022,-2.888,-3.35132,-3.77068,-4.11762,-4.54877,-5.04193,-5.47188,-5.89099,-6.25933,-6.8109]}]],[[{"lng":[-46.7658,-46.6476,-46.5287,-46.5887,-46.4982,-46.4072,-46.5202,-46.3907,-46.3182,-46.2243,-46.1844,-46.0932,-46.0015,-45.9398,-45.7737,-45.557,-45.4187,-45.5152,-45.3853,-45.2483,-45.1574,-45.0658,-45.0239,-44.9245,-45.6993,-46.4758,-46.1961,-46.1188,-45.7915,-45.4988,-45.296,-45.0917,-44.8989,-44.8163,-44.8666,-44.687,-44.5059,-44.3831,-44.2031,-44.0217,-43.9423,-43.5632,-43.4828,-43.0882,-43.0373,-42.7286,-42.1364,-41.7857,-41.4304,-41.1836,-40.71,-40.5526,-40.1293,-39.6999,-39.586,-39.3993,-38.5972,-37.7975,-37.6776,-37.5328,-37.3364,-37.2446,-37.0461,-36.8618,-36.7846,-36.6231,-36.3731,-35.5584,-34.7464,-34.4595,-34.3354,-34.1424,-34.0568,-33.9816,-33.7717,-33.5947,-33.3135,-33.2246,-33.0049,-32.9431,-32.7077,-32.6456,-32.3946,-32.2826,-31.5164,-31.3713,-31.0706,-30.6055,-30.4301,-30.1714,-29.9091,-29.7698],"lat":[15.4506,16.0187,16.5868,16.6067,17.0865,17.5663,17.5883,18.422,18.4215,18.9351,18.9319,19.3773,19.8227,19.8022,20.618,20.5958,21.2217,21.2465,21.8223,21.8064,22.3898,22.9731,22.9632,23.6459,23.7836,23.9174,24.5974,24.5904,25.2542,25.1918,25.6367,26.0814,26.0554,26.27,26.2796,26.7668,27.2538,27.2355,27.6713,28.1069,28.1049,28.8108,28.8021,29.4691,29.4714,30.0697,29.9733,30.6056,31.237,31.1941,31.8173,31.8025,32.444,33.0841,33.0673,33.7676,33.637,33.5012,33.7362,33.7052,34.1362,34.1238,34.5669,34.5542,34.7122,34.6929,35.2798,35.1477,35.0102,35.6246,35.616,36.0794,36.0713,36.2212,36.185,36.7422,36.691,36.9408,36.9159,37.0654,37.0333,37.1763,37.1369,37.3915,37.2823,37.7049,37.6802,38.4025,38.3883,38.888,39.3871,39.3996]}]],[[{"lng":[-46.7658,-45.9475,-45.13,-45.1362,-45.1423,-45.0614,-45.0493,-45.0373,-44.262,-44.2775,-43.8845,-43.9026,-43.9206,-43.4482,-42.9758,-42.5035,-42.0313,-41.5592,-41.0871,-41.0829,-40.8615,-40.8648,-40.6402,-40.6522,-40.1196,-40.1408,-39.6608,-39.1808,-38.7009,-38.221,-38.2065,-37.5356,-36.8648,-36.8514,-36.0577,-36.0469,-35.3665,-35.3629,-34.4937,-33.6244,-33.6203,-33.5136,-33.5068,-32.978,-32.9198,-32.8617,-32.387,-31.9122,-31.4374,-30.9625,-30.8868,-30.8113,-30.7358,-30.0269,-29.9203,-29.2096,-28.3465,-27.8309,-27.3153,-26.474,-26.2887,-25.6591,-25.0294,-24.8206,-24.6117,-24.0507,-23.4897,-22.9355,-22.3813,-21.5437,-21.0168,-20.4899,-19.6747,-18.8497,-18.3693,-17.8889,-17.3229,-16.7569,-16.4982,-16.2522,-16.0372,-15.8406,-15.5652,-15.4103,-14.6594,-13.9087,-13.158,-12.9298,-12.7014,-12.1641,-11.9989,-11.8336,-12.0293,-11.8975,-11.7655,-12.0968,-12.0386,-12.1445,-12.0185,-11.6044,-11.5161,-11.1669,-11.0222,-11.2671,-11.1805,-11.9933,-12.8068,-13.621,-13.4894,-13.3574,-13.1911,-13.023,-13.2482,-13.1663,-13.3151,-13.1736,-13.0313,-13.5243,-14.0177,-14.5115,-15.0058,-14.9077,-14.8611,-14.791,-14.5501,-14.4102,-14.5996,-14.5391,-14.4784,-13.6428,-13.4352,-13.2261,-13.3835,-13.2386,-13.7702,-14.3024,-14.2381,-14.3688,-14.2242,-14.0786,-13.5189,-12.9598,-12.8598,-12.7593,-12.4772,-12.3703,-12.2626,-11.9446,-11.8522,-11.9708,-11.7632,-12.0066,-11.8495,-11.9359,-11.8192,-12.3643,-12.9102,-12.8511,-13.3398,-13.8293,-13.6637,-13.5703,-13.4259,-13.2801,-13.8106,-13.6632,-14.0485,-13.8156,-13.6896,-13.4823,-13.2716,-12.7456,-12.5326],"lat":[15.4506,15.3604,15.2673,14.6467,14.0261,13.9917,13.3358,12.6799,12.6256,12.1008,12.0854,11.5062,10.927,10.9055,10.8832,10.8602,10.8365,10.8121,10.7869,9.97939,9.97269,9.38937,9.37285,8.8406,8.81526,8.21537,8.19726,8.17858,8.15934,8.13953,7.70334,7.67935,7.65432,7.40089,7.36342,7.02322,6.93495,6.61393,6.61577,6.6176,6.10421,6.07619,5.64946,5.64716,4.80377,3.96038,3.9859,4.01114,4.03611,4.06081,3.25477,2.44874,1.64269,1.60709,0.797401,0.848907,0.953033,1.00748,1.06184,1.15918,0.498136,0.556165,0.614126,-0.244593,-1.10331,-1.03387,-0.964324,-0.880401,-0.79639,-0.680222,-0.588493,-0.496709,-0.333378,-0.176113,-0.072752,0.030609,0.149605,0.268587,0.298947,-0.5562,-0.519631,-1.1432,-1.07324,-1.49342,-1.30094,-1.10824,-0.915345,-1.50722,-2.09908,-1.94545,-2.40025,-2.85504,-3.01345,-3.49273,-3.97199,-4.10303,-4.58743,-4.60882,-5.02557,-4.94231,-5.41504,-5.37706,-5.93021,-6.02023,-6.75542,-6.96082,-7.16482,-7.3674,-7.88908,-8.41071,-8.37401,-9.22523,-9.27648,-9.79444,-9.82468,-10.6231,-11.4215,-11.5387,-11.6551,-11.7706,-11.8853,-12.339,-12.3196,-12.6562,-12.577,-13.2181,-13.2655,-13.7366,-14.2077,-14.0355,-14.8494,-15.6632,-15.6882,-16.2117,-16.3229,-16.4327,-16.7645,-16.777,-17.3859,-17.9946,-17.893,-17.7898,-18.2872,-18.7845,-18.7465,-19.3409,-19.9353,-19.8248,-20.2784,-20.2991,-21.1759,-21.2091,-21.7351,-21.7522,-22.1534,-22.2671,-22.379,-22.6298,-22.7302,-22.8292,-23.5442,-23.5143,-24.1458,-24.7771,-24.8874,-25.648,-25.7376,-26.5856,-26.5644,-27.4429,-28.321,-28.2133,-28.9409]}]],[[{"lng":[-12.5326,-13.2624,-13.9902,-13.8201,-13.7159,-13.5428,-13.3666,-13.4988,-13.3714,-13.2453,-13.883,-14.5229,-14.4461,-14.3668,-14.7018,-14.5151,-15.2741,-15.0834,-15.2659,-15.1,-16.0274,-16.9619,-17.7032,-17.4191,-17.0847,-17.4404,-17.3331,-17.2335,-17.5331,-17.3878,-17.0505,-16.7985,-16.361,-16.0438,-15.9651,-15.9224,-16.4146,-16.4698,-16.8674,-16.8166,-16.7436,-16.678,-16.3316,-16.2146,-16.4299],"lat":[-28.9409,-29.098,-29.251,-29.8515,-29.828,-30.4913,-31.1567,-31.1791,-31.6612,-32.1432,-32.2745,-32.4002,-32.8976,-33.4989,-33.5691,-34.0434,-34.2376,-34.6898,-34.7702,-35.1824,-35.3431,-35.4994,-35.6633,-36.0684,-36.4724,-36.5623,-36.9436,-37.3744,-37.4724,-38.0251,-38.4467,-38.4012,-38.5584,-38.8834,-39.3516,-39.6807,-39.79,-40.2729,-40.3663,-40.7897,-41.1763,-41.5191,-41.8065,-42.3377,-42.8677]}]],[[{"lng":[-16.4299,-16.3296,-16.2445,-16.0856,-15.9242,-15.7603,-15.5939,-14.894,-14.7155,-13.81,-13.5715,-13.3251,-12.6102,-11.8982,-11.1892,-10.4834,-10.2958,-10.1045,-9.90926,-9.70992,-8.92248,-8.13908,-8.02211,-7.96086,-7.63767,-7.43284,-7.15851,-6.15983,-5.16942,-4.94334,-4.71279,-4.47762,-4.23767,-3.95559,-3.44688,-2.91952,-2.37231,-1.3822,-0.914655,-0.4379],"lat":[-42.8677,-43.387,-43.6835,-44.1319,-44.58,-45.0279,-45.4756,-45.3714,-45.8985,-45.7972,-46.6878,-47.5778,-47.4714,-47.3605,-47.2452,-47.1256,-47.6487,-48.1715,-48.6939,-49.216,-49.0912,-48.961,-49.2826,-49.2702,-50.0587,-50.0013,-50.6096,-50.4171,-50.2161,-50.6749,-51.1333,-51.5912,-52.0486,-51.9788,-52.764,-53.5469,-54.3274,-54.0533,-54.4535,-54.8518]}]],[[{"lng":[69.9595,70.4086,70.6654,70.9943,71.1354,71.58,71.7166,72.0656,72.0084,72.4626,72.9202,73.1227,73.3995,73.5342,73.9685,74.4058,74.1922,74.5917,74.994,74.9376,75.5539,75.3641,75.5149,75.3926,75.7972,76.2045,76.1481,76.6894,76.3948,76.8124,77.2334,77.6578,78.0858,77.3518,77.9166,78.4879,78.4423,78.8035,78.2011,78.6899,79.1839,78.6063,78.0213,78.7061,78.1815,78.5293,78.0731,78.3839,78.0024,78.4254,77.8245,78.4837,78.6586,79.3191,79.99,80.4635,80.9315,81.752,82.5877,83.439,83.8533,84.2631,84.6686,85.0697,85.4665,85.8592,86.402,86.9497,87.5023,88.0599,88.4884,89.0106,89.537,90.0677,90.6027,91.142,91.6857,92.2337,92.7862,93.3431,93.9044,94.4702,95.0405,94.9257,95.8064,96.6975,96.2738,95.842,96.458,97.0797,97.7072,98.3404,98.9794,99.6243,100.202,100.817,101.436,102.06,102.688,103.321,103.959,104.601,105.247,105.898,106.554,106.692,107.486,108.285,108.24,109.351],"lat":[-25.6512,-26.0604,-25.9124,-26.1873,-26.0831,-26.4544,-26.3857,-26.656,-26.7182,-27.1462,-27.5728,-27.4458,-27.655,-27.5698,-27.9442,-28.3173,-28.5413,-28.9035,-29.2645,-29.3284,-29.8394,-30.0058,-30.1176,-30.2401,-30.5735,-30.9057,-30.9704,-31.4649,-31.7191,-32.09,-32.4595,-32.8276,-33.1942,-33.8383,-34.3238,-34.8067,-34.8423,-35.1612,-35.6831,-36.098,-36.5109,-36.9983,-37.4829,-38.0006,-38.3932,-38.6592,-39.0049,-39.262,-39.5385,-39.9049,-40.326,-40.8664,-40.8722,-41.384,-41.8919,-41.5119,-41.1299,-41.7225,-42.3091,-42.8896,-42.5506,-42.2101,-41.8682,-41.5249,-41.1802,-40.8341,-41.1288,-41.421,-41.7105,-41.9974,-41.6859,-41.9442,-42.2002,-42.4538,-42.7049,-42.9534,-43.1994,-43.4428,-43.6836,-43.9217,-44.1571,-44.3897,-44.6195,-44.8053,-45.1414,-45.4707,-45.9963,-46.5203,-46.7718,-47.02,-47.2648,-47.5061,-47.7439,-47.9781,-47.2665,-47.4654,-47.661,-47.8533,-48.0421,-48.2275,-48.4093,-48.5877,-48.7624,-48.9335,-49.1009,-48.8414,-49.0146,-49.1823,-49.2587,-49.5235]}]],[[{"lng":[109.351,110.472,110.868,111.129,111.363,111.666,112.967,114.024,114.362,115.5,115.988,116.256,116.635,117.523,118.194,118.547,119.366,120.273,120.516,120.842,121.555,121.437,121.866,122.224,122.553,122.797,123.013,123.328,123.771,124.007,124.213,124.607,124.992,125.125,125.262,125.896,126.074,126.264,126.434,126.861,127.313,127.243,127.196,127.143,128.312,129.412,130.569,131.256,131.515,132.261,133.465,134.245,135.026,135.246,136.226,136.946,137.7,138.401,139.11,139.645,139.733,139.813,140.323,140.4,140.478,140.584,140.659,141.451,142.25,143.778,144.282,145.401,146.881],"lat":[-49.5235,-49.779,-49.8289,-49.8004,-49.9297,-50.0838,-50.2004,-50.3877,-49.8778,-49.9743,-49.8517,-49.5404,-49.2709,-49.6199,-49.8648,-49.8017,-49.9384,-50.036,-49.5243,-48.8896,-49.0056,-49.6202,-49.7355,-49.8462,-49.8116,-49.7286,-49.5424,-49.5847,-49.1216,-48.9058,-48.8476,-48.9835,-49.1528,-49.3581,-49.5983,-49.7171,-49.4014,-49.0443,-48.6297,-48.6977,-48.7639,-49.2939,-49.6429,-49.9761,-50.1592,-50.348,-50.5249,-50.6037,-50.2222,-50.2228,-50.3055,-50.3475,-50.3842,-50.2093,-50.2476,-50.2204,-50.2336,-50.2311,-50.2558,-50.2794,-51.1739,-51.8376,-51.7983,-52.2743,-52.7502,-53.5044,-53.8854,-54.0528,-54.2149,-54.2343,-54.7985,-54.7555,-54.6953]}]],[[{"lng":[146.881,147.043,147.206,147.373,147.545,147.721,147.902,148.076,148.806,149.15,149.398,149.652,150.006,150.733,151.008,151.29,152.473,153.639,154.294,154.981,155.701,156.457,157.97,159.44,160.865,161.228],"lat":[-54.6953,-55.1749,-55.6536,-56.1321,-56.6104,-57.0884,-57.5662,-57.5271,-57.4358,-58.1044,-58.5518,-58.9988,-59.5704,-59.4753,-59.9442,-60.4126,-60.1764,-59.9299,-60.6813,-61.4294,-62.1738,-62.9143,-62.4781,-62.0259,-61.5586,-61.4567]}]],[[{"lng":[-76.0062,-76.6746,-77.6607,-77.764,-77.9902,-78.2065,-78.8933,-79.5858,-80.2811,-81.1065,-81.9346,-82.1377,-82.3507,-82.5089,-83.4475,-83.4538,-83.6037,-83.7162,-83.8269,-84.487,-85.1484,-86.2401,-87.3364,-87.4171,-88.4467,-89.2496,-90.054,-90.0876,-90.7391,-91.391,-91.4756,-91.5122,-91.5483,-91.6035,-91.6579,-92.3397,-93.0225,-93.0748,-93.9963,-94.0931,-94.1298,-94.9095,-95.6889,-96.5515,-97.4131,-97.4017,-98.4167,-99.5318,-100.645,-101.286,-101.926,-102.565,-103.202,-103.998,-104.793,-105.391,-105.988,-106.666,-107.343,-108.071,-108.797,-109.259],"lat":[-45.6585,-45.6427,-45.7605,-45.5885,-45.0916,-44.4111,-44.5449,-44.6655,-44.7819,-44.876,-44.9641,-44.404,-43.639,-42.8607,-42.9815,-42.873,-42.2225,-41.6737,-41.1247,-41.1909,-41.2533,-41.3925,-41.5213,-41.2729,-41.3187,-41.3781,-41.4319,-41.0585,-41.0823,-41.1025,-40.7319,-40.2824,-39.8329,-39.3493,-38.8656,-38.9184,-38.9673,-38.4294,-38.4823,-37.717,-37.0006,-36.9851,-36.9646,-36.9209,-36.871,-36.2936,-36.1928,-36.1332,-36.0632,-35.997,-35.9274,-35.8544,-35.7781,-35.6944,-35.6055,-35.5236,-35.4388,-35.3935,-35.3445,-35.2404,-35.1319,-34.5446]}]],[[{"lng":[-180,-179.197,-178.793,-177.926,-177.072,-175.729,-175.07,-174.418,-173.709,-172.517,-171.3,-170.043,-169.839,-169.109,-168.379,-167.513,-166.608,-166.199,-165.149,-163.921,-163.001,-162.061,-161.338,-160.43,-159.888,-158.703,-158.394,-157.601,-156.717,-156.022,-155.254,-154.324,-154.181,-153.661,-152.943,-152.119,-151.329,-150.382,-149.809,-149.264,-148.276,-147.692,-147.167,-146.681,-145.979,-145.412,-144.857,-144.482,-143.324,-142.086,-141.211,-140.325,-140.041,-139.545,-139.191,-139.578,-139.253,-138.799,-138.338,-137.89,-137.522,-136.59,-136.18,-135.307,-134.205,-132.87,-132.126,-131.375,-130.059,-129.345,-128.624,-127.231,-126.8,-126.197,-125.077,-124.262,-123.442,-122.655,-121.862,-121.635,-121.228,-120.663,-119.685,-118.581,-118.313,-118.037,-117.661,-118.977,-118.875,-118.422,-118.12,-117.824,-117.522,-117.225,-116.802,-116.388,-115.233,-114.556,-113.875,-113.745,-113.528,-113.315,-113.131,-112.95,-112.685,-112.426,-112.675,-112.55,-112.381,-112.216,-111.971,-111.73,-111.538,-111.349,-110.954,-110.832,-110.754,-110.677,-110.533,-110.391,-111.27,-111.268,-111.067,-110.869,-110.668,-110.471,-110.739,-110.715,-110.579,-110.895,-110.877,-110.827],"lat":[-65.749397,-65.9859,-66.1632,-65.8623,-65.6069,-65.1825,-65.505,-65.8352,-65.5061,-64.9783,-64.3564,-64.8585,-64.7637,-64.2448,-63.7303,-63.106,-62.49,-62.6056,-63.007,-63.4667,-62.9675,-62.3936,-62.6144,-62.9233,-62.5954,-63.0044,-62.7885,-63.07,-63.324,-62.9525,-62.4327,-61.7762,-61.8361,-61.3992,-60.8407,-60.1575,-59.4694,-59.7176,-59.3141,-58.8221,-58.13,-57.5547,-57.6379,-57.3076,-56.6686,-56.2277,-55.7842,-55.9103,-56.2625,-56.6193,-56.8392,-57.0528,-56.7722,-56.2678,-55.7249,-55.6146,-55.2509,-54.7123,-54.141,-53.5679,-53.6878,-53.9067,-53.3957,-53.643,-53.8871,-54.2371,-54.4323,-54.6229,-54.9314,-55.1286,-55.3215,-55.5654,-55.0641,-55.1382,-55.4541,-55.5873,-55.715,-55.8731,-56.0262,-55.8321,-55.2189,-54.4098,-54.6416,-54.8185,-54.3503,-53.6908,-53.1241,-52.8974,-52.7524,-52.212,-51.7718,-51.3309,-50.8747,-50.4178,-49.8934,-49.3675,-49.5892,-49.721,-49.8489,-49.3574,-48.841,-48.3242,-47.7733,-47.2221,-46.5385,-45.8544,-45.8327,-45.4942,-44.9378,-44.3811,-43.7738,-43.1659,-42.6833,-42.2004,-42.2487,-41.3555,-40.7597,-40.1638,-39.5749,-38.9858,-38.9785,-38.8776,-38.276,-37.6741,-37.0423,-36.4102,-36.3578,-36.2186,-35.8301,-35.7967,-35.3191,-35.0908]}]],[[{"lng":[161.228,161.975,162.579,163.202,163.773,164.275,164.768,165.103,165.653,165.969,166.62,166.858,167.55,168.277,168.708,169.238,169.605,170.068,170.441,171.009,171.64,172.164,172.52,173.631,174.242,174.814,175.162,175.582,176.063,176.549,176.819,177.338,177.889,178.24,178.759,179.381,179.963,180],"lat":[-61.4567,-61.763,-62.2128,-62.6599,-62.4746,-62.3219,-62.1772,-62.0772,-62.4727,-62.6676,-63.0869,-63.2206,-62.9712,-62.7732,-62.6321,-62.4461,-62.6762,-62.9724,-63.1488,-63.4473,-63.8072,-64.0974,-64.2561,-64.7379,-64.5079,-64.3149,-64.1741,-63.984,-64.1878,-64.4101,-64.506,-64.7362,-64.9749,-65.0791,-65.274,-65.4773,-65.7385,-65.749397]}]],[[{"lng":[-180,-179.197,-178.793,-177.926,-177.072,-175.729,-175.07,-174.418,-173.709,-172.517,-171.3,-170.043,-169.839,-169.109,-168.379,-167.513,-166.608,-166.199,-165.149,-163.921,-163.001,-162.061,-161.338,-160.43,-159.888,-158.703,-158.394,-157.601,-156.717,-156.022,-155.254,-154.324,-154.181,-153.661,-152.943,-152.119,-151.329,-150.382,-149.809,-149.264,-148.276,-147.692,-147.167,-146.681,-145.979,-145.412,-144.857,-144.482,-143.324,-142.086,-141.211,-140.325,-140.041,-139.545,-139.191,-139.578,-139.253,-138.799,-138.338,-137.89,-137.522,-136.59,-136.18,-135.307,-134.205,-132.87,-132.126,-131.375,-130.059,-129.345,-128.624,-127.231,-126.8,-126.197,-125.077,-124.262,-123.442,-122.655,-121.862,-121.635,-121.228,-120.663,-119.685,-118.581,-118.313,-118.037,-117.661,-118.977,-118.875,-118.422,-118.12,-117.824,-117.522,-117.225,-116.802,-116.388,-115.233,-114.556,-113.875,-113.745,-113.528,-113.315,-113.131,-112.95,-112.685,-112.426,-112.675,-112.55,-112.381,-112.216,-111.971,-111.73,-111.538,-111.349,-110.954,-110.832,-110.754,-110.677,-110.533,-110.391,-111.27,-111.268,-111.067,-110.869,-110.668,-110.471,-110.739,-110.715,-110.579,-110.895,-110.877,-110.827],"lat":[-65.749397,-65.9859,-66.1632,-65.8623,-65.6069,-65.1825,-65.505,-65.8352,-65.5061,-64.9783,-64.3564,-64.8585,-64.7637,-64.2448,-63.7303,-63.106,-62.49,-62.6056,-63.007,-63.4667,-62.9675,-62.3936,-62.6144,-62.9233,-62.5954,-63.0044,-62.7885,-63.07,-63.324,-62.9525,-62.4327,-61.7762,-61.8361,-61.3992,-60.8407,-60.1575,-59.4694,-59.7176,-59.3141,-58.8221,-58.13,-57.5547,-57.6379,-57.3076,-56.6686,-56.2277,-55.7842,-55.9103,-56.2625,-56.6193,-56.8392,-57.0528,-56.7722,-56.2678,-55.7249,-55.6146,-55.2509,-54.7123,-54.141,-53.5679,-53.6878,-53.9067,-53.3957,-53.643,-53.8871,-54.2371,-54.4323,-54.6229,-54.9314,-55.1286,-55.3215,-55.5654,-55.0641,-55.1382,-55.4541,-55.5873,-55.715,-55.8731,-56.0262,-55.8321,-55.2189,-54.4098,-54.6416,-54.8185,-54.3503,-53.6908,-53.1241,-52.8974,-52.7524,-52.212,-51.7718,-51.3309,-50.8747,-50.4178,-49.8934,-49.3675,-49.5892,-49.721,-49.8489,-49.3574,-48.841,-48.3242,-47.7733,-47.2221,-46.5385,-45.8544,-45.8327,-45.4942,-44.9378,-44.3811,-43.7738,-43.1659,-42.6833,-42.2004,-42.2487,-41.3555,-40.7597,-40.1638,-39.5749,-38.9858,-38.9785,-38.8776,-38.276,-37.6741,-37.0423,-36.4102,-36.3578,-36.2186,-35.8301,-35.7967,-35.3191,-35.0908]}]],[[{"lng":[-0.4379,-1.03898,-1.60588,-1.61369,-2.07998,-2.89625,-3.72024,-4.05601,-4.69061,-4.67546,-4.69342,-5.44832,-6.05679,-6.09431,-6.13025,-6.53815,-6.99917,-7.01278,-7.00902,-7.52477,-8.60685,-9.88532,-11.1897,-12.6489,-13.9543,-15.0689,-15.9715,-16.0047,-16.2258,-16.41,-16.9169,-17.667,-18.06,-18.1233,-18.4325,-18.5472,-18.6464,-19.3705,-19.5812,-20.651,-21.7186,-22.9137,-24.1069,-25.0935,-26.0709],"lat":[-54.8518,-55.019,-55.1293,-55.6529,-55.6568,-55.7072,-55.7399,-55.7694,-55.8072,-56.2102,-56.5916,-56.627,-56.6721,-56.9823,-57.2402,-57.27,-57.3176,-57.6172,-57.8694,-57.9204,-57.9888,-58.0915,-58.1577,-58.2406,-58.3173,-58.3904,-58.4388,-58.4593,-58.7672,-59.0984,-59.0982,-59.1289,-59.1526,-59.5093,-59.5423,-59.9376,-60.25,-60.2891,-60.8108,-60.7817,-60.7441,-60.7232,-60.6917,-60.545,-60.391]}]],[[{"lng":[-76.4833,-76.6257,-76.7565,-76.9898,-77.024,-76.9255,-76.6497,-76.321,-75.9972,-75.9581,-76.0062],"lat":[-52.0684,-51.3775,-50.7289,-49.8446,-49.1923,-48.5065,-47.8746,-47.4777,-47.0799,-46.422,-45.6585]}]],[[{"lng":[65.0282,64.1615,63.3656,62.5806,61.9554,61.3646,60.8696,60.3741,59.6026,58.7157,57.8316,57.3454,57.1214,57.057,56.9921,56.8753,56.4233,55.6618,54.7283,53.8601,53.2406,52.5038,51.912,51.283,50.9981,51.0573,50.4526,49.974,49.4919,49.2649,49.036,48.4892,48.1702,47.7702,47.4107,46.6076,45.9177,45.5052,45],"lat":[24.3824,24.3498,24.2854,24.283,24.0869,24.122,24.1775,24.2315,24.3113,24.3633,24.4427,24.7884,25.5518,26.0485,26.5452,27.3007,27.3685,26.9471,26.6679,26.7173,27.1213,27.5611,27.9573,28.4873,29.0719,29.578,30.1031,30.4532,30.8016,31.2117,31.6214,32.2374,32.3082,32.3111,32.4479,32.8874,33.3905,33.8933,34.5906]}]],[[{"lng":[104.576,104.981,105.59,106.123,106.345,106.827,107.379,107.836,108.363,109.067,109.626,110.159,110.615,111.015,111.523,112.17,112.563,113.204,113.756,114.41,115.013,115.571,116.174,116.853,117.576,118.236,118.75,119.27,119.841,120.451,120.886],"lat":[-8.16657,-8.5688,-8.92628,-9.23956,-9.37105,-9.66517,-9.89028,-10.0528,-10.1777,-10.3276,-10.3713,-10.4399,-10.4773,-10.4773,-10.5772,-10.652,-10.758,-10.8702,-10.9636,-11.0882,-11.1505,-11.2189,-11.275,-11.331,-11.3372,-11.3869,-11.3621,-11.3932,-11.4616,-11.5238,-11.4925]}]],[[{"lng":[120.886,121.11,121.783,122.627,123.217,123.96,124.734,125.159,125.482,125.869,126.333,126.853,127.43,127.9,128.376,129.106,129.861,130.54,130.933,131.415],"lat":[-11.4925,-11.4927,-11.4118,-11.1878,-10.9948,-10.7081,-10.39,-10.159,-9.98405,-9.78401,-9.59637,-9.38984,-9.22077,-9.13307,-9.09547,-9.02027,-8.92625,-8.7256,-8.56249,-8.26747]}]],[[{"lng":[131.415,131.867,132.431,132.689],"lat":[-8.26747,-7.6612,-6.98943,-6.68099]}]],[[{"lng":[159.803,160.327,160.74,161.129,161.228],"lat":[-60.0055,-60.5039,-61.0526,-61.3842,-61.4567]}]],[[{"lng":[166.951,167.1,167.368,167.688,168.081,168.488,168.77],"lat":[-44.9871,-44.8262,-44.6478,-44.466,-44.3297,-44.166,-44.0215]}]],[[{"lng":[168.77,169.136,169.647,170.103,170.638,170.995,171.277,171.473,171.859,172.593,173.126,173.724,174.304,174.988,175.503],"lat":[-44.0215,-43.8453,-43.5943,-43.3578,-43.0879,-42.9318,-42.743,-42.6755,-42.6156,-42.483,-42.3917,-42.2908,-42.2013,-42.1219,-42.0593]}]],[[{"lng":[-180,-179.811,-179.371,-179.044,-178.641,-178.539,-178.413,-178.294,-178.208,-177.981,-177.81,-177.666,-177.649,-177.538,-177.301,-177.108,-176.919,-176.69,-176.547,-176.339,-176.153,-176.078,-175.995,-175.885,-175.785,-175.545,-175.4,-175.423,-175.415,-175.382,-175.297,-175.261,-175.229,-175.209,-175.102,-174.985],"lat":[-37.160662,-36.793,-36.179,-35.5423,-35.0218,-34.7058,-34.4854,-34.2413,-33.8459,-33.5795,-33.1908,-32.6959,-32.2028,-31.9574,-31.7932,-31.4517,-31.0374,-30.6779,-30.3215,-29.8808,-29.4691,-29.0653,-28.6971,-28.2638,-27.7843,-27.318,-26.8569,-26.4372,-26.0248,-25.7295,-25.4257,-25.1425,-24.8362,-24.4719,-24.0701,-23.7499]}]],[[{"lng":[175.503,176.081,176.673,177.123,177.607,178.015,178.284,178.566,178.792,178.95,179.125,179.215,179.366,179.569,179.838,180],"lat":[-42.0593,-41.91,-41.756,-41.6566,-41.4997,-41.1879,-40.8071,-40.424,-40.087,-39.6848,-39.2296,-38.8885,-38.538,-38.2045,-37.4758,-37.160662]}]],[[{"lng":[-180,-179.811,-179.371,-179.044,-178.641,-178.539,-178.413,-178.294,-178.208,-177.981,-177.81,-177.666,-177.649,-177.538,-177.301,-177.108,-176.919,-176.69,-176.547,-176.339,-176.153,-176.078,-175.995,-175.885,-175.785,-175.545,-175.4,-175.423,-175.415,-175.382,-175.297,-175.261,-175.229,-175.209,-175.102,-174.985],"lat":[-37.160662,-36.793,-36.179,-35.5423,-35.0218,-34.7058,-34.4854,-34.2413,-33.8459,-33.5795,-33.1908,-32.6959,-32.2028,-31.9574,-31.7932,-31.4517,-31.0374,-30.6779,-30.3215,-29.8808,-29.4691,-29.0653,-28.6971,-28.2638,-27.7843,-27.318,-26.8569,-26.4372,-26.0248,-25.7295,-25.4257,-25.1425,-24.8362,-24.4719,-24.0701,-23.7499]}]],[[{"lng":[-174.985,-174.842,-174.663,-174.489,-174.323,-174.139,-173.952,-173.818,-173.703,-173.551,-173.403,-173.218,-173.053,-172.97,-172.874,-172.786,-172.698,-172.591,-172.54,-172.445,-172.374,-172.335,-172.311,-172.307,-172.3,-172.331,-172.355,-172.428,-172.602,-172.774,-172.939,-173.13,-173.273,-173.407],"lat":[-23.7499,-23.5126,-23.2205,-22.9058,-22.6169,-22.2898,-21.9153,-21.5263,-21.2476,-20.8926,-20.5862,-20.204,-19.7788,-19.4608,-19.071,-18.7769,-18.4832,-18.1523,-17.9348,-17.6766,-17.2706,-16.9629,-16.7157,-16.3319,-16.041,-15.732,-15.5611,-15.3734,-15.1514,-15.033,-14.8669,-14.7848,-14.6967,-14.584]}]],[[{"lng":[-177.419,-177.448,-177.552,-177.657,-177.793,-178.017,-178.248,-178.482,-178.713,-178.966,-179.074,-179.226,-179.393,-179.515,-179.74,-180],"lat":[-24.1051,-24.242,-24.7196,-25.1971,-25.9755,-26.7672,-27.3765,-27.9855,-28.6927,-29.4983,-29.7924,-30.3553,-30.9968,-31.3328,-31.751,-32.30415]}]],[[{"lng":[180,179.98,179.657,179.345,178.996,178.681,178.403,177.89,177.507,177.049,176.77,176.509,176.241,175.995,175.932,175.609,176.074,175.868,175.537,175.324,175.012,174.632,174.763,174.945,175.503],"lat":[-32.30415,-32.3467,-33.0187,-33.6016,-34.246,-34.7863,-35.1612,-35.9174,-36.461,-37.1022,-37.485,-37.8849,-38.2869,-38.6742,-38.7623,-39.2297,-40.0461,-40.3108,-40.5983,-40.7906,-40.9786,-41.1571,-41.5656,-41.7569,-42.0593]}]],[[{"lng":[-177.419,-177.448,-177.552,-177.657,-177.793,-178.017,-178.248,-178.482,-178.713,-178.966,-179.074,-179.226,-179.393,-179.515,-179.74,-180],"lat":[-24.1051,-24.242,-24.7196,-25.1971,-25.9755,-26.7672,-27.3765,-27.9855,-28.6927,-29.4983,-29.7924,-30.3553,-30.9968,-31.3328,-31.751,-32.30415]}]],[[{"lng":[-176.346,-175.865,-175.309,-174.754,-174.083,-173.836],"lat":[-14.634,-14.4781,-14.4066,-14.3339,-14.3791,-14.5338]}]],[[{"lng":[-173.836,-173.407],"lat":[-14.5338,-14.584]}]],[[{"lng":[138.972,139.205,139.439,139.809,140.07,140.328,140.566,140.798],"lat":[-1.6075,-2.09261,-2.57768,-3.17775,-3.64451,-4.04505,-4.5857,-5.10959]}]],[[{"lng":[140.798,140.847,141.483,142.231,142.956,143.569,144.136,144.74,145.249,145.666,146.398,146.918,146.954],"lat":[-5.10959,-5.14497,-5.7274,-5.98645,-6.29475,-6.55817,-6.81309,-7.02342,-7.37364,-7.66091,-8.10254,-8.41044,-8.59828]}]],[[{"lng":[148.587,149.314,149.86,150.146,150.663,151.148,151.519,151.876,152.257,152.653,153.107,153.519,153.93],"lat":[-7.39451,-7.03217,-6.93936,-6.88149,-6.69359,-6.44252,-6.21031,-5.92553,-5.7549,-5.64024,-5.74072,-5.94643,-6.265]}]],[[{"lng":[153.93,154.225,154.54,154.927],"lat":[-6.265,-6.50689,-6.81779,-7.29284]}]],[[{"lng":[154.927,155.454],"lat":[-7.29284,-7.48875]}]],[[{"lng":[155.454,155.812,156.047,156.296],"lat":[-7.48875,-7.70595,-7.88376,-8.17405]}]],[[{"lng":[148.587,148.733,148.944,149.148,149.334,149.609,149.866,150.173,150.555,150.917,151.307,151.68,152.062,152.411,152.685,152.959,153.108,153.17,153.237,153.255],"lat":[-7.39451,-7.47525,-7.60693,-7.66468,-7.66492,-7.62419,-7.61219,-7.629,-7.68698,-7.75724,-7.85219,-7.95532,-8.10364,-8.26014,-8.38779,-8.54419,-8.68401,-8.78265,-8.88951,-9.18615]}]],[[{"lng":[151.654,151.545,151.005,150.466,150.245,149.676,149.133,148.751,148.207,147.539,146.954],"lat":[-9.76005,-9.67589,-9.68138,-9.68686,-9.94531,-9.80087,-9.35255,-9.56973,-9.21176,-8.88649,-8.59828]}]],[[{"lng":[156.296,156.467,156.706,156.782,156.858,156.935,157.049,157.177,157.241,157.317,157.419,157.572,157.648,157.724,157.827,157.916,157.992,158.056,158.145,158.273,158.388,158.478,158.58,158.709,158.773,158.85,158.926,159.003,159.068,159.119,159.17,159.221,159.285,159.362,159.439,159.503,159.58,159.644,159.708,159.772,159.837,159.914,159.978,160.068,160.132,160.21,160.287,160.364,160.493,160.544,160.622,160.725,160.776,160.867,160.931,160.996,161.06,161.125,161.202,161.306,161.384,161.461,161.552,161.72,161.798,161.901,162.018,162.109,162.225,162.354,162.484,162.626,162.833,163.053,163.195,163.311,163.505,163.699,163.854,163.996,164.151,164.267,164.409,164.512,164.641,164.758,164.901,165.07,165.252,165.396,165.514,165.621,165.715,165.77,165.838,165.894,165.909,165.952,166.02,166.09,166.132,166.154],"lat":[-8.17405,-8.3819,-8.5629,-8.60178,-8.61536,-8.64158,-8.70619,-8.74562,-8.7843,-8.82313,-8.9002,-8.96515,-9.00394,-9.06805,-9.10708,-9.15863,-9.21004,-9.24866,-9.31285,-9.39006,-9.44177,-9.48058,-9.50679,-9.54586,-9.55904,-9.58499,-9.6236,-9.64952,-9.68801,-9.72641,-9.7648,-9.82854,-9.87969,-9.93092,-9.96945,-10.0206,-10.0844,-10.1229,-10.1739,-10.1997,-10.2507,-10.2765,-10.3149,-10.3787,-10.417,-10.4681,-10.5192,-10.5702,-10.6341,-10.6723,-10.7233,-10.787,-10.8379,-10.9142,-10.9651,-11.0287,-11.0541,-11.1304,-11.1685,-11.194,-11.2321,-11.2448,-11.2829,-11.3209,-11.3589,-11.3968,-11.422,-11.4345,-11.4216,-11.4212,-11.4208,-11.3823,-11.356,-11.3106,-11.2908,-11.2647,-11.2381,-11.1987,-11.1848,-11.1583,-11.1443,-11.1179,-11.0913,-11.0903,-11.1143,-11.1637,-11.2002,-11.2869,-11.4113,-11.5487,-11.6864,-11.8875,-12.1266,-12.3157,-12.5171,-12.744,-12.8703,-13.0721,-13.2608,-13.5126,-13.6763,-13.7794]}]],[[{"lng":[166.154,166.161,166.204,166.234,166.25,166.252,166.268,166.271,166.262,166.213,166.228,166.217,166.193,166.209,166.225,166.227,166.27,166.285,166.34,166.395,166.45,166.506,166.562,166.604,166.659,166.728,166.81,166.868,166.95,167.059,167.155,167.171,167.215,167.245,167.275,167.32,167.35,167.394,167.424,167.455,167.486,167.504,167.521,167.607,167.68,167.727,167.812,167.886,167.943,168.003,168.075,168.16,168.191,168.263,168.335,168.396,168.512,168.585,168.645,168.705,168.776,168.879,168.996,169.054,169.143,169.215,169.288,169.32,169.419,169.491,169.577,169.719,169.835,169.95,170.036,170.109,170.221,170.321,170.42,170.547,170.66,170.745,170.842,170.939,171.037,171.162,171.288,171.385,171.496,171.62,171.703,171.854,171.95,172.06,172.197,172.278,172.361,172.439],"lat":[-13.7794,-13.8276,-13.9913,-14.1805,-14.3447,-14.4205,-14.5594,-14.6859,-14.8885,-15.0413,-15.1296,-15.2437,-15.3454,-15.4337,-15.5599,-15.6737,-15.7993,-15.8875,-15.9749,-16.0875,-16.1874,-16.3,-16.4378,-16.538,-16.6251,-16.7372,-16.8363,-16.9866,-17.0982,-17.209,-17.3074,-17.3955,-17.5206,-17.6335,-17.759,-17.9219,-18.0221,-18.1472,-18.2473,-18.3601,-18.4855,-18.6113,-18.7118,-18.8859,-19.0477,-19.2356,-19.3716,-19.5332,-19.6322,-19.769,-19.8926,-20.0031,-20.0903,-20.2012,-20.3246,-20.4737,-20.6457,-20.7815,-20.8926,-21.0162,-21.1015,-21.261,-21.4198,-21.5055,-21.6401,-21.725,-21.8225,-21.9092,-21.9801,-22.0522,-22.1236,-22.2298,-22.3499,-22.4447,-22.5157,-22.5873,-22.6442,-22.7017,-22.7591,-22.8274,-22.8838,-22.9166,-22.9486,-22.968,-22.9998,-23.0299,-23.0724,-23.0915,-23.1096,-23.1268,-23.1464,-23.1491,-23.1553,-23.173,-23.1763,-23.1707,-23.1775,-23.1781]}]],[[{"lng":[-61.5534,-62.1765,-62.8467,-63.3598,-63.7601,-64.3436,-65.1285,-65.694,-66.2594,-67.0405,-67.5313,-68.0218,-68.8528,-69.4148,-69.9775,-70.6265,-71.2771,-71.8044,-72.3322,-73.2385,-73.9942,-74.7486,-75.2388,-75.7287,-76.3564,-76.9834,-77.6726,-78.3607,-79.011,-79.6604,-80.2095,-80.7579,-81.2563,-81.7541,-81.6893,-81.6248,-82.2442,-82.8646,-83.7058,-84.2479,-84.9097,-85.6714,-86.3195,-86.9661,-87.7228,-88.351,-88.8764,-89.3716,-89.718,-90.0373,-90.426,-90.8103,-90.898],"lat":[18.9589,19.2752,19.5743,19.6915,19.7242,19.7794,19.8329,19.8288,19.8246,19.7543,19.7213,19.687,19.589,19.6961,19.8015,20.0022,20.2005,20.2665,20.331,20.2913,20.1659,20.0372,19.9902,19.9419,19.8453,19.7465,19.6228,19.4965,19.3815,19.2642,19.1597,19.0536,18.9598,18.8647,18.3332,17.8016,17.6907,17.6257,17.4809,17.344,17.1066,16.911,16.6945,16.4759,16.2506,15.9583,15.6222,15.215,14.8151,14.3923,13.9172,13.3941,12.5837]}]],[[{"lng":[-90.898,-90.2927,-89.619,-88.9197,-88.319,-87.8901,-87.4621,-86.9749,-86.648],"lat":[12.5837,12.5426,12.2948,11.9992,11.6968,11.3967,11.0959,10.5473,10.235]}]],[[{"lng":[-63.8782,-63.2327,-62.6409,-62.1579,-61.5422,-60.9266,-60.4573,-59.9882,-59.1214,-58.6392,-58.1571],"lat":[10.5316,10.5091,10.4818,10.4585,10.4273,10.3949,10.3453,10.2951,10.22,10.1902,10.1597]}]],[[{"lng":[-58.1571,-57.7617,-57.5326,-57.4238,-57.4681,-57.568,-57.7107,-57.7906,-57.9132,-58.2884,-58.5263,-58.6661,-58.6919,-58.8011,-58.824,-59.0883,-59.4648,-59.819,-60.0513,-60.2784,-60.5338,-60.729,-60.912,-61.5534],"lat":[10.1597,10.6345,11.1438,11.6612,12.4273,13.1016,13.874,14.4989,14.8642,15.15,15.2839,15.4116,15.7703,15.9911,16.397,16.9121,17.2431,17.5484,17.8225,18.191,18.5131,18.5946,18.8885,18.9589]}]],[[{"lng":[-90.898,-91.3079,-91.7186,-92.0632,-92.2724,-92.5992,-92.9619,-93.3094,-93.6558,-94.0552,-94.5422,-94.8729,-95.117,-95.4663,-95.7986,-96.219,-96.727,-97.2174,-97.6914,-98.1657,-98.5878,-99.0281,-99.4347,-99.806,-100.336,-100.867,-101.703,-102.432,-103.2,-103.792,-104.191,-104.406,-104.725,-105.043,-105.247],"lat":[12.5837,12.8322,13.0801,13.2712,13.2233,13.498,13.7221,13.7932,14.0161,14.2221,14.4786,14.6998,14.8866,15.0902,15.2765,15.3609,15.3601,15.3584,15.508,15.6399,15.7715,15.9191,16.134,16.298,16.4424,16.6363,17.0256,17.2799,17.6155,17.92,18.1383,18.209,18.3684,18.6216,18.7619]}]],[[{"lng":[-105.586,-105.399,-105.367,-105.398,-105.357,-105.32,-104.69,-104.563,-104.437,-104.181,-103.927,-103.772,-103.875,-103.807,-103.739,-103.628,-103.598,-104.296,-104.296,-104.258,-104.229,-103.595,-102.961,-102.81,-102.659,-102.558,-102.457,-102.32,-102.184,-102.259,-102.199,-102.219],"lat":[17.8808,17.7679,17.0308,16.2605,15.5576,15.1076,15.2745,14.6722,14.0698,13.3284,12.5868,11.8904,11.8723,11.4045,10.9366,10.2746,10.1232,10.0171,9.17474,8.45574,8.34001,8.37048,8.39993,7.79085,7.18172,6.35535,5.52897,4.65326,3.77753,3.75071,3.45816,3.23869]}]],[[{"lng":[-99.7389,-99.657,-98.9175,-98.8886,-98.3674,-97.8463,-97.5512,-97.5851,-96.88,-96.175,-96.1202,-95.2241,-95.1982,-94.4044,-93.6107,-92.9279,-92.2451,-92.0902,-92.1183,-91.5376,-91.5608,-90.6973,-90.6632,-89.7836,-88.9041,-88.0245,-87.145,-86.2656,-85.3861,-85.3494,-84.5759,-84.5713,-84.5667,-84.4671,-83.9225,-83.3779,-82.8064,-82.875,-82.875,-82.875,-82.875,-82.875,-82.875,-82.8749,-82.8748],"lat":[2.26882,2.19007,2.11218,2.21253,2.14463,2.07656,2.08841,1.89824,1.88568,1.87283,2.23785,2.22175,2.50694,2.43994,2.37248,2.29988,2.22695,2.19975,1.99009,2.01117,1.81659,1.73615,1.12041,1.0729,1.02514,0.977144,0.928909,0.880462,0.831804,1.64441,1.59812,2.06618,2.53424,3.11226,3.13869,3.16485,3.11792,3.5949,4.07188,4.56303,5.05417,5.83296,6.56231,7.11804,7.36639]}]],[[{"lng":[65.0282,65.4921,65.9578,66.5296,67.1044,67.2681,67.2526,67.2478,67.3322,67.3421,67.2397,67.2767,67.3011,67.8492,68.3105,68.6795,69.0855,69.8806,70.0995,70.1783,70.258,70.101,69.9425,70.4394,70.9421,71.392,71.8474,72.4591],"lat":[24.3824,24.6201,24.8564,25.1787,25.4987,25.9839,26.5184,27.0854,27.9115,28.4041,28.5731,29.3768,29.7948,30.0735,29.878,29.209,29.0959,29.2618,29.8402,30.423,31.0057,31.4594,31.913,32.431,32.9471,33.4768,34.0048,34.6822]}]],[[{"lng":[72.4591,73.0296,73.5933,74.3142,75.0894,75.6749,75.722,76.521,77.0067,77.6407,78.0762,78.4224,78.9118,79.1969,79.7898,80.2265,80.5465,81.043,81.361,82.2004,82.9354,83.6667,84.1585,84.6491,85.6219,86.2515,86.4809,86.8204,87.2186,87.745,88.32,89.2821,89.7724,90.3294,91.258,91.7812,92.3047,93.2334,93.5704,94.189,94.8287,95.4657,96.2345,96.7916,97.3484],"lat":[34.6822,34.1759,33.6669,33.1594,32.8806,32.1894,31.6333,31.1537,30.7376,30.558,30.2261,29.8869,29.6776,29.3934,29.1428,29.093,28.975,28.7902,28.4135,28.1669,27.8815,27.5929,27.4519,27.3091,27.1704,27.0946,26.7372,26.6683,27.022,26.9089,26.885,27.0268,26.8472,26.937,27.0075,27.0329,27.0564,27.1165,27.1098,27.5008,27.9182,28.1832,28.1349,28.1099,28.0826]}]],[[{"lng":[125.679,126.457,127.181,127.634,128.05,128.519,128.955,129.595,130.2,131.263,132.483,133.267,134.017,134.854,135.595,135.962,136.758,137.368,138.523,138.963,139.381,140.33,141.242,142.503,143.731,144.344,144.932],"lat":[78.1326,77.6844,77.2341,76.6425,76.0501,75.4945,74.938,74.4788,74.0179,73.3715,72.6946,72.2815,71.8654,71.2683,70.6916,70.5295,69.9536,69.6349,69.0423,68.4765,67.9097,67.4472,66.9794,66.6537,66.3181,65.8035,65.2865]}]],[[{"lng":[-15.7156,-15.4245,-15.0245,-14.7339,-14.4479,-14.2367,-14.0364,-13.8924,-13.3957,-12.9046,-12.2549,-12.0094,-11.6689,-11.3563,-11.8649,-12.3591,-12.1057,-11.7138,-11.3695,-10.356,-9.39339,-7.94124,-7.37469,-6.89992,-6.33268,-5.91711,-5.69853,-5.15729,-4.74125,-4.36039,-4.07245,-3.69231,-2.93661,-2.39894,-1.74252,-0.975025,-0.392476,0.281065,0.900715,1.99058,2.78103,3.60937,4.2999,4.96961,5.58598,6.05514,6.78173,7.07072,7.391,7.79122,8.15023,8.38583,8.65212,8.83803,8.95698,9.03691,9.13963,9.20295,9.20769,9.15258,9.13259,8.98399,8.78099,8.63037,8.46028,8.2122,7.94643,7.84163,7.60333,7.59292,7.51523,7.48044,7.55713,7.56302,7.61545,7.62226,7.67201,7.809,7.88003,7.77119,7.82691,7.78484,6.77554,5.59209,4.69068,3.85706,3.43173,3.90068,4.39026,3.29588,2.37761,1.4866,0.627928,-0.250723,-0.968769,-1.76559,-2.34079,-1.68388,-2.94156,-3.36375,-2.77949,-2.41413,-3.45411,-4.64116,-4.15208,-3.90911,-5.03297,-4.53664,-3.79607,-3.69993,-5.00975,-5.86541,-7.2124,-6.2343,-5.15419,-4.14804,-3.20433,-2.36257,-1.20617,-0.469122,0.404991,1.30114,2.23513,3.02402,3.84819,4.03467,4.50755,5.1775,6.6654,8.13393,8.93766,9.8085,10.6588,11.7036,13.242,14.6662,16.0626,17.89,19.2845,21.3426,23.347,25.3828,27.4273,28.1433,29.2294,30.9721,33.34,35.6067,38.3013,41.7555,43.4795,46.3137,46.0625,47.5235,50.7696,54.5614,58.0178,61.5056,62.4625,66.5438,66.301,69.7522,68.2081,70.9259,72.9842,75.0293,76.326,78.4034,81.1027,83.1425,84.8021,86.8021,88.4863,89.9804,92.3129,94.1554,95.8392,97.2727,98.5682,99.4436,102.918,103.943,105.302,106.759,107.709,108.939,109.727,110.959,111.974,112.843,113.723,114.558,115.258,115.793,116.582,117.171,117.755,119.1,119.984,121.004,121.898,122.639,123.408,125.188,125.679],"lat":[69.5499,69.8397,70.1685,70.3891,70.3539,70.5174,70.7261,70.8158,70.7716,70.6977,70.563,70.7065,70.8763,71.0519,71.1472,71.2522,71.3958,71.5878,71.7744,71.6145,71.4561,71.2166,71.1248,71.2816,71.3872,71.4646,71.5398,71.431,71.3332,71.4324,71.4905,71.398,71.5002,71.5917,71.6851,71.8151,71.9105,72.0148,72.1337,72.3278,72.4331,72.5801,72.697,72.8205,72.9243,73.0188,73.1448,73.2035,73.2524,73.3712,73.4272,73.4853,73.5335,73.6282,73.7064,73.7585,73.882,73.9795,74.0964,74.2327,74.3772,74.5426,74.7631,74.9462,75.0755,75.1882,75.3817,75.5273,75.7289,75.9807,76.1167,76.279,76.4307,76.6015,76.7985,76.9692,77.1484,77.4791,77.7119,77.9112,78.0903,78.2347,78.4438,78.641,78.8058,78.95,79.0302,79.228,79.5327,79.6575,79.7797,79.9085,80.0264,80.1421,80.2132,80.3085,80.3704,80.6248,80.7555,80.7922,80.9929,81.1256,81.2505,81.3697,81.5521,81.6203,81.9128,82.0501,82.2903,82.3281,82.5194,82.6912,82.8685,83.0004,83.2491,83.4296,83.5703,83.6896,83.8642,83.9965,84.1017,84.2233,84.3435,84.4618,84.5611,84.5969,84.5702,84.6321,84.7622,84.8982,85.0094,84.9579,85.067,85.1373,85.2814,85.3797,85.4855,85.5912,85.6842,85.7987,85.8174,85.8591,85.8674,85.8745,85.8101,85.9083,86.0534,86.1607,86.2915,86.4316,86.4958,86.5612,86.5982,86.6406,86.706,86.7459,86.7875,86.8049,86.7548,86.6549,86.6065,86.4724,86.3058,86.2026,86.1063,85.9885,85.9167,85.7682,85.6388,85.556,85.4998,85.4175,85.3456,85.2957,85.2292,85.1545,85.1018,85.0279,84.9604,84.9108,84.6639,84.5785,84.4855,84.3686,84.2946,84.1936,84.1097,83.9655,83.8238,83.6744,83.5124,83.3209,83.1508,83.0141,82.7402,82.5394,82.2981,82.0874,81.5953,81.1146,80.6434,80.2061,79.7593,78.9901,78.1326]}]],[[{"lng":[-29.7698,-29.6089,-29.6127,-29.5802,-29.5881,-29.6565,-29.6398,-29.6313,-29.5984,-29.5695,-29.577,-29.5605,-29.346,-29.2999,-29.2777,-29.256,-29.242,-29.2286,-29.3223,-29.292,-29.2452,-29.206,-29.2003,-29.1616,-29.2606,-29.242,-29.2449,-29.2233,-29.2226,-29.4347,-29.3918,-29.3696,-29.3394,-29.3177,-29.3214,-29.3715,-29.3492,-29.3268,-29.3175,-29.3168,-29.1736,-29.0914,-29.0079,-28.9339,-28.8845,-28.8405,-28.7964,-28.5237,-28.5131,-28.4809,-28.4827,-28.4549,-28.4364,-28.4349,-28.3666,-28.32,-28.2825,-28.2574,-28.215,-28.1676,-28.1438,-28.1421,-28.1057,-28.1575,-28.1385,-28.1146,-28.1002,-28.0763,-27.9945,-27.9877,-27.9857,-27.979,-27.9721,-27.9374,-27.9354,-27.9382,-27.9236,-27.8714,-27.8616,-27.8644,-27.877,-27.8246,-27.7952,-27.7734,-27.7592,-27.7394,-27.6994,-27.6971,-27.6773,-27.602,-27.5847,-27.5723,-27.5649,-27.512,-27.4893,-27.4868,-27.4717,-27.4463,-27.4437,-27.436,-27.3775,-27.3774,-27.3466,-27.3336,-27.3819,-27.4407,-27.4741,-27.4612,-27.4585,-27.4636,-27.4429,-27.448,-27.4635,-27.5644,-27.5905,-27.6218,-27.6351,-27.6536,-27.7036,-27.7118,-27.7306,-27.7494,-27.7602,-27.8895,-28.0108,-28.0353,-28.0868,-28.1622,-28.2058,-28.2631,-28.3174,-28.353,-28.4262,-28.4518,-28.4861,-28.5446,-28.5619,-28.7183,-28.8181,-28.8686,-28.8952,-28.96,-28.9868,-28.9947,-29.0217,-29.1265,-29.1982,-29.3218,-29.4266,-29.5081,-29.5368,-29.6619,-29.768,-29.8309,-29.8746,-29.9085,-29.9425,-29.9815,-29.9765,-30.001,-29.9961,-30.001,-30.006,-30.011,-30.0361,-30.0262,-30.3764,-30.8074,-31.0579,-31.2684,-31.2527,-31.2651,-31.2573,-31.5817,-31.866,-32.0535,-32.3589,-32.6486,-32.857,-33.0204,-33.3354,-33.7119,-34.1745,-34.5719,-34.9248,-34.8837,-35.0107,-35.1376,-35.1561,-35.1613,-35.1837,-35.1828,-35.3248,-35.2818,-35.2565,-35.2457,-35.4517,-35.395,-35.3272,-35.2698,-35.2012,-35.1469,-35.121,-35.3132,-35.4878,-35.4123,-35.3651,-35.289,-35.2739,-35.212,-35.3386,-35.2508,-35.1732,-35.0804,-34.9717,-34.9006,-34.8774,-34.6376,-34.6203,-34.5583,-34.5104,-34.4927,-34.4604,-34.4402,-34.346,-34.3214,-34.2474,-34.2185,-34.0724,-34.043,-34.0035,-33.9781,-33.7961,-33.6824,-33.5871,-33.5662,-33.5354,-33.509,-33.4966,-33.3773,-33.2031,-33.0703,-33.0104,-32.9641,-32.9177,-32.8065,-32.7082,-32.6188,-32.4918,-32.4724,-32.2805,-32.1225,-31.9835,-31.8723,-31.7996,-31.7451,-31.556,-31.4274,-31.3031,-31.178,-31.0392,-30.977,-30.7911,-30.6466,-30.4527,-30.3055,-30.163,-30.0429,-29.8495,-29.6362,-29.5075,-29.3717],"lat":[39.3996,39.9928,40.0328,40.0788,40.1065,40.1068,40.2082,40.2851,40.3835,40.4695,40.5495,40.5987,40.5699,40.705,40.871,40.9847,41.1261,41.2153,41.2467,41.3849,41.52,41.6828,41.7997,41.9101,41.9294,42.0831,42.1754,42.2368,42.2891,42.2905,42.4133,42.5271,42.613,42.6744,42.7145,42.724,42.8378,42.9515,43.0284,43.0807,43.0796,43.2082,43.389,43.4929,43.6278,43.6981,43.7684,43.768,43.8448,43.9305,44.0229,44.0963,44.1453,44.1976,44.1843,44.3067,44.4046,44.518,44.6281,44.7505,44.8116,44.8639,44.9094,44.9196,44.9685,45.0296,45.0663,45.1274,45.0983,45.1628,45.2151,45.2796,45.3441,45.3373,45.3896,45.4296,45.4663,45.4561,45.4805,45.5206,45.5362,45.5259,45.5992,45.7003,45.8293,45.8782,45.8835,45.9358,45.9846,45.983,46.0719,46.1486,46.2131,46.2027,46.3037,46.356,46.485,46.6383,46.6906,46.7551,46.7568,46.8491,46.9223,46.999,47.114,47.2047,47.264,47.3406,47.3929,47.4731,47.5219,47.602,47.6578,47.6508,47.7746,47.8861,47.9942,48.09,48.205,48.3252,48.421,48.5169,48.5848,48.6089,48.605,48.6885,48.8034,48.9093,48.9962,49.0987,49.1611,49.2201,49.2858,49.3693,49.4806,49.583,49.6386,49.6528,49.657,49.7314,49.8148,49.9047,49.988,50.0681,50.1515,50.1954,50.2206,50.3199,50.4159,50.4686,50.4995,50.5984,50.6941,50.7435,50.7897,50.8605,50.9313,50.9898,51.1067,51.2544,51.4236,51.6205,51.7652,51.8575,51.9528,52.0297,52.0568,52.0945,52.1048,52.1089,52.2628,52.3427,52.4197,52.4649,52.5038,52.516,52.5564,52.581,52.5946,52.6151,52.6281,52.6477,52.663,52.6822,52.708,52.7036,52.7044,52.7051,52.8611,52.9901,53.1336,53.2105,53.238,53.3875,53.4747,53.5121,53.5459,53.6684,53.8282,53.9507,54.1105,54.2204,54.3076,54.3269,54.3313,54.5161,54.6781,54.786,54.9127,54.9707,54.9959,55.1412,55.3259,55.4835,55.6909,55.7738,55.8485,55.8119,55.9386,56.0608,56.2101,56.3368,56.4363,56.4985,56.502,56.5766,56.6592,56.7462,56.7388,56.7799,56.8274,56.9019,56.8833,56.8715,56.8745,57.001,57.088,57.1625,57.2643,57.2647,57.2849,57.4512,57.548,57.6076,57.6671,57.6422,57.7735,57.88,57.9566,58.0062,57.9979,58.1484,58.2492,58.3402,58.3967,58.4683,58.4466,58.5743,58.6896,58.8048,58.8923,58.9759,58.9408,59.0925,59.2383,59.3897,59.5286,59.6182,59.7508,59.8678,59.9692,60.0827]}]],[[{"lng":[144.454,144.479,144.399,144.328,144.283,144.254,144.225,144.236,144.203,144.189,144.119,144.061,144.017,143.973,143.928,143.888,143.843,143.743,143.637,143.518,143.408,143.275,143.151,143.02,142.887,142.761,142.681,142.606,142.555,142.46,142.325,142.221,142.17,142.067,142.029,141.992,141.883],"lat":[40.847,40.5494,40.3668,40.2029,40.0672,39.9281,39.7667,39.5572,39.3737,39.1233,38.9086,38.7095,38.5356,38.3585,38.1655,37.9281,37.7097,37.4792,37.2899,37.0594,36.8604,36.6488,36.5195,36.3393,36.2636,36.1878,36.0642,36.0009,35.9438,35.673,35.5027,35.3333,35.2168,35.1636,34.8886,34.6663,34.2127]}]],[[{"lng":[-124.742,-125.45,-126.159,-126.869,-127.579,-127.579,-127.717,-127.639,-127.56,-127.446,-127.401,-127.241,-127.039,-126.627,-127.571,-128.528,-129.498,-130.48,-130.367,-130.069,-130.187,-129.936,-129.869,-130.073,-130.051,-129.917,-129.803,-129.572,-129.259,-128.938,-129.19,-128.94,-129.147,-128.919,-129.705,-130.501,-130.162,-130.3,-130.162,-130.329,-130.254,-130.753,-131.074,-130.85],"lat":[40.3134,40.3541,40.3904,40.4224,40.45,40.5385,40.5726,41.0807,41.5888,41.5551,41.6405,41.6921,42.357,43.0136,43.4195,43.8176,44.2075,44.5892,44.9295,45.2854,45.414,45.7362,45.896,45.9427,46.1958,46.2291,46.4332,46.4015,47.0647,47.727,47.8354,48.3236,48.476,48.8687,49.1768,49.4794,49.9827,50.0554,50.2172,50.2979,50.4647,50.9076,51.1851,51.6121]}]],[[{"lng":[-124.742,-124.953,-124.933,-125.089,-125.182,-125.309,-125.281,-125.313,-125.331,-125.29,-125.209,-125.198,-125.268,-125.289,-125.289,-125.343,-125.394,-125.474,-125.48,-125.45,-125.429,-125.362,-125.372,-125.372,-125.376,-125.434,-125.437,-125.435,-125.517,-125.655,-125.773,-125.876,-125.998,-126.085,-126.37,-126.486,-126.733,-127.018,-127.378,-127.608,-127.818,-127.852,-128.029,-128.283,-128.414,-128.719,-129.01,-129.46,-129.738,-129.982,-130.212,-130.548,-130.85],"lat":[40.3134,40.6333,40.8839,41.1354,41.3801,41.6522,41.8176,41.9856,42.1419,42.2845,42.3588,42.4917,42.5614,42.8624,43.0514,43.1426,43.2671,43.426,43.7375,43.9254,44.0023,44.0663,44.3226,44.5227,44.6675,44.7254,44.8813,45.1036,45.4738,45.9461,46.295,46.6433,46.9697,47.3503,47.748,47.9956,48.291,48.5646,48.7502,48.8768,49.0802,49.4906,49.7814,49.8847,50.0856,50.3103,50.4787,50.6472,50.8359,51.1013,51.2777,51.3981,51.6121]}]],[[{"lng":[144.454,145.077,145.71,146.198,146.69,147.345,148.34,149.311,150.339,150.877,151.419,152.24,152.88,153.528,154.195,154.664,155.141,155.742,156.353,157.024,157.568,158.121,158.644,159.174,159.877,160.599,160.945,161.584,162.458,162.79,163.282,163.67,164.066],"lat":[40.847,41.3192,41.788,42.0762,42.3623,42.6851,43.2079,43.7205,44.1874,44.447,44.704,45.1576,45.5293,45.8973,46.44,46.8526,47.2632,47.7246,48.1828,48.6594,49.1072,49.5524,49.8546,50.1545,50.8551,51.4877,52.1588,52.654,53.0032,53.6249,54.3468,54.7786,55.2092]}]],[[{"lng":[-180,-179.202,-178.48,-177.758,-177.088,-176.223,-175.629,-174.907,-174.119,-173.328,-172.484,-171.634,-170.897,-170.159,-169.378,-168.972,-167.99,-166.819,-166.108,-165.39,-164.665,-163.934,-163.177,-162.413,-161.664,-160.91,-160.129,-159.344,-157.986,-157.067,-156.138,-155.239,-154.16,-153.164,-152.227,-151.218,-150.547,-150.081,-149.22,-148.257,-147.449,-146.759,-146.264,-145.756],"lat":[50.50297,50.4965,50.4903,50.4842,50.496,50.5883,50.7447,50.8258,50.8963,50.9636,51.0693,51.1706,51.3061,51.4395,51.6322,51.74,52.0007,52.2568,52.4527,52.6443,52.8183,52.9879,53.18,53.3672,53.4964,53.6209,53.7408,53.8555,54.1008,54.3175,54.5272,54.7845,55.239,55.6104,56.0583,56.3092,56.4994,56.6229,56.9251,57.3469,57.8319,58.3521,58.8138,59.2735]}]],[[{"lng":[164.066,164.847,165.771,166.407,167.413,168.188,168.836,169.752,170.7,171.847,172.964,174.219,175.571,176.72,177.68,178.498,179.688,180],"lat":[55.2092,54.957,54.5884,54.2367,53.906,53.5694,53.2079,52.8555,52.4979,52.0259,51.6839,51.403,51.1082,50.8959,50.6976,50.6189,50.5055,50.50297]}]],[[{"lng":[-180,-179.202,-178.48,-177.758,-177.088,-176.223,-175.629,-174.907,-174.119,-173.328,-172.484,-171.634,-170.897,-170.159,-169.378,-168.972,-167.99,-166.819,-166.108,-165.39,-164.665,-163.934,-163.177,-162.413,-161.664,-160.91,-160.129,-159.344,-157.986,-157.067,-156.138,-155.239,-154.16,-153.164,-152.227,-151.218,-150.547,-150.081,-149.22,-148.257,-147.449,-146.759,-146.264,-145.756],"lat":[50.50297,50.4965,50.4903,50.4842,50.496,50.5883,50.7447,50.8258,50.8963,50.9636,51.0693,51.1706,51.3061,51.4395,51.6322,51.74,52.0007,52.2568,52.4527,52.6443,52.8183,52.9879,53.18,53.3672,53.4964,53.6209,53.7408,53.8555,54.1008,54.3175,54.5272,54.7845,55.239,55.6104,56.0583,56.3092,56.4994,56.6229,56.9251,57.3469,57.8319,58.3521,58.8138,59.2735]}]],[[{"lng":[-145.756,-144.977,-144.316,-143.332,-142.405,-141.598,-141.074,-140.128,-139.396,-138.86,-138.353,-137.819,-137.107,-136.895,-136.522,-136.209,-135.903,-135.429,-135.18,-134.669,-134.151,-133.84,-133.426,-133.093,-132.714,-132.169,-131.592,-131.177,-130.85],"lat":[59.2735,59.5759,59.9182,60.2057,60.465,60.4009,60.3099,60.3809,60.0897,59.7619,59.3357,58.9251,58.4379,58.0895,57.6342,57.1178,56.621,56.1024,55.8186,55.3165,54.8122,54.3774,53.9241,53.5217,53.127,52.6971,52.2591,51.8858,51.6121]}]],[[{"lng":[-124.742,-124.416,-124.163,-123.89,-123.597,-123.305,-122.696,-122.38,-122.005,-121.305,-120.897,-120.438,-119.936,-119.329,-118.912,-118.4,-118.072,-117.746,-117.507,-117.159,-116.66,-116.209,-115.773],"lat":[40.3134,40.3107,39.9142,39.4388,38.9971,38.5406,37.874,37.527,37.2048,36.6983,36.3377,35.9102,35.4502,34.9812,34.8373,34.658,34.5641,34.4412,34.3498,34.1811,34.0424,33.7711,33.4211]}]],[[{"lng":[-115.773,-115.596,-115.717,-115.594,-115.508,-115.581,-115.412,-115.212,-115.33,-115.085,-114.765,-114.522,-114.332,-114.207,-114.118,-114.33,-114.439,-114.303,-114.129,-113.986,-113.807,-114.041,-113.909,-113.758,-113.87,-113.969,-113.775,-113.521,-113.281,-113.339,-113.087,-112.812,-112.589,-112.321,-112.015,-111.711,-111.506,-111.382,-111.569,-111.373,-111.506,-111.228,-110.957,-110.758,-110.68,-110.778,-110.572,-110.291,-110.024,-109.872,-109.806,-110.007,-109.788,-109.591,-109.35,-109.178,-109.062,-109.276,-109.002,-108.806,-108.61,-108.439,-108.357,-108.651,-108.388,-108.01,-108.232],"lat":[33.4211,33.2366,33.1297,33.0402,32.9581,32.876,32.71,32.5118,32.4183,32.2359,31.9952,31.786,31.6016,31.4585,31.3557,31.1936,31.0972,30.9123,30.6797,30.5134,30.3135,30.1205,29.982,29.8344,29.7298,29.6458,29.4397,29.2054,29.0084,28.9498,28.7147,28.4987,28.3223,28.1249,27.906,27.6935,27.57,27.4969,27.2152,27.1053,26.9267,26.7234,26.535,26.4159,26.3605,26.2249,26.0661,25.8895,25.7063,25.6073,25.5567,25.3392,25.1797,25.0163,24.8568,24.7348,24.6582,24.396,24.1515,23.9844,23.8141,23.6743,23.6135,23.2413,23.0822,22.9857,22.7117]}]],[[{"lng":[-61.5534,-60.7526,-59.9491,-59.1305,-58.309,-57.4928,-56.8045,-56.1185,-55.4838,-54.8525,-54.1555,-53.4599,-52.8812,-52.3037,-51.661,-51.0241,-50.4668,-49.8027,-49.2071,-48.5146,-47.693,-47.3984,-46.7658],"lat":[18.9589,19.2082,19.4547,19.3251,19.1922,19.052,18.6941,18.2576,17.7843,17.309,17.1359,16.9565,16.7607,16.567,16.321,16.0729,15.8704,15.983,16.0346,16.0126,15.9566,15.8043,15.4506]}]],[[{"lng":[-102.319,-102.397,-102.524,-102.399,-102.462,-102.307,-102.402,-102.621,-102.687,-102.754,-102.566,-102.571,-102.735,-103.637,-104.539,-104.699,-105.38,-105.544,-106.253,-106.45,-106.587,-106.741,-106.752,-106.845,-106.95,-107.441,-107.607,-107.653,-107.88,-108.063,-108.192,-108.32,-109.038,-109.756,-109.857,-110.071,-110.218,-110.292,-110.447,-110.485,-110.675,-110.926,-111.077,-110.892,-111.007,-111.191,-111.266,-111.846,-112.426,-112.439,-112.581,-112.613,-112.766,-112.869,-112.973,-113.066,-112.973,-113.165,-113.041,-113.241,-113.117,-113.329,-113.174,-113.388,-113.264,-113.383,-113.52,-113.364,-113.623,-113.498,-113.697,-113.796,-113.931,-114.087,-114.229,-114.318,-114.379,-114.421],"lat":[-0.015477,-0.503231,-1.28284,-1.28336,-1.53269,-1.59589,-1.90746,-1.90611,-2.43571,-2.93392,-2.93572,-3.43472,-4.05639,-3.95089,-3.8444,-4.15158,-4.07847,-4.56935,-4.49391,-5.04324,-5.62383,-5.6199,-6.01875,-6.0162,-6.44278,-6.3667,-6.75924,-7.18594,-7.51409,-8.24014,-8.35695,-9.14481,-9.03537,-8.92454,-9.67656,-9.66505,-10.0804,-10.8017,-10.8224,-11.3942,-11.4724,-11.9684,-12.7417,-12.7553,-13.4108,-13.3964,-13.5413,-13.4645,-13.3863,-13.8646,-14.0619,-14.718,-14.7038,-15.2478,-15.7917,-16.3513,-16.3609,-16.6703,-16.6834,-17.0515,-17.065,-17.5211,-17.5384,-17.9938,-18.0081,-18.4442,-18.7579,-18.7766,-19.2852,-19.3006,-19.9675,-20.321,-20.5745,-20.5993,-21.1213,-21.5636,-21.627,-22.1145]}]],[[{"lng":[-76.0062,-75.8214,-75.7824,-75.6316,-75.558,-75.4017,-75.3969,-75.3922,-75.1889,-75.1948,-75.1278,-75.1495,-74.9883,-74.8359,-74.6548,-74.5956,-74.4416,-74.2617,-73.8974,-73.6755,-73.2457,-72.9375,-72.861,-72.889,-72.7622,-72.6783,-72.6181,-72.5999,-72.5546,-72.4332,-72.1698,-71.9578,-71.8471,-71.7525,-71.6283,-71.5243,-71.4659,-71.3895,-71.3475,-71.3068],"lat":[-45.6585,-44.8494,-44.0506,-43.6482,-42.9722,-42.2845,-41.8256,-41.3666,-40.8628,-40.3589,-39.8131,-39.5644,-39.0681,-38.542,-38.1376,-37.5635,-36.7249,-36.1653,-35.5777,-34.8876,-34.2904,-33.8369,-33.3585,-32.7419,-32.3188,-31.5313,-30.9652,-30.1903,-29.5357,-28.9014,-28.2776,-27.7547,-27.2478,-26.6522,-25.8397,-25.0928,-24.2626,-23.5227,-22.7584,-21.9654]}]],[[{"lng":[-71.3068,-71.2495,-71.3228,-71.3623,-71.4865,-71.7465,-72.2664,-72.7366,-73.3997,-73.9493,-74.6095,-75.2923,-75.9163],"lat":[-21.9654,-21.2622,-20.7577,-20.2491,-19.8112,-19.2981,-18.7215,-18.2567,-17.747,-17.3735,-16.823,-16.3302,-15.7355]}]],[[{"lng":[-75.9163,-76.4029,-76.7648,-77.1254,-77.6388,-78.1476,-78.4069,-78.6654,-79.1472,-79.6181,-79.9966,-80.3684,-80.701,-81.0406,-81.3747,-81.5492,-81.784,-81.9541,-81.9985,-82.0098,-81.9258,-81.5989],"lat":[-15.7355,-15.2185,-14.8433,-14.4675,-13.9136,-13.3872,-13.0144,-12.6414,-11.8903,-11.2906,-10.5603,-9.92089,-9.434,-8.6654,-7.98838,-7.30604,-6.65544,-6.00265,-5.2534,-4.50353,-3.72131,-3.24451]}]],[[{"lng":[-81.5989,-81.6519,-81.5318,-81.5985,-81.4146,-81.2294,-80.8866,-80.5738,-80.2917,-79.7913,-79.478,-79.1646,-78.6617,-78.3419,-78.08,-77.9101,-78.008],"lat":[-3.24451,-3.00021,-2.43745,-1.81384,-1.09547,-0.284454,0.43189,1.05338,1.54938,2.07369,2.42697,2.78019,3.39204,4.06591,4.83152,5.50529,6.00453]}]],[[{"lng":[128.462,128.978,129.36,129.785,130.211,130.523,130.649,131.097,131.309,131.467,131.524,131.628,131.76,132.073,132.402,132.63,132.824],"lat":[25.4576,25.8591,26.1908,26.6709,27.2135,27.7094,28.1358,28.3182,28.4508,28.7508,28.8591,28.9874,29.3921,29.8177,30.2149,30.4926,30.7544]}]],[[{"lng":[132.824,132.965,133.197,133.5,134.042,134.691,135.026,135.356,135.612,136.025,136.524,137.03,137.546,138.066,138.383,138.508,138.674],"lat":[30.7544,30.9698,31.2162,31.5152,31.8821,32.1997,32.3264,32.46,32.5372,32.686,32.8681,33.0526,33.4046,33.7495,34.059,34.5822,35.0337]}]],[[{"lng":[138.674,139.234,139.429,139.923,140.44,140.87,141.104,141.441,141.883],"lat":[35.0337,35.0141,34.8599,34.7126,34.631,34.5295,34.4389,34.3565,34.2127]}]],[[{"lng":[134.521,135.415,136.183,136.759,137.144,137.529,137.982,138.309,138.359],"lat":[6.99019,6.89507,6.98895,7.36771,7.61961,7.87117,8.5336,9.19616,9.37865]}]],[[{"lng":[138.359,138.574,138.71,138.813,139.483,140.1,140.772,141.608,142.122,142.961,143.097],"lat":[9.37865,9.95256,10.6492,11.1214,10.9006,10.9459,10.8578,11.0581,11.2852,11.4031,11.5689]}]],[[{"lng":[143.097,143.503,144.157,144.619,145.024,145.349,145.691,146.221,146.752,147.201,147.462,147.684,147.787,147.856,147.811,147.82,147.619,147.46,147.207,147.019,146.822,146.545,146.062,145.292,144.706,144.022,143.522],"lat":[11.5689,11.4936,11.7896,12.0206,12.2112,12.3141,12.6466,13.0015,13.3632,14.2158,14.9661,15.653,16.5234,17.2831,18.0602,18.6465,19.1724,19.7452,20.3034,20.8051,21.3306,21.7298,22.2015,22.7123,23.2501,23.7644,24.3908]}]],[[{"lng":[143.522,143.096,143.098,143.075,143.231,143.26,143.243,143.172,143.002,142.748,142.507,142.473,142.224,142.159,142.099,141.994,142.012,141.858,141.883],"lat":[24.3908,24.9092,24.9176,25.6124,26.3289,26.737,27.4633,27.9407,28.5187,28.9754,29.6208,30.1282,30.711,31.3152,31.9825,32.5576,33.2525,33.7039,34.2127]}]],[[{"lng":[-174.985,-175.691,-176.356,-176.887,-177.419],"lat":[-23.7499,-23.8526,-23.952,-24.0295,-24.1051]}]],[[{"lng":[-176.346,-176.339,-176.319,-176.331,-176.341,-176.387,-176.462,-176.526,-176.66,-177.13],"lat":[-14.634,-14.7803,-14.904,-15.0501,-15.1836,-15.3117,-15.4194,-15.4894,-15.6041,-15.5594]}]],[[{"lng":[-177.13,-177.248,-177.384,-177.493,-177.575,-177.634,-177.664,-177.678,-177.513,-177.364,-177.201,-177.068,-176.921,-176.82,-176.713,-176.625,-176.532,-176.462,-176.403,-176.304,-176.297,-176.33,-176.346,-176.44,-176.511,-176.551,-176.584,-176.587,-176.57,-176.549,-175.979],"lat":[-15.5594,-15.7096,-15.8066,-15.8989,-15.9611,-16.0236,-16.1065,-16.1769,-16.3196,-16.437,-16.5746,-16.7246,-16.8772,-17.0344,-17.2194,-17.3992,-17.574,-17.731,-17.8727,-18.0551,-18.1308,-18.2666,-18.3068,-18.4723,-18.6002,-18.6855,-18.7684,-18.8364,-18.9752,-19.2174,-19.3865]}]],[[{"lng":[-173.836,-173.905,-174.007,-174.077,-174.139,-174.188,-174.264,-174.567,-174.667,-174.731,-174.822,-174.866,-174.87,-174.601,-174.568,-174.569,-174.576,-174.55,-174.535,-174.529,-174.523,-174.565,-174.599,-174.571,-174.597,-174.56,-174.568,-174.659,-174.757,-174.87,-174.956,-175.035,-175.095,-175.155,-175.189,-175.21,-175.979],"lat":[-14.5338,-14.629,-14.7666,-14.8946,-15.015,-15.133,-15.3138,-15.2505,-15.3705,-15.4708,-15.6161,-15.7392,-15.8804,-15.9358,-16.0521,-16.2008,-16.3545,-16.5967,-16.7355,-16.8742,-17.0658,-17.1007,-17.3197,-17.3603,-17.6122,-17.6301,-17.8418,-18.0351,-18.2308,-18.4163,-18.6045,-18.7878,-19.0015,-19.2253,-19.4594,-19.7037,-19.3865]}]],[[{"lng":[-175.979,-176.027,-176.079,-176.122,-176.182,-176.116,-176.152,-176.159,-176.176,-176.19,-176.237,-176.264,-176.289,-176.322,-176.372,-176.405,-176.449,-176.52,-176.601,-176.635,-176.691,-176.709,-176.748,-176.913,-177.102,-177.25,-177.419],"lat":[-19.3865,-19.6508,-19.8141,-19.8843,-20.1056,-20.1289,-20.2647,-20.4234,-20.4939,-20.655,-20.7958,-20.8913,-20.9995,-21.1126,-21.3012,-21.4874,-21.6005,-21.8115,-22.0074,-22.2314,-22.2864,-22.5005,-22.7345,-23.0481,-23.4144,-23.7079,-24.1051]}]],[[{"lng":[-76.4833,-76.3121,-76.0197,-75.7203,-75.2389,-74.7492,-74.1202,-73.4799,-72.9952,-72.2772,-71.5481,-70.4011,-69.2561,-68.0972,-67.1018,-65.8672,-64.617],"lat":[-52.0684,-52.9285,-53.4352,-53.9412,-54.2941,-54.6451,-55.0037,-55.359,-55.6654,-55.9624,-56.2552,-56.622,-56.8522,-57.0717,-57.5019,-57.7363,-57.9586]}]],[[{"lng":[-64.617,-63.5707,-62.5714,-61.0399,-59.7045,-58.9698,-58.223,-56.925],"lat":[-57.9586,-58.3592,-58.6029,-59.0105,-59.4535,-59.7285,-59.9993,-60.5647]}]],[[{"lng":[-56.925,-57.4938,-58.1308,-58.8906,-59.836,-60.6502,-61.3323,-62.2029,-63.1053,-63.9693],"lat":[-60.5647,-60.8546,-60.9615,-61.0818,-61.1768,-61.3632,-61.5431,-61.8412,-62.11,-62.4224]}]],[[{"lng":[-63.9693,-63.2916,-62.4198,-61.7501,-60.118,-58.6143,-57.3896,-56.3056,-55.4359,-54.3007],"lat":[-62.4224,-62.8247,-63.0013,-63.2928,-62.9452,-62.5533,-62.3038,-62.0627,-61.6868,-61.5102]}]],[[{"lng":[-56.925,-56.2692,-55.8097,-55.0666,-54.309,-54.3007],"lat":[-60.5647,-60.7422,-60.7001,-60.7631,-60.9776,-61.5102]}]],[[{"lng":[-54.3007,-53.1221,-52.0681,-51.1194,-50.8871,-49.5994,-48.2507,-46.9632,-45.6034,-44.2259],"lat":[-61.5102,-61.0366,-60.7527,-60.5725,-60.0936,-60.0436,-59.9684,-59.9598,-60.0915,-60.2425]}]],[[{"lng":[20,20.3001],"lat":[37.9075,37.8039]}]],[[{"lng":[29.7309,29.3888,29.1369,28.7888,28.4107,28.2545,28.2543,28.278,28.1998,27.9538,27.6719,27.138,26.6101,26.2562,25.8605,25.4165],"lat":[35.4273,35.7284,35.9703,36.3607,36.9833,37.2689,37.5205,37.757,37.9645,38.2275,38.4991,38.8764,39.298,39.5286,39.7078,40.1564]}]],[[{"lng":[25.4165,24.931,24.5595,24.0022,23.7866,23.4634,23.212,22.9546,22.7272,22.1637,21.5822,21.0967,20.4374,20.2819,20.3001],"lat":[40.1564,40.0922,40.0554,39.9178,39.7204,39.2869,38.9484,38.599,38.2713,38.3553,38.4205,38.4389,38.4712,38.1148,37.8039]}]],[[{"lng":[36.4134,36.4315,36.396,36.3249,36.0242,35.7262,35.6483,35.5713,35.4701,35.3089,35.1417,34.9519],"lat":[36.0232,35.7522,35.2854,34.4818,34.0961,33.7097,33.2325,32.7553,32.0035,31.3833,30.7025,30]}]],[[{"lng":[36.4134,36.3892,36.4665,36.7895,37.0832,37.6822,38.0417,38.3652,38.8565,39.4017,40.1627,40.6242,41.0015],"lat":[36.0232,36.2596,36.7303,37.3979,37.5118,37.8337,37.9941,38.1214,38.3141,38.497,38.7681,38.8568,39.0799]}]],[[{"lng":[41.0015,41.0262,41.2363,41.8391,42.2891,42.7973,43.1758,43.6475,44.0195,44.3568,44.5148,44.6705,44.8361,45],"lat":[39.0799,38.8487,38.6156,38.3551,38.2127,37.9905,37.685,37.4066,37.0984,36.5716,36.015,35.4581,35.0245,34.5906]}]],[[{"lng":[41.0015,40.4492,39.892,39.2684,38.7948,38.0213,37.062,36.1686,35.5272,34.8317,34.2864,33.4053,32.3925,31.4817,31.1161,30.7745,30.0071,29.0302,28.7245,27.9873,27.5677,27.2559,26.5968,26.0097,25.4165],"lat":[39.0799,39.3925,39.7025,39.9087,40.0091,40.269,40.6003,40.8487,41.0018,41.1231,41.1587,41.0231,40.8601,40.6786,40.6149,40.601,40.7682,40.6861,40.6679,40.6176,40.64,40.7892,40.5532,40.3255,40.1564]}]],[[{"lng":[164.066,163.34,162.592,162.96,163.336,163.721,164.115,164.518,164.93,166.258,167.623,169.027,169.865,170.743],"lat":[55.2092,55.817,56.4203,56.836,57.2505,57.6638,58.076,58.4869,58.8966,59.3762,59.842,60.2932,61.0172,61.7358]}]],[[{"lng":[170.743,169.722,168.706,167.696,166.691,165.013,163.345,162.353,161.359,160.363,159.367,158.045,156.717,155.337,153.946,152.596,151.189,149.721,148.191,146.595,144.932],"lat":[61.7358,61.6666,61.5898,61.5055,61.4138,61.3376,61.2409,61.2721,61.2961,61.3128,61.3222,61.4068,61.4785,61.6067,61.7209,62.3526,62.9707,63.5742,64.1621,64.7332,65.2865]}]],[[{"lng":[144.932,145.487,146.008,146.499,146.963,146.126,145.306,144.502,143.715,142.943,142.187,142.086,141.988,141.893,141.8,141.709,141.621,141.535,141.451,141.7,141.943,142.179,142.409],"lat":[65.2865,64.4376,63.5867,62.734,61.8797,61.5698,61.2549,60.9351,60.6107,60.2817,59.9484,59.4786,59.0087,58.5387,58.0686,57.5985,57.1283,56.6581,56.1878,55.6503,55.1123,54.5738,54.0349]}]],[[{"lng":[142.409,142.849,142.784,142.692,142.541,142.398,142.521,142.641,142.761,142.878,142.023,141.178,140.553,139.938,139.37,139.158,139.038,138.85,138.577,138.563,138.801,138.811,138.824,138.743,138.489,138.475,138.756,138.655,138.655,138.352,138.085,137.845,137.774,137.848,137.889,137.902,137.854,137.894,138.121,138.259,138.421,138.674],"lat":[54.0349,53.3843,53.0425,52.5418,51.6998,50.8574,50.3178,49.7781,49.2409,48.7036,48.0512,47.3923,46.9557,46.5157,46.224,45.9466,45.4118,44.8113,44.2948,43.9389,43.1922,42.7664,41.9955,41.7693,41.4818,41.103,40.7823,40.4744,40.0722,39.8324,39.6594,39.4043,38.9816,38.4846,37.8556,37.184,36.5997,36.3109,36.0267,35.734,35.36,35.0337]}]],[[{"lng":[142.409,141.278,140.145,139.211,137.918,136.61,135.138,133.65,132.674,131.688,130.747,129.798,128.393,126.96,125.499,124.573,123.645,122.715,121.784,120.851,119.918,119.021,118.133,117.253,116.382,115.015,113.656,112.305,110.924,109.758,109.375,109,108.691,108.393,107.706,107.029,106.362,105.705,105.058,104.42,104.904,105.375,105.582,105.781,105.916,106.048,106.177,106.304,106.46,106.614,106.765,106.914,107.061,107.205,108.131,109.041,109.693,110.57,111.435,112.287,112.911,113.542,114.392,115.235,115.81,116.379,117.01,117.638,118.245,118.856,119.846,120.848,121.313,121.782,122.255,122.732,123.51,124.272,125.019,125.199,125.376,125.551,125.723,125.914,126.101,126.115,126.128,126.196,126.263],"lat":[54.0349,54.0742,54.1028,54.3328,54.5883,54.8299,55.0602,55.2726,55.4913,55.7022,55.8611,56.0127,56.4015,56.7741,57.1299,57.1781,57.2194,57.2538,57.2814,57.3021,57.3159,57.1509,56.9796,56.8021,56.6184,56.5256,56.4179,56.2954,56.2207,55.7616,55.3308,54.8989,54.1503,53.4009,53.0813,52.7578,52.4305,52.0994,51.7648,51.4267,50.786,50.1433,49.2921,48.4406,47.9102,47.3797,46.849,46.3182,45.8748,45.4311,44.9873,44.5432,44.099,43.6546,43.1492,42.6365,42.07,41.6014,41.1262,40.6446,41.0237,41.3993,41.163,40.9206,40.5955,40.2675,40.0571,39.8433,40.0536,40.2608,40.6543,41.0392,41.3292,41.6173,41.9035,42.1878,41.5302,40.8675,40.1999,39.7415,39.2829,38.824,38.3648,37.5413,36.7175,36.1691,35.6207,34.9364,34.2521]}]],[[{"lng":[96.4803,97.39,98.2999,99.2098,99.766,100.297,100.832,101.141,101.451,102.032,102.615,103.18,103.746,104.312,104.878,105.817,106.756,107.695,108.634,109.573,110.512,111.04,111.569,112.098,112.628,113.313,114],"lat":[14.4,14.4188,14.434,14.4458,14.8381,15.4616,16.0838,16.5753,17.0663,17.3503,17.6327,17.6596,17.6848,17.7085,17.7305,17.7504,17.7659,17.7769,17.7835,17.7855,17.7831,17.8697,17.9548,18.0385,18.1207,18.2804,18.4377]}]],[[{"lng":[114,114.419,114.926,115.494,116.319,117.145,117.504,117.864,118.045,118.484,118.958,119.618,120.036,120.452],"lat":[18.4377,18.8261,19.3405,19.6873,19.8153,19.9395,20.3301,20.7199,21.4983,22.1067,22.0031,22.2686,21.9509,21.6321]}]],[[{"lng":[96.4803,96.4537,96.4061],"lat":[14.4,14.9093,15.1355]}]],[[{"lng":[96.4061,96.4193,96.4472,96.4697,96.4661,96.4207,96.3414,96.2254,96.0158,95.9427,95.9183,95.9181,95.9093,95.9691,96.1173,96.3104,96.5813,96.9056,97.1304,97.3465,97.4711,97.3484],"lat":[15.1355,15.3962,16.0034,16.6438,17.4351,17.9816,18.7048,19.4119,20.0399,20.9001,21.681,22.3522,23.015,23.7605,24.4801,25.1336,25.6469,26.2874,26.8202,27.2411,27.7024,28.0826]}]],[[{"lng":[92.2781,92.3761,92.5375,92.6651,92.903,93.227,93.7535,94.4052,94.9794],"lat":[6.94757,6.33253,5.70195,5.00508,4.38448,3.71599,3.04767,2.45683,2.1041]}]],[[{"lng":[94.9794,95.5419,96.0886,96.2019],"lat":[2.1041,1.88178,1.48729,1.345]}]],[[{"lng":[96.2019,96.3795,96.6703,97.0106,97.3722,97.7695,98.0354,98.3013,98.8744,99.3699,99.6748,99.98,100.359,100.791,101.346,101.858,102.452,103.183,103.763,104.576],"lat":[1.345,1.12302,0.758714,0.115925,-0.547177,-1.24714,-1.63424,-2.02129,-2.665,-3.3115,-3.72852,-4.14544,-4.65588,-5.30492,-5.98298,-6.55836,-7.19719,-7.62145,-7.86277,-8.16657]}]],[[{"lng":[114,113.759,113.517,113.274,113.03,112.784,112.537,112.288,112.038,111.175,110.308,109.436,108.561,107.681,107.132,106.578,106.018,105.72,105.419,105.182,104.942,105.17,105.399,106.262,107.133,108.043,108.959,109.88,110.806,111.209,111.615,111.633,111.651,112.274,112.905,113.25,113.599,114.28,114.96,115.746,116.521,117.284,117.719,118.15,118.577,119.001,119.711,120.368,121.027,121.611,122.195,122.78,123.364],"lat":[18.4377,18.863,19.288,19.7126,20.1369,20.5609,20.9845,21.4078,21.8307,22.1652,22.4951,22.8203,23.1408,23.4564,24.0524,24.6464,25.2383,25.7969,26.3549,27.1169,27.8784,28.3343,28.7898,29.2543,29.7132,30.0049,30.2903,30.5693,30.8418,31.2517,31.6603,32.2519,32.8434,33.4649,34.0833,34.469,34.8538,34.8426,34.8277,34.2128,33.593,32.9684,32.5725,32.1751,31.7763,31.376,31.1994,31.3919,31.581,31.5571,31.5305,31.5022,31.4713]}]],[[{"lng":[-71.3068,-70.6833,-70.0618,-69.1138,-68.1658,-67.6552,-67.1445,-66.6339,-66.1233,-65.4275,-64.7321,-64.1386,-63.5454,-63.36,-63.176,-63.2865,-63.3962,-63.6168,-63.8362,-63.8563,-64.5845,-65.4189,-65.7954,-66.1705,-66.6957,-67.2176,-67.4226,-68.0077,-68.5902,-69.0461,-69.5014,-70.1246,-70.7466,-71.3917,-72.0356,-72.6548,-73.2744,-73.85,-74.4289,-74.9219,-75.4176,-75.9163],"lat":[-21.9654,-21.7339,-21.5,-21.5,-21.5,-21.5,-21.5,-21.5,-21.5,-21.4652,-21.4275,-21.3989,-21.3683,-20.7593,-20.1502,-19.5109,-18.8716,-18.3751,-17.8783,-17.4643,-17.4023,-17.11,-16.7293,-16.3479,-15.7138,-15.0785,-14.5267,-14.0278,-13.5274,-13.3947,-13.2611,-13.035,-12.8075,-12.5783,-12.3476,-12.4178,-12.4865,-13.1819,-13.876,-14.4969,-15.1167,-15.7355]}]],[[{"lng":[-108.582,-108.676,-108.589,-108.516,-108.527,-108.407,-108.273,-108.232],"lat":[21.9047,21.9596,22.1024,22.2011,22.2769,22.4401,22.6134,22.7117]}]],[[{"lng":[-108.582,-108.669,-108.784,-108.868,-108.936,-108.977,-108.809,-108.915,-109.013,-109.111,-109.194,-109.261,-109.285,-109.187,-109.215,-109.319,-109.378,-109.373,-109.45,-109.16,-108.903,-108.896,-108.534,-108.198,-108.233,-107.816,-107.523,-107.272,-107.002,-106.756,-106.527,-106.244,-106.281,-106.311,-106.318,-106.308,-105.586],"lat":[21.9047,21.7739,21.6428,21.536,21.4513,21.347,21.2529,21.0679,20.949,20.824,20.7392,20.6426,20.5584,20.4995,20.3973,20.2423,20.1757,20.1418,20.0271,19.8065,19.6255,19.5496,19.3837,19.2235,19.1073,18.936,18.8632,18.7561,18.6471,18.5899,18.5444,18.5199,18.2814,18.1198,18.0163,17.929,17.8808]}]],[[{"lng":[-108.582,-108.397,-108.114,-107.928,-107.774,-107.586,-107.393,-107.171,-107.046,-106.89],"lat":[21.9047,21.8348,21.72,21.6861,21.7397,21.7417,21.7478,21.7522,21.7536,21.7992]}]],[[{"lng":[-106.89,-106.862,-106.808,-106.757,-106.624,-106.551,-106.525,-106.442,-106.381,-106.387,-106.385,-106.352,-106.271,-106.121,-105.949,-105.739,-105.546,-105.247],"lat":[21.7992,21.7156,21.6403,21.483,21.3106,21.2355,21.1838,21.1208,20.8397,20.6379,20.4281,20.2027,19.9158,19.6437,19.4019,19.1644,18.9807,18.7619]}]],[[{"lng":[-105.586,-105.51,-105.442,-105.352,-105.247],"lat":[17.8808,18.1403,18.3552,18.5511,18.7619]}]],[[{"lng":[121.575,121.335],"lat":[24.6914,24.963]}]],[[{"lng":[121.335,120.981,120.546,120.36,120.394,120.425,120.452],"lat":[24.963,24.6536,23.9788,23.1983,22.5813,22.0434,21.6321]}]],[[{"lng":[120.452,120.344,120.29,120.502,120.441,120.115,119.795,119.279,119.161,119.248,119.255],"lat":[21.6321,21.2021,20.6307,20.255,19.937,19.4868,18.8781,18.2014,17.629,16.8402,16.5557]}]],[[{"lng":[119.255,119.728,120.201,120.673,121.145,121.616,122.086,122.555,123.024,123.492,123.959,124.425,124.891],"lat":[16.5557,16.407,16.2573,16.1065,15.9547,15.8018,15.6479,15.493,15.3372,15.1804,15.0226,14.8639,14.7042]}]],[[{"lng":[124.891,125.15,125.494,125.686,126.137,126.24,126.214,126.573,126.824,127.053,127.219,127.234,127.25,127.459,127.498,127.836,128.151,128.387,128.684,128.998,129.217,129.246,129.197],"lat":[14.7042,14.1321,13.3056,12.8181,12.2653,11.6304,11.0599,10.2964,9.44925,8.75031,8.13649,7.29165,6.44683,5.89653,5.47404,5.22401,4.76318,4.33466,3.70046,3.11403,2.67063,1.92806,1.05932]}]],[[{"lng":[126.872,127.446,128.081,128.187,128.752,129.197],"lat":[2.34565,2.31942,2.29031,1.97371,1.62297,1.05932]}]],[[{"lng":[126.872,126.426],"lat":[2.34565,1.70646]}]],[[{"lng":[126.426,126.144,125.969],"lat":[1.70646,1.00135,0.189999]}]],[[{"lng":[123.43,123.219,122.48,121.669,120.824,120.189,119.696,119.306,119.249,119.475],"lat":[2.00599,2.02386,2.37711,2.30853,2.31094,2.20752,2.03338,1.57712,0.713724,-0.08103]}]],[[{"lng":[119.475,119.896,120.388,120.811,121.234,121.728,122.223,122.823,123.424,123.672,123.706,123.458,124.06,124.662,125.282,125.901,126.432,126.963,127.325],"lat":[-0.08103,-0.85933,-1.46145,-1.71008,-1.95861,-2.15418,-2.3496,-2.59799,-2.84609,-3.09361,-3.94122,-4.57644,-4.70066,-4.82436,-4.78921,-4.75351,-4.47072,-4.18755,-3.7191]}]],[[{"lng":[127.325,127.51,127.667,127.666],"lat":[-3.7191,-3.16252,-2.44696,-1.75821]}]],[[{"lng":[125.969,125.969,126.144,126.426],"lat":[-0.277582,0.189999,1.00135,1.70646]}]],[[{"lng":[119.475,119.296,119.045,118.884,118.723,118.578,118.823],"lat":[-0.08103,-0.680331,-1.49138,-1.9498,-2.40821,-3.25522,-3.60956]}]],[[{"lng":[118.823,119.565,119.953,120.341,120.516,120.62,120.546,120.543],"lat":[-3.60956,-3.96595,-4.30293,-4.6397,-5.27551,-6.12225,-6.9676,-7.81221]}]],[[{"lng":[132.689,133.188,133.686,133.982,133.449,133.906],"lat":[-6.68099,-6.51458,-6.34769,-5.6406,-5.34429,-4.812]}]],[[{"lng":[127.666,127.241,126.817,126.393,125.969],"lat":[-1.75821,-1.38815,-1.01801,-0.647813,-0.277582]}]],[[{"lng":[127.666,128.383],"lat":[-1.75821,-2.28637]}]],[[{"lng":[128.383,129.258,130.107,130.585,131.063,131.489,131.915,132.316,132.717],"lat":[-2.28637,-2.41628,-2.51922,-2.6939,-2.86839,-3.14894,-3.42931,-3.93477,-4.44004]}]],[[{"lng":[132.717,133.311,133.906],"lat":[-4.44004,-4.62627,-4.812]}]],[[{"lng":[120.886,120.995,121.033,120.821,120.61,120.576,120.543],"lat":[-11.4925,-10.8294,-10.165,-9.58604,-9.00696,-8.40958,-7.81221]}]],[[{"lng":[120.543,121.253,121.891,122.673,123.383,124.235,124.75,125.264,125.761,126.258,126.755,127.393,127.854,128.315,128.776,129.236,129.839,130.443,131.01,131.577,132.133,132.689],"lat":[-7.81221,-7.99023,-8.06221,-7.85285,-7.78357,-7.78434,-7.64403,-7.5031,-7.43253,-7.30915,-7.18521,-7.1842,-6.98976,-6.79487,-6.56475,-6.33421,-6.52615,-6.71736,-6.67987,-6.64174,-6.66168,-6.68099]}]],[[{"lng":[138.793,138.674,138.054,137.435,136.943,136.451,135.656,134.938,134.471,133.899,133.327,132.824,132.515],"lat":[-1.15941,-0.819845,-0.718157,-0.616387,-0.42228,-0.228139,-0.023042,0.421235,0.259038,0.05668,-0.145685,-0.042897,0.017058]}]],[[{"lng":[132.515,132.373,131.738,131.102,130.546,129.989,129.197],"lat":[0.017058,0.033902,0.149742,0.265561,0.474879,0.684156,1.05932]}]],[[{"lng":[140.798,140.264,139.731,138.959,138.484,138.01,137.177,136.672,136.167,135.459,134.966],"lat":[-5.10959,-4.93064,-4.75127,-4.54782,-4.44247,-4.33682,-4.22116,-4.19929,-4.17709,-4.21818,-4.29798]}]],[[{"lng":[134.966,134.488,133.906],"lat":[-4.29798,-4.43733,-4.812]}]],[[{"lng":[138.972,138.488,138.003,137.634,137.282,136.931,136.562,136.167,135.771,135.262,134.966],"lat":[-1.6075,-1.75378,-1.89992,-2.08011,-2.29536,-2.49285,-2.79637,-3.10001,-3.40349,-3.84898,-4.29798]}]],[[{"lng":[96.4803,96.5031,95.8571,95.5046,95.1546,94.8068,94.4146,94.0238,94.2164,94.4146,93.986,94.1712,94.4288,94.7747,94.4599,94.8826,94.4975,94.9496,95.435,96.0135,96.5669,96.6014,96.6968,96.7828,96.7427,96.2019],"lat":[14.4,14.1292,13.7825,12.918,12.053,11.1876,10.679,10.17,9.71684,9.27021,9.01948,8.686,8.31186,7.8472,7.60272,7.1393,6.83692,6.25911,5.71525,5.11363,4.64448,3.77218,2.97907,2.1854,1.76284,1.345]}]],[[{"lng":[92.2781,91.9032,91.7809,91.6511,91.5959,91.5334,91.5586,91.5764,91.5907,91.6426,91.7,91.8889,92.0682],"lat":[6.94757,7.66274,8.15983,8.6562,9.13017,9.6037,10.056,10.5142,11.3003,11.7915,12.2832,13.1537,13.7149]}]],[[{"lng":[92.0682,92.5168,92.9413,93.3678,93.7878,94.2086,95.0951,95.9115,96.4061],"lat":[13.7149,14.3843,14.8688,15.3526,15.5618,15.7702,15.8126,15.5345,15.1355]}]],[[{"lng":[125.969,125.616,125.263],"lat":[0.189999,-0.12779,-0.445578]}]],[[{"lng":[125.263,124.857,124.416,124.01,123.746,123.535,123.448,123.43],"lat":[-0.445578,-0.269106,0.013343,0.436971,0.842787,1.35416,1.81227,2.00599]}]],[[{"lng":[-15.7156,-16.0335,-16.2627,-16.4874,-17.1537,-17.3917,-17.8291,-18.2203,-18.4899,-18.7562,-19.0988,-18.118,-18.2473,-17.4735,-17.7178,-16.5068,-16.6561,-16.8594,-17.025,-17.141,-17.3675,-17.8218,-18.6261,-19.0407,-19.2377,-20.0967,-20.7313,-21.2976,-22.0656,-22.5374,-22.872,-23.0586,-23.3303,-23.4873,-23.7405,-24.0095,-24.2547,-24.5193,-24.7207,-24.8881,-25.0351,-25.1564,-25.3112,-25.4487,-25.6435,-25.8748,-26.1072,-26.3089,-26.5265,-26.768,-27.0316,-27.2257,-27.3888,-27.5817,-27.8545,-28.0237,-28.1924,-28.4077,-28.6416,-28.8286,-28.9266,-29.0285,-29.118,-29.2245,-29.3717],"lat":[69.5499,69.2647,69.0379,68.8084,68.8649,68.6995,68.3998,68.0662,67.7376,67.4434,67.0581,66.9337,66.7807,66.6852,66.3645,66.203,65.9435,65.6773,65.3793,64.9952,64.7367,64.4892,64.1823,63.9849,63.8625,63.9494,64.0171,64.0672,63.9224,63.8361,63.7673,63.6498,63.6508,63.5682,63.4737,63.3551,63.2297,63.1102,62.9922,62.9238,62.8003,62.71,62.6137,62.62,62.5031,62.3751,62.2373,62.105,61.9392,61.8252,61.6654,61.532,61.3976,61.2519,61.0664,60.9563,60.8483,60.7045,60.5661,60.4186,60.3334,60.3399,60.2731,60.1678,60.0827]}]],[[{"lng":[68.2738,69.0074,69.8059,70.2918,70.7856,71.3125,71.8341,72.3549,72.8839,73.3917,73.544,73.7043,73.7697,73.8831,74.358,74.8331,75.5177,76.2028,76.7791,77.3555,77.9808,78.606,79.1411,79.6759,80.3741,81.072,81.701,82.3298,82.7964,83.2627,83.7288,84.1947,84.9865,85.7786,86.5012,87.2245,87.9227,88.62,88.828,89.0359,89.4304,89.8247,90.6301,91.4355,92.2408,93.0462,93.8517,94.4154,94.9794],"lat":[-6.81092,-6.53842,-6.44461,-6.47357,-6.50237,-6.59931,-6.69593,-6.86701,-7.03843,-7.03892,-6.19055,-5.77811,-4.92652,-4.30742,-4.4108,-4.51388,-4.77642,-5.03829,-5.04649,-5.05469,-4.99351,-4.93173,-4.75245,-4.57275,-4.39311,-4.2128,-4.03076,-3.84823,-3.64078,-3.43309,-3.22518,-3.01705,-3.18095,-3.34424,-3.71634,-4.08784,-3.52864,-2.96892,-2.27141,-1.57386,-1.1786,-0.783283,-0.450318,-0.117271,0.215803,0.548836,0.88176,1.493,2.1041]}]],[[{"lng":[166.951,166.71,166.537,166.377,166.205,166.019,165.92,165.733,165.427,165.168,165.021,164.943,164.923,164.838,164.739,164.699,164.651,164.528,164.48,164.483,164.398,164.389,164.309,164.287,164.215,164.13,163.964,163.868,163.74,163.545,163.448,163.412,163.296,163.235],"lat":[-44.9871,-45.2113,-45.3502,-45.515,-45.7364,-45.8872,-45.9581,-46.0648,-46.1898,-46.4052,-46.6013,-46.783,-47.0108,-47.1485,-47.2562,-47.4439,-47.5208,-47.6576,-47.7595,-47.9197,-48.0593,-48.202,-48.2738,-48.4286,-48.5916,-48.7417,-48.9171,-49.1157,-49.3222,-49.5732,-49.7612,-49.8466,-49.9853,-50.0787]}]],[[{"lng":[163.235,163.047,162.963,162.785,162.594,162.453,162.273,162.049,161.825,161.716,161.542,161.368,161.162,161.026,160.762,160.671,160.535,160.342,160.092,159.905,159.731,159.512,159.318,159.216,159.142,158.985,158.885,158.74,158.674,158.618,158.596,158.54,158.465,158.332,158.226,158.153,158.042,157.944,157.823,157.703,157.64,157.615,157.62,157.751,157.92,158.121,158.267,158.385,158.65,158.972,159.186,159.413,159.691,159.803],"lat":[-50.0787,-50.2732,-50.3688,-50.4433,-50.5495,-50.6679,-50.8174,-50.9621,-51.1182,-51.1921,-51.3988,-51.5421,-51.7508,-51.9244,-52.1656,-52.2918,-52.4327,-52.6336,-52.8217,-52.9907,-53.1704,-53.3452,-53.598,-53.6195,-53.8122,-54.0883,-54.308,-54.5589,-54.6894,-54.9279,-55.0467,-55.2724,-55.5216,-55.7793,-56.0216,-56.1647,-56.3105,-56.4385,-56.7248,-56.9918,-57.2302,-57.474,-57.7835,-58.0681,-58.3342,-58.6051,-58.7792,-58.8581,-59.0705,-59.3046,-59.5107,-59.7316,-59.9387,-60.0055]}]],[[{"lng":[121.575,121.779,122.14,122.501,123.01,123.518,124.026,124.534,125.042,125.55],"lat":[24.6914,24.2554,23.9492,23.6429,23.4686,23.4541,23.4381,23.4203,23.4009,23.3799]}]],[[{"lng":[125.55,125.954,126.426,126.901,127.398,127.907,128.462],"lat":[23.3799,23.4977,23.7606,24.1011,24.5029,24.969,25.4576]}]],[[{"lng":[121.575,122.024,122.554,123.182,123.721,123.755,124.148,124.705,124.697,125.159,125.736,125.663,126.065,126.383,126.477,126.82,126.745,126.885,127.417,127.347,127.599,128.049,128.557,128.321,128.687,129.055,128.646,128.881,128.848,129.032,128.819,129.059,129.121,129.442],"lat":[24.6914,24.853,25.0649,24.8598,24.8985,25.0165,25.0702,25.1197,25.4751,25.5691,25.6437,25.927,26.1233,26.37,26.5403,26.8106,27.0057,27.1491,27.4855,27.6615,27.7896,28.0528,28.401,28.7079,29.0321,29.3554,29.8931,30.1042,30.387,30.5854,31.0245,31.2645,31.4094,31.7926]}]],[[{"lng":[129.442,129.768,130.185,130.835,131.284,131.717,132.03,132.269,132.581,132.824],"lat":[31.7926,32.0417,32.0194,31.9821,31.8771,31.7606,31.4844,31.2571,30.9906,30.7544]}]],[[{"lng":[123.364,124.072,124.791,125.521,126.263],"lat":[31.4713,32.1727,32.8701,33.5633,34.2521]}]],[[{"lng":[123.364,123.867,124.487,125.03,125.729,126.404,127.054,127.655,128.258,128.812,129.442],"lat":[31.4713,31.3257,31.2501,31.1957,31.2017,31.2274,31.273,31.362,31.4706,31.6013,31.7926]}]],[[{"lng":[134.521,134.269,133.989,133.674,133.429,133.308,133.24,133.189,133.032,132.911,132.79,132.74,132.795,132.85,132.817,132.766,132.734,132.72,132.651,132.515],"lat":[6.99019,6.61025,6.33263,6.15594,5.96222,5.73427,5.34909,5.0162,4.78754,4.45382,4.11986,3.69833,3.31224,2.90828,2.53873,2.25688,1.72846,1.16455,0.81158,0.017058]}]],[[{"lng":[138.359,139.192,139.886,140.579,141.048,141.517,142.262,142.666,143.07,143.558,144.026,144.664,145.067,145.471,146.001,146.382,146.73,147.078,147.425,147.772,148.191,148.694,148.668,148.684,148.7,148.863,149.112,149.191,149.251,149.27],"lat":[9.37865,9.06494,8.86631,8.66639,8.3925,8.11804,7.61077,7.38844,7.16576,6.80532,6.67698,6.61101,6.50348,6.35347,6.16022,5.88304,5.51071,5.13818,4.76546,4.39257,3.77564,3.13658,2.62928,2.05827,1.48745,0.936586,0.406263,-0.143239,-0.396981,-0.65021]}]],[[{"lng":[142.246,142.394,142.626,142.922,143.26,143.808,144.357,145.033,145.497,145.919,146.595,147.059,147.354,147.859,148.344,148.724,148.913,149.27],"lat":[-2.6931,-2.46221,-1.91593,-1.45354,-1.15956,-0.950568,-0.741885,-0.534111,-0.473267,-0.349163,-0.290218,-0.29351,-0.274652,-0.426351,-0.40946,-0.391858,-0.456923,-0.65021]}]],[[{"lng":[149.27,149.481,149.769,150.023,150.344,150.717,151.089,151.427,151.816,152.155,152.578,152.916,153.119,153.39,153.542,153.711,153.882,154.035,154.256,154.359,154.7,154.955,154.992,154.978,154.592,154.545,154.533,154.73,154.927],"lat":[-0.65021,-0.818472,-1.00453,-1.02138,-1.12276,-1.22404,-1.30833,-1.46017,-1.64562,-1.86475,-2.13414,-2.1502,-2.20029,-2.43572,-2.60389,-2.68759,-3.04097,-3.3268,-3.6121,-3.94845,-4.28294,-4.55028,-4.88657,-5.24012,-5.58051,-5.90097,-6.42324,-6.85808,-7.29284]}]],[[{"lng":[138.793,139.257,139.805,140.226,140.837,141.195,141.594,141.868,142.246],"lat":[-1.15941,-1.38997,-1.55742,-1.76738,-1.89328,-2.16673,-2.27205,-2.39843,-2.6931]}]],[[{"lng":[138.793,138.972],"lat":[-1.15941,-1.6075]}]],[[{"lng":[143.743,144.368,144.807,145.399,146.11,146.415,146.836,146.918,146.999,147.083,147.162,147.241,147.325,147.407,147.478,147.539,147.605,147.816,147.983,148.123,148.329,148.499,148.675,148.878,149.089,149.295,149.453,149.603,149.717,149.773,149.816],"lat":[-3.46045,-3.53117,-3.55013,-3.48507,-3.47062,-3.43769,-3.75493,-3.64099,-3.51435,-3.38515,-3.261,-3.15205,-3.05326,-2.96204,-2.90886,-2.88103,-2.87857,-2.81284,-2.92212,-3.02628,-3.14063,-3.22195,-3.30577,-3.39465,-3.46572,-3.52151,-3.54429,-3.56959,-3.57966,-3.5923,-3.61764]}]],[[{"lng":[142.246,142.449,142.633,142.936,143.172,143.508,143.743],"lat":[-2.6931,-2.81358,-2.93233,-3.01814,-3.0531,-3.15594,-3.46045]}]],[[{"lng":[149.817,149.913,150.034,150.135,150.249,150.352,150.436,150.509,150.56,150.616,150.615,150.634,150.683,150.732,150.789,150.824,150.879,150.931,150.982,151.021,151.095,151.142,151.204,151.25,151.301],"lat":[-3.61656,-3.49148,-3.37167,-3.27439,-3.20201,-3.14092,-3.09258,-3.06108,-3.05074,-3.04729,-3.08491,-3.16268,-3.23453,-3.29524,-3.32939,-3.34847,-3.33111,-3.3723,-3.41905,-3.47569,-3.54725,-3.58709,-3.60167,-3.60671,-3.65625]}]],[[{"lng":[149.817,149.872,149.938,150.027,150.121,150.192,150.226,150.24,150.32,150.447,150.552,150.678,150.793,150.909,150.987,151.095,151.222,151.301],"lat":[-3.61656,-3.65909,-3.72378,-3.75198,-3.78988,-3.82943,-3.8736,-3.90269,-3.88086,-3.85709,-3.83913,-3.81816,-3.77503,-3.72352,-3.69197,-3.8063,-3.73657,-3.65625]}]],[[{"lng":[151.301,151.375,151.428,151.563,151.675,151.814,151.929,151.987,152.038,152.132,152.226,152.328,152.415,152.478,152.557,152.616,152.662,152.927,153.193,153.403,153.614,153.823,153.93],"lat":[-3.65625,-3.7062,-3.75424,-3.66511,-3.76873,-3.72013,-3.67667,-3.6486,-3.63575,-3.66584,-3.73899,-3.82223,-3.90297,-3.97364,-4.03917,-4.1301,-4.18815,-4.60329,-5.01833,-5.36112,-5.70366,-6.04594,-6.265]}]],[[{"lng":[143.743,144.079,144.416,144.583,144.733,144.867,145.007,145.505,146.007,146.497,146.956,147.476,148.01,148.587],"lat":[-3.46045,-3.76571,-4.00368,-4.37576,-4.69723,-4.96807,-5.20188,-5.76218,-6.11228,-6.51288,-6.71785,-7.10285,-7.31238,-7.39451]}]],[[{"lng":[155.454,155.262,154.872,154.481,154.087,153.697,153.255],"lat":[-7.48875,-7.62863,-7.96237,-8.2962,-8.63265,-8.96649,-9.18615]}]],[[{"lng":[151.654,151.834,151.838,151.918,152.024,152.086,152.214,152.223,152.413,152.547,152.651,152.849,152.855,153.174,153.362,153.552,153.752,153.847,154.01,154.125,154.169,154.219,154.218,154.379,154.596,154.719,154.849,154.856,154.951,155.07,155.172,155.172,155.291,155.347,155.436,155.473,155.577,155.599,155.708,155.797,155.813,155.908,155.979,155.989,156.086,156.066,156.124,156.101,156.258,156.35,156.428,156.39,156.361,156.331,156.296],"lat":[-9.76005,-9.76114,-9.90561,-9.93028,-9.94203,-9.944,-9.94533,-10.039,-10.0473,-10.056,-10.0777,-10.0881,-10.3844,-10.3981,-10.3981,-10.355,-10.3446,-10.3254,-10.3407,-10.3313,-10.323,-10.2792,-9.91264,-9.87219,-9.81056,-9.76305,-9.72297,-9.83902,-9.83485,-9.79486,-9.72993,-9.62138,-9.55615,-9.53242,-9.49296,-9.56795,-9.53069,-9.58072,-9.54838,-9.52648,-9.57154,-9.55456,-9.5481,-9.55797,-9.53838,-9.40524,-9.3814,-9.26847,-9.22502,-9.20553,-9.17875,-8.80938,-8.59844,-8.38495,-8.17405]}]],[[{"lng":[143.097,143.082,143.106,143.143,143.239,143.403,143.51,143.662,143.771,143.871,143.903,143.942,143.976,144.082,144.216,144.334,144.53,144.453,144.799,144.792,144.841,144.798,144.671,144.97,144.773,144.706,144.663,144.626,144.601,144.543,144.527,144.252,144.137,144.083,143.97,143.842,143.575,143.493,143.392,143.281,143.321,143.28,143.218,143.15,142.997,142.774,142.56,142.257],"lat":[11.5689,11.7921,12.0301,12.265,12.4781,12.6947,12.8222,13.0577,13.2676,13.5409,13.6235,13.8108,14.087,14.6394,14.6557,14.8845,14.9167,15.5256,15.6531,16.1227,16.478,16.9793,17.4201,17.5346,17.8295,18.0198,18.1656,18.3591,18.7556,19.0727,19.1234,19.7253,19.7533,19.8577,20.1109,20.4178,20.3968,20.5325,20.7283,20.9619,21.0606,21.3203,21.659,21.9278,22.1385,22.3766,22.662,23.0091]}]],[[{"lng":[142.257,142.886,143.522],"lat":[23.0091,23.7012,24.3908]}]],[[{"lng":[172.571,172.434,172.3,172.163,171.972,171.619,171.296,171.295,171.181,170.945,170.642,170.638,170.15,169.739,169.739,169.622,169.456,169.231,169.234,169.026,168.792,168.577,168.596,168.159,167.157,166.154],"lat":[-13.4106,-13.4349,-13.4814,-13.5688,-13.6778,-13.75,-13.7934,-14.0659,-14.0834,-14.0926,-14.0878,-13.942,-13.9744,-13.9535,-13.8236,-13.8084,-13.8111,-13.7995,-13.6507,-13.6393,-13.6302,-13.6024,-13.5142,-13.5147,-13.6491,-13.7794]}]],[[{"lng":[173.901,173.88,173.744,173.66,173.55,173.409,173.251,173.425,173.447,173.453,173.439,173.429,173.398,173.36,173.335,173.351,173.384,173.38,173.383,173.379,174.119,174.115,174.112,174.09,174.056,174.034],"lat":[-16.8493,-17.1634,-17.49,-17.6802,-17.9623,-18.238,-18.5324,-18.5203,-18.774,-18.9992,-19.2211,-19.4303,-19.6616,-19.8896,-20.086,-20.3774,-20.6245,-20.8367,-20.9949,-21.1405,-21.1477,-21.3565,-21.5779,-21.8407,-22.2358,-22.4881]}]],[[{"lng":[172.439,172.783,173.04,173.212,173.606,174.034],"lat":[-23.1781,-23.0686,-23.0068,-22.8339,-22.835,-22.4881]}]],[[{"lng":[172.571,172.74,172.881,173.019,173.139,173.178,173.21,173.259,173.294,173.32,173.346,173.359,173.388,173.428,173.464,173.516,173.539,173.555,173.4,173.485,173.531,173.567,173.455,173.593,173.669,173.718,173.788,173.901],"lat":[-13.4106,-13.6927,-13.9649,-14.294,-14.51,-14.6687,-14.7703,-14.8973,-14.9925,-15.0814,-15.1544,-15.2337,-15.3607,-15.4369,-15.5036,-15.5671,-15.6053,-15.6973,-15.7793,-15.9223,-16.0271,-16.1509,-16.2585,-16.4967,-16.6143,-16.7127,-16.7984,-16.8493]}]],[[{"lng":[173.901,174.503,174.885,175.107,175.226,175.381,175.487,175.612,175.893,176.184],"lat":[-16.8493,-16.5632,-16.8728,-16.748,-16.7409,-16.6289,-16.6218,-16.586,-16.5582,-16.5521]}]],[[{"lng":[176.184,176.179,176.148,176.106,176.065,176.036,175.986,175.973,176.336,176.342,176.3,176.244,176.215,176.212,176.136,176.061,175.975,175.922,175.9,175.885,175.839,175.772,175.559,175.574,175.59],"lat":[-16.5521,-16.6696,-16.8158,-16.9654,-17.0895,-17.2389,-17.5408,-17.8043,-17.8227,-18.0384,-18.1403,-18.2425,-18.3189,-18.6107,-18.732,-18.8945,-19.0222,-19.0798,-19.1624,-19.3274,-19.4451,-19.5471,-19.7548,-19.9765,-20.1887]}]],[[{"lng":[175.59,175.828,176.121,175.733,175.231,174.584,174.034],"lat":[-20.1887,-20.6294,-21.1655,-21.4216,-21.75,-22.1704,-22.4881]}]],[[{"lng":[176.184,176.377,176.545,176.671,176.79,176.883,176.949,177.035,177.13,177.19,177.269,177.412,177.414,177.345,177.4,177.588,177.721,177.806,177.876,178.007,178.086,178.171,178.283,178.402,178.491,178.524,178.562],"lat":[-16.5521,-16.569,-16.5574,-16.5527,-16.5447,-16.5435,-16.5235,-16.5159,-16.5049,-16.504,-16.5059,-16.5099,-16.3005,-16.3016,-16.2119,-16.2245,-16.2285,-16.2269,-16.2224,-16.1723,-16.1485,-16.1151,-16.1096,-16.1039,-16.0924,-15.9838,-15.8973]}]],[[{"lng":[-180,-179.739],"lat":[-15.620711,-15.5422]}]],[[{"lng":[178.562,178.936,179.332,179.614,179.89,180],"lat":[-15.8973,-15.8124,-15.7295,-15.6775,-15.6538,-15.620711]}]],[[{"lng":[-180,-179.739],"lat":[-15.620711,-15.5422]}]],[[{"lng":[172.571,173.049,173.671,173.941,174.482,174.661,174.784,174.898,175.314,175.659,175.947,176.021,176.256,176.618,176.966,177.167,177.417],"lat":[-13.4106,-13.4895,-13.5168,-13.2954,-13.3961,-13.4146,-13.3952,-13.3345,-13.2436,-13.3265,-13.4221,-13.6431,-13.6723,-13.7312,-13.8531,-13.9483,-14.0551]}]],[[{"lng":[-180,-179.739],"lat":[-15.362382,-15.5422]}]],[[{"lng":[177.417,178.029,178.469,179.012,179.389,179.79,180],"lat":[-14.0551,-14.309,-14.5006,-14.7838,-14.975,-15.2177,-15.362382]}]],[[{"lng":[-180,-179.739],"lat":[-15.362382,-15.5422]}]],[[{"lng":[-179.739,-179.444],"lat":[-15.5422,-15.5268]}]],[[{"lng":[-179.444,-178.812,-178.264,-177.691,-177.13],"lat":[-15.5268,-15.3773,-15.3255,-15.3981,-15.5594]}]],[[{"lng":[-176.346,-176.88,-177.415,-177.746,-178.24,-178.733,-178.768,-178.888,-179.048,-179.288,-179.444],"lat":[-14.634,-14.6708,-14.7064,-14.6461,-14.3166,-13.9861,-14.2304,-14.2241,-14.9275,-14.9356,-15.5268]}]],[[{"lng":[-114.421,-114.505,-114.498,-114.567,-114.875,-114.962,-115.183,-115.254,-115.599,-115.424,-115.402,-115.482,-115.912,-115.968,-116.184,-116.225,-116.099,-116.49,-116.353,-116.028,-115.769,-115.518,-115.291,-115.105,-114.526,-113.944,-113.608,-112.976],"lat":[-22.1145,-22.1961,-22.5426,-23.0236,-23.0396,-23.1789,-23.237,-23.3975,-23.4684,-23.8844,-24.0174,-24.1051,-24.2418,-24.3829,-24.4583,-24.5558,-24.8475,-25.172,-25.4158,-25.6738,-25.9677,-26.2434,-26.4659,-26.604,-26.7251,-26.7897,-26.8088,-26.8302]}]],[[{"lng":[-112.976,-112.947,-112.684,-112.658,-112.683,-112.672,-112.62,-112.55,-112.541,-112.455,-112.437,-112.364,-112.366,-112.388,-112.443,-112.453,-111.978,-111.977,-112.048,-112.103,-112.123,-112.098,-111.713,-111.763,-111.832,-111.864,-111.871,-111.741,-111.924,-112.208,-112.575,-112.934,-113.28,-113.61,-113.906,-114.125,-114.421],"lat":[-26.8302,-26.7241,-26.8009,-26.5538,-26.2823,-26.0379,-25.9342,-25.9259,-25.7874,-25.786,-25.6827,-25.6637,-25.5642,-25.4292,-25.1985,-25.0594,-25.0266,-24.8907,-24.6591,-24.4485,-24.2224,-24.1104,-24.032,-23.8598,-23.7275,-23.475,-23.3267,-23.2087,-23.0158,-22.8209,-22.6195,-22.407,-22.2231,-22.1264,-22.1022,-22.1057,-22.1145]}]],[[{"lng":[-112.023,-112.041,-112.063,-112.065,-112.151,-112.356,-112.415,-112.418,-112.442,-112.46,-112.504,-112.604,-112.628,-112.562,-112.417,-112.187,-111.756,-111.399,-111.126,-110.827],"lat":[-31.5362,-31.7737,-31.9485,-32.1144,-32.3426,-32.3278,-32.4889,-32.7938,-33.112,-33.3989,-33.6498,-33.6626,-33.9988,-34.2996,-34.5562,-34.6742,-34.8114,-34.9123,-34.9948,-35.0908]}]],[[{"lng":[-110.827,-110.527,-110.326,-110.141,-109.919,-109.691,-109.259],"lat":[-35.0908,-35.0613,-34.946,-34.8171,-34.7019,-34.6092,-34.5446]}]],[[{"lng":[-109.259,-109.277,-109.27,-109.205,-109.323,-109.41,-109.183,-108.972,-109.206,-109.435,-109.791,-110.21,-110.687,-111.202,-111.66,-112.023],"lat":[-34.5446,-34.2037,-33.9167,-33.7019,-33.3917,-33.1401,-33.0204,-32.9365,-32.6615,-32.4,-32.1152,-31.9198,-31.715,-31.5638,-31.5564,-31.5362]}]],[[{"lng":[-112.976,-113.112,-113.129,-113.133,-113.001,-112.971,-112.955,-112.934,-113.01,-113.021,-113.02,-112.956,-112.367,-111.806,-111.749,-111.773,-111.775,-111.797,-111.851,-111.885,-111.951,-111.978,-111.964,-112.023],"lat":[-26.8302,-27.0143,-27.2727,-27.577,-27.6074,-27.8495,-28.129,-28.3794,-28.3829,-28.5495,-28.7872,-29.0088,-29.1602,-29.2656,-29.5788,-30.0247,-30.1873,-30.4248,-30.6244,-30.6658,-31.0446,-31.3862,-31.3905,-31.5362]}]],[[{"lng":[-102.068,-102.082,-102.077,-102.085,-102.085,-102.09,-102.088,-102.08,-102.075,-102.067,-102.075,-102.076,-102.088,-102.104,-102.133,-102.262,-102.23,-102.257,-102.222,-102.243,-102.203,-102.223,-102.181],"lat":[2.63532,2.57438,2.50246,2.48615,2.41199,2.3909,2.32729,2.3083,2.16104,2.13734,2.02449,1.97154,1.90349,1.90382,1.77843,1.75155,1.54137,1.52778,1.3611,1.34857,1.22065,1.21398,1.13426]}]],[[{"lng":[-102.181,-102.082,-101.959,-101.825,-101.644,-101.58,-101.487,-101.423,-101.348,-101.315,-101.195,-101.153,-101.047,-101.074,-100.964,-100.973,-100.908,-100.974,-101.049,-101.149,-101.27,-101.356,-101.438,-101.512],"lat":[1.13426,1.20646,1.26876,1.33439,1.40377,1.31773,1.38887,1.33816,1.39907,1.35013,1.42309,1.38576,1.47077,1.51368,1.65513,1.67885,1.74348,1.83189,1.90637,1.98018,2.0485,2.10436,2.16015,2.23226]}]],[[{"lng":[-101.512,-101.49,-101.697,-101.878,-102.068],"lat":[2.23226,2.60499,2.63971,2.64213,2.63532]}]],[[{"lng":[-102.068,-102.109,-102.096,-102.118,-102.145,-102.193,-102.219],"lat":[2.63532,2.78564,2.79833,2.89294,2.88876,3.07219,3.23869]}]],[[{"lng":[-102.181,-102.24,-102.21,-102.253,-102.294,-102.319],"lat":[1.13426,0.712821,0.706338,0.3717,0.157068,-0.015477]}]],[[{"lng":[-101.512,-101.203,-101.196,-101.067,-100.644,-100.394,-100.066,-100.047,-99.9129,-99.8108,-99.7389],"lat":[2.23226,2.24142,2.1989,2.21046,2.2044,2.2065,2.20704,2.29966,2.27227,2.2726,2.26882]}]],[[{"lng":[-29.4885,-30.9056,-32.367,-33.7338,-33.3551,-33.0577,-33.6911,-34.5912,-36.1083,-36.846,-37.8103,-38.7149,-39.7112,-40.6597,-41.5971,-42.4101,-43.2125,-44.2095,-45.191,-46.4141,-47.6626,-49.1626,-50.6713,-52.1759,-53.3821,-54.7413,-55.5965,-56.4567,-57.75,-59.2458,-60.5322,-61.933,-62.8208,-63.7131,-64.788,-65.8708,-67.404,-68.9886,-69.8669,-70.5127,-71.2906,-72.0816,-73.0105,-74.0351,-74.9956,-75.7435,-76.4833],"lat":[-55.0334,-54.8217,-54.5854,-54.4603,-54.86,-55.458,-55.605,-55.7295,-55.6416,-55.2149,-55.0862,-54.8532,-54.6334,-54.3972,-54.1536,-53.8797,-53.6003,-53.2697,-52.9309,-52.8301,-52.6907,-52.664,-52.71,-52.8726,-53.2094,-53.406,-53.5304,-53.6486,-53.626,-53.5981,-53.6735,-53.81,-53.9171,-54.0177,-54.1726,-54.3178,-54.3941,-54.4297,-54.2309,-54.0994,-53.9225,-53.7183,-53.3135,-52.9111,-52.5564,-52.3147,-52.0684]}]],[[{"lng":[-29.4885,-29.7147,-29.8147,-29.7936,-29.7728,-29.817,-30.3157,-30.3263,-30.3343,-30.3324,-30.3253,-30.3338,-30.3779,-30.721,-30.7271,-30.7434,-30.7431,-30.469,-30.38,-30.1292,-30.0692,-29.8517,-29.8442,-30.0069,-29.9509,-29.5634,-29.5547,-30.1075,-30.0314,-29.8812,-29.598,-28.6771,-27.7048,-27.6967],"lat":[-55.0334,-55.2043,-55.3268,-55.5009,-55.6048,-55.6835,-55.7539,-55.8635,-55.9491,-56.0517,-56.1345,-56.2904,-56.4434,-56.4492,-56.511,-56.5699,-56.8593,-56.851,-57.0937,-57.0954,-57.5995,-57.5979,-58.2619,-58.2719,-58.8052,-58.8167,-59.5138,-59.515,-59.937,-60.1736,-60.4347,-60.4587,-60.4673,-60.6171]}]],[[{"lng":[-27.6967,-26.8895,-26.0709],"lat":[-60.6171,-60.506,-60.391]}]],[[{"lng":[-44.2259,-43.1509,-42.0674,-41.2136,-39.827,-39.093,-37.5605,-36.4181,-34.8252,-33.4464,-32.367],"lat":[-60.2425,-60.3761,-60.501,-60.975,-60.634,-61.018,-61.2433,-61.392,-60.9895,-60.7009,-60.4089]}]],[[{"lng":[-32.367,-31.0139,-29.7382,-28.7433,-27.6967],"lat":[-60.4089,-60.5118,-60.5753,-60.601,-60.6171]}]],[[{"lng":[-26.0709,-25.0688,-24.4559,-23.9907,-23.8194,-24.1302,-24.2327,-24.6963,-25.1492,-25.7205,-26.414,-26.9949,-27.6044,-28.6466,-29.4885],"lat":[-60.391,-59.9733,-59.3858,-58.9209,-58.195,-57.4253,-57.1736,-56.7336,-56.292,-55.8396,-55.4244,-55.2319,-55.0948,-55.0049,-55.0334]}]],[[{"lng":[60.2148,60.4564,60.7122,60.9696,61.2301,61.4919,61.8481,62.0963,62.1325,62.5025,62.8772,63.6313,64.2754,64.6511,65.0282],"lat":[18.2397,18.7983,19.3057,19.8127,20.2303,20.6443,21.1258,21.4249,22.0828,22.385,22.683,23.2008,23.6936,24.0383,24.3824]}]],[[{"lng":[60.2148,60.0619,60.0202,59.9642,59.9086,59.6423,59.4096,59.0337,58.5892,58.2131,57.9836,57.4762,57.0015,56.2652],"lat":[18.2397,17.4577,16.7126,16.1423,15.5721,15.2418,14.8951,15.0876,14.646,14.916,14.5994,14.662,14.6601,14.6232]}]],[[{"lng":[56.2652,56.2079,56.1791,56.0574,55.8218,55.6685,55.6312,55.48,55.2778,55.1084,55.0473,54.9576,54.7308,54.5489,54.511,54.4505,54.3873,54.3319,54.2874,54.2493,54.1926,54.1494,54.0687,54.0177,53.9287,53.8625,53.818,53.579,53.3584,53.2202,53.2113,53.1222,52.9071,52.737,52.6672,52.5469,52.2992,52.1389,51.94,51.7625,51.5698,51.4487,51.3429,51.2532,51.079,50.8416,50.6615,50.573,50.4294,50.3102,50.2524,50.1673,50.0614,49.8491,49.68,49.5926,49.4721,49.4296,49.349,49.2784,49.0705,48.882,48.8025,48.6992,48.5671,48.4479,48.3487,48.2675,48.142,48.0479,47.9914,47.9014,47.7883,47.6494,47.5875,47.5389,47.319,47.1613,47.1303,47.0489,46.9923,46.9297,46.8487,46.7168,46.5789,46.5108,46.429,46.3107,46.1976,46.1503,46.1097,45.8509,45.6496,45.6372,45.6018,45.5218,45.428,45.3277,45.2811,45.0969,44.9132,44.8817,44.7802,44.5131,44.0493,43.6495,42.8413,42.0332],"lat":[14.6232,14.6433,14.6213,14.6411,14.6923,14.7216,14.6814,14.7292,14.7885,14.8505,14.7116,14.7272,14.801,14.8698,14.7601,14.621,14.6399,14.6707,14.6814,14.6914,14.7096,14.7328,14.7722,14.6573,14.4894,14.3509,14.3615,14.4408,14.5118,14.5623,14.5379,14.5586,14.6221,14.6813,14.5615,14.5972,14.6625,14.6887,14.353,14.0283,13.6673,13.4576,13.2718,13.1223,13.1923,13.2794,13.3618,13.2181,13.2725,13.3125,13.229,13.1225,13.1675,13.2512,13.3128,13.1686,13.0078,13.0419,12.8973,12.8019,12.8528,12.9084,12.7698,12.6576,12.6906,12.7289,12.5726,12.6023,12.6407,12.671,12.5807,12.4611,12.4923,12.5185,12.4409,12.3687,12.4301,12.463,12.3587,12.3877,12.403,12.3002,12.2108,12.2482,12.2921,12.2019,12.0875,12.1425,12.1724,12.1123,12.0581,12.1002,12.1519,12.1586,12.073,11.9829,12.0176,12.0525,11.9983,11.9989,12.0116,12.0189,12.0224,12.0126,12.008,12.0127,11.795,11.5772]}]],[[{"lng":[39.2978,38.8261,38.3957,38.0745,37.9747,37.8253,37.5398,37.0425,36.5711,36.4073,36.2422,36.0661,35.8888,35.5456,35.1999,34.8748,34.547,34.2569,34.428,34.6009,34.7755,34.9519],"lat":[19.0298,19.4475,19.9075,20.3891,21.0213,21.8434,22.4945,23.2259,23.6392,24.1327,24.626,25.0553,25.4844,25.9191,26.353,26.8078,27.2619,27.8853,28.4143,28.9431,29.4717,30]}]],[[{"lng":[39.2978,39.5899,39.9867,40.3313,40.2512,40.1716,39.6707,39.7767,40.0263,40.275,40.614,40.0912,40.5071,40.8568,41.2055,41.6487,42.0332],"lat":[19.0298,18.4193,17.9494,17.2662,16.7851,16.304,15.7716,15.1377,14.7192,14.3005,13.7417,13.2094,12.5998,12.2055,11.8107,12.189,11.5772]}]],[[{"lng":[20.3001,20.7603,21.3266,21.5988,21.8932,22.3752,22.8662,23.3986,23.8739,24.5928,25.5767,26.4653,27.2265,27.6845,28.0502,28.478,28.7789,29.0702,29.3451,29.7309],"lat":[37.8039,37.0983,36.6289,36.2159,35.9334,35.7424,35.4367,34.99,34.6283,34.3397,34.2487,34.1983,34.3347,34.706,34.8702,35.1272,35.3116,35.378,35.4249,35.4273]}]],[[{"lng":[29.7309,30.2208,30.7929,31.256,31.7399,32.1719,32.6678,33.1007,33.7354,34.0542,34.4998,34.9001,35.3621,35.7912,36.4134],"lat":[35.4273,35.1543,34.9908,34.826,34.6341,34.4871,34.3899,34.2903,34.3017,34.5045,34.7855,35.091,35.4051,35.689,36.0232]}]],[[{"lng":[42.0332,41.4423,41.1166,40.7921,40.4494,40.1074,39.7898,39.4729,39.1565,38.8408,38.4775,38.115,37.8487,37.5829,36.9136,36.6014,36.2897,35.7824,35.2749,34.7673,34.2596,33.7517,33.2437,32.7355,32.2271,31.7527,31.2793,30.4713,30.4748,30.4783,31.0492,31.6199,31.1221,30.6247,30.2459,29.8673,29.6297,29.392,29.1299,28.8677,28.9103,28.9529,29.2804,29.6085,29.604,29.5996,30.0455,30.4927,31.042,31.5917,32.1166,32.6426,33.099,33.5557,33.8175,34.0806,34.7091,34.4411,34.1717,34.0714,34.4608,34.8525,34.7288,34.6043,34.9008,35.1989,35.1995,35.2001,34.5989,34.2716,33.943,33.6131,33.2818,33.1963,33.1098,32.6356,32.1605,31.6844,31.2073,30.7293,30.2503,29.7704,29.2895,28.8442,28.3958,27.9441,27.489,27.592,27.6957,27.8002,27.9054,27.2526,26.5964,26.5952,26.594,27.1792,27.7693,28.054,28.3409],"lat":[11.5772,11.3169,10.7317,10.1462,9.79646,9.44636,9.07119,8.69575,8.29567,7.89535,7.44705,6.99845,6.47715,5.95572,5.95844,5.48365,5.00869,5.09868,5.18828,5.27747,5.36626,5.45463,5.54257,5.63007,5.71714,5.09727,4.47706,4.23531,3.5237,2.81209,2.64788,2.48341,1.96007,1.43658,0.748524,0.060444,-0.626325,-1.31308,-1.80931,-2.30551,-3.13391,-3.96229,-4.55689,-5.15135,-5.62513,-6.09891,-6.79117,-7.48303,-7.63081,-7.7779,-8.1622,-8.54581,-8.64346,-8.74056,-9.59798,-10.4552,-11.0274,-11.717,-12.4064,-13.1674,-13.8586,-14.5491,-15.1914,-15.8337,-16.3337,-16.8333,-17.4044,-17.9755,-18.3559,-18.6879,-19.0194,-19.3503,-19.6806,-20.5122,-21.3438,-21.492,-21.6388,-21.7842,-21.9283,-22.071,-22.2124,-22.3523,-22.4908,-22.9711,-23.4501,-23.9278,-24.4042,-24.8474,-25.2905,-25.7335,-26.1765,-26.4737,-26.768,-27.4774,-28.1868,-28.6245,-29.0596,-29.4544,-29.8486]}]],[[{"lng":[32.1252,32.6626,33.1706,33.6775,34.1568,34.636,35.0898],"lat":[-46.9975,-46.1911,-45.3818,-44.5607,-43.7467,-42.9307,-42.1032]}]],[[{"lng":[35.0898,35.528,35.955,36.3713,36.7774,37.174,37.5615,36.7208,35.892,35.0748,34.2689,33.4741,32.6901,31.9165,31.1532,30.3997,29.6559,28.9215,28.3409],"lat":[-42.1032,-41.2537,-40.4026,-39.55,-38.6959,-37.8404,-36.9837,-36.4328,-35.8761,-35.3138,-34.7461,-34.1731,-33.5951,-33.0122,-32.4246,-31.8325,-31.236,-30.6352,-29.8486]}]],[[{"lng":[-76.684,-76.7653,-76.9243,-77.0829,-77.2914,-77.4993,-77.6786,-77.9217,-78.1287,-78.2289,-78.4272,-78.7455,-78.9698,-79.1511,-79.2344,-79.4321,-79.7482,-80.1053,-80.3646,-80.6357,-80.879],"lat":[8.7313,9.06455,9.37587,9.63133,9.89982,10.0985,10.2696,10.4324,10.547,10.6146,10.6388,10.6534,10.5795,10.4787,10.4145,10.4311,10.3894,10.305,10.2712,10.1539,10.0579]}]],[[{"lng":[-80.879,-81.0792,-81.3063,-81.4692,-81.6542,-82.0802,-82.3126,-82.5246,-82.8019,-83.0213,-83.2085,-83.4648,-83.7824,-84.0727,-84.4241,-84.7462,-85.1238,-85.4349,-85.7164,-85.969,-86.2479,-86.648],"lat":[10.0579,9.93537,9.77762,9.58708,9.44432,9.43984,9.50913,9.5994,9.76995,9.87311,10.0526,10.2088,10.3213,10.4479,10.5374,10.5933,10.6534,10.6269,10.5674,10.4886,10.3882,10.235]}]],[[{"lng":[-78.6463,-78.7511,-78.9818,-79.2402,-79.4697,-79.6576,-79.8456,-80.0958,-80.2498],"lat":[7.33731,7.32893,7.31874,7.30109,7.22831,7.18385,7.1601,7.10068,7.13273]}]],[[{"lng":[-80.2498,-80.3628,-80.5391,-80.687,-80.7835,-80.8937,-81.0385,-81.1628,-81.3423,-81.4874,-81.5843,-81.741],"lat":[7.13273,7.22073,7.33519,7.41545,7.35838,7.29417,7.22241,7.17174,7.09933,7.05516,7.03949,7.06054]}]],[[{"lng":[-81.741,-81.8886,-81.9436,-82.0896,-82.1252,-82.2021,-82.2734,-82.3385,-82.492,-82.6171,-82.6857,-82.7482,-82.811,-82.8748],"lat":[7.06054,6.97836,6.94971,6.96742,7.00801,7.04084,7.12881,7.25127,7.29605,7.30701,7.27797,7.28342,7.3026,7.36639]}]],[[{"lng":[-82.8748,-83.0742,-83.2331,-83.3599,-83.6054,-83.8377,-84.0072,-84.1577,-84.4187,-84.6858,-85.0438,-85.3805,-85.6124,-85.9105,-86.2036,-86.4487,-86.648],"lat":[7.36639,7.59169,7.84854,7.92759,8.04445,8.18189,8.30028,8.47377,8.63674,8.77169,8.93723,9.08908,9.20327,9.42337,9.68364,9.9383,10.235]}]],[[{"lng":[-78.6463,-78.7148,-78.7619,-78.747,-78.6976,-78.599,-78.5419,-78.4428,-78.3997,-78.3356,-78.265,-78.1946,-78.1514,-78.1293,-78.0861,-78.0504,-78.008],"lat":[7.33731,7.23227,7.09977,7.03058,6.99653,6.94229,6.85277,6.7568,6.66011,6.56364,6.50195,6.46107,6.34345,6.23949,6.12184,6.05273,6.00453]}]],[[{"lng":[-78.6463,-78.2285,-78.0129,-77.7067,-77.5335,-77.3309,-77.1492,-76.906,-76.684],"lat":[7.33731,7.50952,7.63734,7.82883,8.01173,8.10457,8.19017,8.44344,8.7313]}]],[[{"lng":[-76.684,-76.7013,-76.7056,-76.7033,-76.5944,-76.4559,-76.2748,-76.0645,-75.905,-75.6313,-75.3703,-75.1228,-74.7964,-74.4764,-74.3066,-74.0577,-73.8738,-73.632,-73.3032,-72.9161,-72.4282,-71.8397,-71.1949,-70.9525,-70.6594],"lat":[8.7313,9.01654,9.37852,9.76145,10.09,10.3285,10.5744,10.765,11.0873,11.39,11.5948,11.7645,11.9138,12.0208,12.2243,12.3863,12.7431,13.0583,13.2898,13.3675,13.4097,13.4647,13.5029,13.4376,13.3101]}]],[[{"lng":[-70.6594,-70.4957,-70.1827,-69.8634,-69.5944,-69.3478,-69.0241,-68.7297,-68.3792,-68.0865,-67.9613],"lat":[13.3101,13.1623,12.9296,12.6685,12.4496,12.1751,11.8437,11.5126,11.1736,10.8145,10.4995]}]],[[{"lng":[-81.5989,-81.3022,-80.9772,-80.5745,-80.2061,-79.8028,-79.4968,-79.2253,-78.9289,-78.667,-78.4366,-78.1931,-78.0055],"lat":[-3.24451,-3.26785,-3.26376,-3.07358,-2.88264,-2.64299,-2.47156,-2.27888,-1.99438,-1.42089,-0.748094,-0.234463,0.147576]}]],[[{"lng":[-78.0055,-77.707,-77.3318,-76.9216,-76.5737,-76.2537,-75.9891,-75.7736,-75.4325,-75.2097,-74.8753,-74.5894,-74.3454,-74.101,-73.9265,-73.815,-73.7803,-73.5917,-73.3259,-73.13,-72.9202,-72.7732,-72.6331,-72.3528,-72.1985,-72.1492,-72.0789,-71.9242,-71.9029,-71.8886,-72.0499,-72.0709,-72.0637,-72.3592,-72.4366,-72.2464,-72.0913,-71.9148,-71.7948,-71.6958,-71.4557,-71.2084,-71.081,-70.9251,-70.7271,-70.5145,-70.3584,-70.0812,-69.8747,-69.6962,-69.5106,-69.2969,-69.1403,-68.9764,-68.67,-68.5065,-68.3502,-68.1311,-67.9613],"lat":[0.147576,0.585555,0.898863,1.10119,1.27575,1.50607,1.61798,1.93192,2.28107,2.49764,2.79118,3.0219,3.29442,3.42043,3.56025,3.8186,3.97914,4.16783,4.30774,4.41261,4.7408,4.9363,5.11782,5.26439,5.53653,5.78778,6.04598,6.26219,6.46457,6.68091,7.03006,7.1976,7.32322,7.5677,7.70032,7.81891,7.90255,8.10474,8.19528,8.34166,8.45276,8.57065,8.66092,8.80684,8.87572,9.01417,9.13886,9.38819,9.58196,9.79669,9.97637,10.1208,10.1959,10.2986,10.4554,10.5021,10.535,10.5111,10.4995]}]],[[{"lng":[-67.9613,-67.4989,-66.8695,-66.4366,-65.9643,-65.5257,-65.1209,-64.997,-64.5077,-64.2099,-63.8782],"lat":[10.4995,10.5924,10.6666,10.6624,10.6528,10.6153,10.5999,10.5392,10.474,10.5194,10.5316]}]]],null,null,{"interactive":true,"className":"","stroke":true,"color":"#03F","weight":5,"opacity":0.5,"fill":false,"fillColor":"#03F","fillOpacity":0.2,"smoothFactor":1,"noClip":false},null,null,null,{"interactive":false,"permanent":false,"direction":"auto","opacity":1,"offset":[0,0],"textsize":"10px","textOnly":false,"className":"","sticky":true},null]},{"method":"addCircleMarkers","args":[[-3.7939,60.651,61.4712,35.974,0.8805,35.9753342,17.8453,36.0186653,31.9378,17.9536,54.3835,38.1601,55.0049,-52.3669,37.1836667,-3.5136,66.2991,19.1686668395996,-3.5943,61.4508,15.6702,59.1329,61.5111,19.5916,36.6565018,27.8789,31.8969,-7.3964,-2.2781,17.963,37.6351662,37.6388333,61.5461,66.0426,-6.6075,37.5914,62.7746,17.8781,-3.5093,61.4242,17.8713,27.13,17.8523,41.5069,17.88,17.8701,17.9261,38.2967,52.946,33.5089,19.2693,37.3731,-46.659,19.0451,17.9511,38.274,18.992,-5.7191,18.9965,19.063,38.18,17.9261,-5.7631,19.0226,39.3634,28.6645,60.4387,36.588665,35.7443352,0.9512,-20.7062,-27.7808,44.5476667,52.126,32.3478,12.5652,36.428,40.5341682,13.8292,-11.6348,13.4256,17.8961,17.9021,-35.245,40.3046684,32.4574,-5.0925,18.155,38.8341675,38.8333321,17.9185,54.5263,-20.8809,54.9877,61.5103,61.5339,61.5728,61.5218,-6.1621,51.3766,17.9765,21.788,44.4343,-15.2741,44.2662,32.3975,4.7588,44.3244,17.9386,15.1948,40.3293343,8.0438,17.9531,19.2405,31.7146,17.8953,25.6893,28.3169,36.4418,-62.2779,-1.9522,33.5483,31.0982,32.967,44.3235,31.1042,44.2987,44.3169,61.1028,40.9118,19.2046,-21.1693,44.4416667,40.9427,38.1663,60.0838,6.9128,40.9587,17.9568,54.0373,40.9928,38.1639,40.2869987,19.0935,67.3332,40.1506,-7.4682,31.6276,54.5803,23.1417,10.6585,17.9446,44.5463333,17.8766,17.9685,39.9258,42.323,-6.5998,29.1134,22.6465,19.3318333333333,-43.5973,35.7338333,51.0985,-7.176,29.0627,54.5049,35.6376667,19.2338333333333,17.9603,62.9942,54.1803,47.8476666666667,36.0291667,19.4288333333333,31.8773,39.366333,17.9306,-40.5231,54.6442,-25.447,-3.5725,-5.0833,27.267,62.1549,-23.5257,49.6532,19.3188333333333,38.0681,34.9791667,-7.4358,66.3247,-22.9786,-7.4116,18.0141,31.5323333,19.3585,14.868,9.9776,40.1872,18.0815,17.9156,19.3355,54.6924,17.8738,57.6157,-17.2651,-35.5486,53.578,69.2501,-17.7126,51.5152,54.9851,66.9739,54.4612,44.3436,51.4299,54.4604,35.5159988,17.947,-62.2887,31.6176,31.6047,54.0045,66.2026,52.5913,60.467,-34.9779,38.1721,17.9405,36.5715,-55.884,28.4424,37.6391667,44.358,-23.908,37.9127,71.4096,-44.446,-18.6541,-3.2297,-17.9283,21.1062,39.367,0.1713,19.1313333333333,16.1894,-62.3296,-31.9955,54.3829,54.416,42.2299,31.5285,31.5295,17.9343,-21.612,-20.0044,54.9537,-62.3207,56.0724,57.6712,-5.8523,-6.6955,38.6254,17.9501,59.6054,53.1686,-44.3935,53.2829,-0.1501,0.2132,31.2567,29.05,18.22,14.3088,17.9791,17.9515,39.3638333,17.9046,43.842,25.7483,40.2936667,37.8283,44.5579,17.918,-3.4515,34.8598333,54.5884,53.5147,53.7571,62.6927,-13.0959,33.7736,17.9466,38.0363,10.6304,37.821,19.2198333333333,31.5216667,31.3841,54.2874,-22.7629,-24.3187,18.1298,61.7202,-43.1727,-13.2948,31.5295,19.1841666666667,2.4459,-32.8248,17.943,-31.8687,8.6678,40.4541,17.9585,55.0018,19.6318,17.4138,31.5308333,60.4668,36.0253334,37.6385002,25.0887,31.5278333,38.9744,55.4612,54.5648,-18.1011,-19.9519,23.2124,17.9026,17.8916,38.0277,54.1262,52.7095,10.1531,17.9425,-6.1387,61.1198,37.955,44.3093,-57.9439,9.89,-7.1501,-21.8066,44.3087,37.8021,-24.2129,17.9115,65.3628,64.1026,19.0891,46.8467,37.8255,-62.3231,37.8304,-17.9064,-62.3738,17.8493,10.0045,54.3345,17.9371,31.7227,-7.061,-5.2415,27.2686,17.9481,-62.253,-18.689,18.0315,34.5126667,31.6243,-22.0723,31.5826,19.3845,57.0112,37.8209,-9.1753,40.6014,-55.742,14.5443,35.339,17.9338,34.1128333,-27.879,31.7136,19.2001666666667,51.4177,54.4271,34.1448,44.2799,51.0871,37.8431,38.1572,17.9838,-6.6764,44.3001667,18.8123,-21.7714,-21.7564,-22.1561,61.0651,54.5692,56.5902,17.927,56.0745,-62.3845,-62.3101,-62.2953,54.5411,37.8482,-18.1513,54.3886,48.6026666666667,71.3873,19.4158325195312,53.5821,60.8319,48.224,14.1896,-20.5141,-23.7673,37.8364,54.495,71.491,71.5626,37.901,60.0003,44.118,44.3692,38.8868,40.503334,-4.782,48.4095,1.4283,-10.1762,-5.6,37.8027,31.649,50.9491,36.4952,31.6616,37.7426,37.8316,-10.8015,17.4301,54.4048,-12.2342,37.8695,31.6597,53.416,46.8502,44.3111,44.3094,37.9175,-8.8151,59.8348,13.6153,-25.9092,53.2612,35.8796654,10.6398,19.2028333333333,37.638,37.6336667,18.009,44.2477,54.4742,36.186,54.2935,18.3586,44.0492,-20.5595,54.5552,-21.1022,17.9228,-23.358,52.6057,-22.9706,31.652,-22.8014,-20.8916,-62.3488,-7.0549,19.1569995880127,-7.6922,2.9293,52.336,17.9725,54.1557,46.8029,-6.5265,-17.8835,13.469,-17.5216,6.8966,16.3474,28.1853,54.3624,-17.7271,17.9685,54.5568,-2.7391,19.422,37.6247,-15.5972,54.1791,-62.4843,13.7241,54.3302,-62.28,61.6915,35.5918333,53.967,17.9543,13.743,54.3977,-57.9467,6.8292,54.4096,44.1866,-0.2534,17.889,31.6719,36.4408333,36.45116667,32.8331667,54.3318,-59.9185,54.5702,54.1003,19.1978333333333,-0.12,18.033,54.5676,22.1585,-29.7688,-7.5289,-62.3222,-62.3791,-62.2909,17.9608,18.0035,60.5765,38.7683333,36.459,18.2106,33.5041667,-21.3581,-11.5947,17.917,-29.3262,-23.8129,17.9193,17.9291,-29.3296,17.9131,67.2337,-14.4415,31.6882,17.9296,-31.3733,69.2988,17.9418,17.8946,-6.0287,17.9366,-63.5089,32.1358,-62.9473,65.3476,-17.915,36.4536667,-34.9131,39.8002,-0.1729,17.918,-14.9272,17.989,31.6443,51.927,31.0412,0.5317,54.6374,35.7356,-8.6033,-6.8896,36.4122,-22.9162,54.5048,-24.1758,17.9021,-34.8853,50.5214,53.2014,54.3912,17.9605,-42.2961,54.1855,54.4853,17.9615,54.4371,54.0234,17.936,66.3229,31.6483,17.921,54.3008,-20.9833,17.9351,17.9431,19.6198,36.4528333,-5.5222,-2.344,54.6018,55.0113,-18.3525,55.008,-2.1839,7.5704,31.7195,54.0445,54.9161,-2.238,36.6015,54.5172,54.3342,54.136,54.5892,54.5934,-2.6055,54.366,-38.5975,54.6172,54.5859,-56.0066,-24.7745,54.3552,54.6034,7.1134,54.4568,38.0359,-6.7923,-62.3277,-62.1521,-62.3711,54.0459,-11.7205,54.5643,-12.6354,35.8876667,54.407,54.0958,79.1585,54.4042,-18.0633,17.8471,31.6892,54.2986,-0.47,54.368,54.5406,18.9545,-62.3415,55.9789,38.5381,54.1389,54.3485,54.4801,54.0328,44.411,52.9266,54.5851,40.1507,54.1055,54.4603,49.4347,54.4077,18.9551,54.0362,54.1912,54.1834,44.5585,38.1833,54.3124,54.3796,54.4942,54.3763,54.3853,54.3246,51.4234,54.3074,19.3433333333333,54.2068,55.0602,55.3678,17.9375,34.8598333,61.7328,54.1905,54.2757,36.4393333,54.6658,54.5708,54.586,32.1448,54.6155,54.3753,17.8676,54.3507,54.6725,54.5766,-1.5332,54.5389,-6.0969,-6.159,38.1112,54.5939,6.2671,54.4965,29.8897,30.4031,54.0746,38.5575,54.5099,54.3314,-31.151,29.1992,54.6217,19.5216666666667,53.4452,54.6058,13.4316,17.9366,38.1566,54.646,54.5213,54.6918,44.5842,54.9466,60.9492,0.5849,63.2182,19.1348323822021,63.2272,54.4691,54.4002,54.5366,34.8645,18.5256,54.2778,54.1659,38.7355,54.3981,-23.3726,51.1052,54.5699,18.0221,54.5457,53.6062,-6.9653,19.2208333333333,53.8748,54.6972,17.9613,54.227,54.6056,39.5588,-6.3974,53.6625,54.546,61.4686,44.9041,54.7465,54.2866,19.5866666666667,17.96,53.6535,54.2122,24.6075,54.7318,54.1109,-6.5271,36.4331667,-8.064,-56.6979,55.3029,54.3563,-62.3305,47.2935,54.1835,54.3407,36.5901,38.9397,34.1876,-23.2456,-20.0698,37.7819,-20.002,47.0135,54.559,51.2427,17.9581,54.2741,35.6668333,54.3704,54.2163,54.3622,21.6406,-44.7324,31.0596,37.8287,56.0639,37.7696,54.253,54.4147,54.4848,-18.6242,51.0832,-4.0211,-4.2518,54.2682,38.1567,19.3658333333333,32.9216667,14.8012,54.9276,54.4444,-15.3542,54.3109,-10.2591,54.2679,54.5327,54.2146,56.0374,54.4825,54.2067,-37.8393,54.3327,50.5646,57.0845,54.5986,54.4527,58.7497,54.4849,15.8602,54.5058,54.223,-0.749,54.2469,54.3885,54.2075,43.7473,17.8648,54.4951,54.2156,54.1945,54.473,54.545,53.9852,54.6386,36.5165,54.5449,54.2041,-60.8969,54.637,54.4865,55.0563,54.2142,54.2585,-7.9933,35.6216667,53.4833,54.6293,54.6123,36.0358333,54.4073,38.1671,54.5932,54.5782,54.5954,17.9825,-8.1887,54.1613,62.1348,38.7417,54.4889,54.539,17.9238,44.5327,-53.3676,56.0813,44.3056,32.3905,17.8965,54.4091,38.1373333,31.8024,54.5021,56.4485,19.3701667785645,62.1524,54.2429,62.2544,-22.713,-17.763,54.2214,9.577,54.5173,19.4176666666667,19.4208333333333,19.4188333333333,19.4188333333333,17.9441,-58.2464,60.8932,54.6447,54.1663,19.4133338928223,19.4215,-62.2429,19.4263,19.4205,54.1979,54.5293,33.9045,35.2447,54.4671,51.9124,19.4206666666667,35.8067,-38.5361,-36.3484,54.2403,-62.3669,38.7685,25.9108,19.4193333333333,39.6965,-2.0553,36.0382,8.112,44.1266667,54.2072,39.366,54.2357,54.1002,54.7181,38.1827,54.6474,54.644,54.6515,36.7325,54.5892,51.594,53.2017,-18.068,17.9653,54.3869,52.2529,54.3575,40.369,23.0338,17.8893,38.7201,54.4959,54.5971,54.3963,51.881,-62.3265,45.2601,-40.4764,17.9481,17.9933,-4.8002,56.3084,54.6765,54.3435,54.4951,17.9685,-22.4518,-14.9843,14.1802,17.9368,54.5452,-27.5525,54.6471,-62.1881,-23.5304,34.8616667,54.2313,-62.3544,17.9468,54.4216,-2.1591,18.0148,-20.7485,54.0515,54.5104,19.420166015625,54.5185,19.4196666666667,54.5564,54.3506,54.5073,54.5281,54.5057,54.5218,54.2898,54.4905,54.2148,19.4213333333333,54.2577,54.4617,54.1887,54.54,54.4379,19.4241666666667,54.4058,17.9773,54.4526,54.4721,54.5396,54.1455,54.5201,54.5271,54.1151,54.53,17.9608,54.3085,54.5924,54.1066,54.1767,54.2738,54.4195,54.6143,54.2142,30.9235,54.4952,-25.64,54.5476,54.5636,54.5496,54.7161,44.3145,44.2874,54.5503,44.293,54.3864,33.1881667,-36.3701,54.5386,36.4685,54.272,54.4607,54.6294,54.5116,54.6462,41.1539,54.4705,59.9616,54.5428,54.4869,59.7425,54.5889,54.2572,54.4527,54.5465,17.9985,54.4274,54.5456,54.562,54.4199,65.9785,54.4394,54.4116,53.6725,53.3881,53.4534,54.3835,36.874,17.9933,54.4892,54.4437,54.7208,52.7638,54.6007,54.5845,54.5897,54.5228,54.4555,54.2646,-3.8835,19.9028,54.3932,54.5163,54.5542,54.4161,54.2306,-36.4011,54.3685,54.4783,36.87433333,54.4081,-24.6102,54.3932,54.3015,19.98,54.5901,54.6069,54.8353,52.6958,34.8608333,54.2585,54.4218,54.5972,17.9691,-44.6718,54.335,54.5082,54.0966,33.1981667,54.4591,54.5517,54.5439,33.201,-21.3564,54.5816,33.2065,33.202,33.2,33.192,54.4071,62.8996,54.3031,5.9384,20.8939,54.0567,19.0183,-62.3194,17.8676,54.6871,54.3526,31.8339,34.8608333,58.9812,54.6031,37.4058333,54.3748,54.5168,54.3074,48.8823,17.9206,-54.5704,54.3016,54.452,31.9533,54.6578,54.5617,54.2552,54.2074,54.5807,61.0916,54.3236,54.3804,58.4886,54.6131,50.9092,9.374,54.3741,33.8898333,36.36716667,39.3661667,55.0171,32.2841667,52.689,54.4161,54.6365,52.6383,21.175,3.8202,50.4265,19.9486,34.863,54.5339,55.251,54.6222,-20.8778,54.3806,13.6498,54.4055,47.9249,54.3115,54.0651,74.0668,23.9724,18.276,38.1468,54.6823,54.385,54.5297,54.1395,-4.196,-5.5515,35.5008333,54.3441,54.5145,-62.2794,53.9983,54.5197,36.3645,-7.1223,54.4302,14.8345,-5.6856,54.4444,54.295,54.5092,31.9148,52.9112,54.52,-10.4693,54.5072,54.5608,54.4696,-62.3472,17.9393,54.409,54.4959,54.3029,54.6036,54.23,-6.7441,-30.7251,54.2177,54.4253,54.3819,-56.5941,37.3179,37.2797,18.8409,53.937,54.3851,44.3049,-34.6877,-14.9837,-17.8198,14.0796,-6.057,-16.54,4.4935,-0.1532,54.2086,44.2935,54.2966,45.9425,44.5363,54.4373,54.3184,54.5521,54.1132,26.8735,-18.4806,54.2835,54.5176,-6.748,-6.166,54.2115,54.4123,0.8661,54.4872,60.0355,54.4462,-55.9257,54.6416,56.231,1.5693,54.324,25.6547,54.2505,-3.3985,54.4475,54.6469,44.3722,54.6483,54.3923,54.4531,-3.2469,36.2765,54.3935,54.538,54.5881,54.3135,17.9343,54.1308,54.529,54.2281,17.9243,33.3484,54.4607,12.3764,54.3555,54.5073,54.39,54.378,36.1168,35.9454,54.4427,54.0136,54.5489,54.1499,54.3551,54.1945,54.6127,54.4419,54.4955,54.4547,54.5672,54.5321,51.9548,54.2448,54.5274,54.1272,54.5689,31.5546,54.5684,54.5575,54.5935,54.4324,54.4753,17.9513,54.2426,-25.5166,54.6496,54.0839,17.948,54.3076,51.0855,54.7291,54.5324,54.5274,54.3874,54.4792,58.9952,54.3602,54.524,54.4844,54.4637,34.1895,54.4776,54.277,54.6214,54.2192,54.6161,54.1771,54.5034,54.3463,-17.5737,53.5679,54.2803,54.4805,54.7119,54.5571,2.8372,-56.1782,54.0032,54.6654,68.4455,31.9772,54.196,54.4989,54.269,54.0594,54.2242,54.4766,54.4071,54.2589,52.9586,54.0943,54.3628,54.2757,54.3453,54.5631,54.2249,19.2281,54.4565,-62.348,54.3362,54.3768,-17.7896,54.5547,54.3782,-62.3141,54.4971,-47.2099,54.167,54.428,54.4131,54.1249,54.5481,67.3128,54.3846,54.56,54.2699,17.7825,54.3833,-19.4899,54.323,54.3377,54.4804,-3.7431,54.4424,54.591,54.3364,54.559,53.5123,-19.3073,54.3256,54.4988,54.6267,-18.9386,41.1794,54.5478,36.4691,54.2371,54.6025,38.3196,53.2632,54.5697,54.5658,51.4205,54.5858,13.6892,46.1128333333333,54.4999,61.2934,54.3649,54.3759,54.5071,54.4149,27.2191,37.2053,54.0943,54.5139,-0.144,17.9686,54.5936,54.3844,-19.4376,54.4135,54.3297,54.3166,54.2184,54.4033,54.5903,54.3445,-15.413,71.2972,-56.8741,59.6131,54.8848,54.9782,54.2583,63.9685,54.2322,61.6445,54.4441,54.2218,54.5455,7.4592,54.4824,-1.4961,64.0134,54.1828,17.9542,54.3132,54.3577,54.347,54.294,54.5558,54.2991,54.251,54.5459,54.3012,54.5257,38.1929,54.4701,54.4823,54.1991,54.3383,54.4951,54.4835,54.5297,33.0053333,54.2122,19.1983,54.5877,17.9336,19.46266746521,19.4646666666667,54.2673,54.4689,54.2707,54.4434,54.59,54.6484,54.5684,54.3983,54.236,54.6679,51.3963,-23.3111,54.2837,54.5817,54.2132,54.2492,54.5357,54.292,54.4595,54.3053,54.2789,54.3532,54.5544,54.3499,54.3085,54.3684,54.5415,54.3513,54.5311,54.3704,54.5469,54.2088,54.2,54.2063,54.6243,54.4238,44.2671,54.2251,44.2794,54.208,54.5767,54.2477,54.339,54.1673,54.3097,54.5385,54.469,54.36,54.5768,54.255,54.373,54.4672,54.1569,54.7391,54.4052,54.4316,54.331,54.1874,54.6073,54.4188,54.609,37.2218,54.6541,54.4554,54.4536,54.2277,54.2047,54.2237,54.3118,54.2625,54.512,54.2265,54.2501,54.2264,59.6536,59.628,54.2533,54.1786,54.4388,54.3175,39.3663333,54.5299,54.3422,54.3252,54.4192,54.1961,54.1814,54.5361,54.514,64.5201,54.6099,54.8427,54.1981,54.5522,54.3479,54.4121,54.5456,54.3404,54.6319,54.5758,54.1626,54.226,1.6816,54.5613,54.4138,54.3294,54.4825,54.5419,54.6545,54.2494,54.5783,54.4387,54.3971,54.4767,54.5337,36.9792,54.3977,54.6079,54.3929,54.3775,43.5993,54.2257,54.2957,54.2575,54.2102,54.3713,54.2053,54.4941,54.6228,54.5124,54.5399,54.6382,54.5175,54.4858,39.3638333,54.4526,39.3658333,54.5854,54.1738,54.4712,-3.4578,54.3251,54.4218,54.5304,54.4239,54.2584,-15.4169,54.3217,54.144,54.4208,54.3598,54.5626,54.2898,54.6094,54.5318,54.4278,54.1811,54.1846,54.2938,54.2395,-30.7329,54.489,54.5423,54.2605,54.3503,54.3376,54.2002,54.5033,54.3794,54.3443,-3.9826,54.4209,54.5507,54.4079,54.2177,54.3519,54.4554,54.3321,54.5123,54.3961,54.7116,54.4708,54.6059,54.4264,54.5604,59.5745,54.4621,54.3491,54.3369,54.5626,54.5055,54.4488,54.4759,54.6256,54.3342,54.4943,54.4693,54.5578,54.4257,54.2078,54.5555,54.6671,54.5107,54.638,54.6516,54.1964,54.2828,54.7689,54.4032,54.6297,54.6923,54.7367,54.1788,54.4736,54.6111,54.5951,54.4229,54.2465,54.5894,54.6875,54.3782,54.4058,54.5639,54.3842,54.709,18.004,54.3315,54.5015,54.6952,54.5781,54.3087,54.6542,-6.264,54.251,54.5733,54.509,54.4064,54.5994,54.4832,54.7932,54.3377,54.3348,54.1794,54.2653,47.3579,-31.734,-17.4202,54.3873,77.188,54.4506,34.863,54.3371,54.3933,54.5137,54.4779,54.2116,54.8398,54.4563,54.3886,54.6181,54.0445,54.5186,54.3675,54.3536,54.2637,54.6536,54.5855,54.6649,54.3415,55.0828,54.366,54.5073,54.4386,54.5635,8.1367,54.6172,17.9465,-8.074,68.8816,11.7604,53.9564,-10.2321,-1.6688,34.8663333,15.4586,17.939,53.6005,31.6031,17.9758,-9.8672,-9.8832,44.4786,19.4023333333333,28.2955,17.9653,-33.7895,-7.1522,24.4776,17.934,-10.7872,-52.9532,18.2148,52.1449,38.1495,51.4331,39.5085,38.6066666,38.6110001,25.0563,35.9733333,-3.4302,2.8589,19.0538,51.3414,71.5698,-0.0405,19.1128,38.1515,17.9468,-0.0831,-3.4128,19.3615,-3.3834,-19.4853,18.0021,-3.3688,17.9988,37.2596,24.3517,25.4324,52.976,34.4725,30.8017,34.8621667,-37.1958,16.2099,17.9606,46.5697,37.574,17.9341,-58.0733,17.9295,-21.8795,50.8824,1.0329,48.706,57.4577,17.8836,-3.4021,44.304,36.2375,17.884,-62.3767,52.7153,-5.7144,51.5483,32.3963333,17.9605,-25.0408,50.6305,17.9181,-27.3036,62.2565,-23.963,14.3008,-20.667,-20.1015,-7.7977,17.936,-20.1961,-22.927,17.9386,11.827,17.9371,17.9328,51.3047,42.1936,-4.8795,-22.082,17.932,31.6583,32.4321667,32.4648333,-4.42,-16.6396,39.187,50.8618,44.3037,-9.3339,40.3536667,-3.8992,17.9531,37.2749,17.5059,2.4984,-19.1334,11.1819,11.4128,-0.3249,44.5642,-28.8791,3.5947,51.4974,-15.3386,0.1731,54.2058,54.9424,-13.1577,51.9844,-28.2815,65.3259,-25.2396,40.3712,-62.3472,-31.5371,-4.4845,53.7484,38.137,36.8725,-25.5907,-6.0607,17.8438,39.1082,65.3084,-30.9067,-3.2733,-3.2626,54.1055,51.2818,56.1155,23.2621,4.5963,44.0076667,31.895,-31.357,17.9586,38.1491,52.1177,18.2163,36.6446667,51.045,-54.5252,10.8341,52.1178,28.1937,35.6135,56.1725,-62.349,51.4199,7.2885,-3.6376,18.0338,40.443,40.4727,51.458,1.5181,-19.053,44.3086,44.3605,45.366,-16.4818,73.8472,-22.5281,-38.2612,-6.0364,18.0311,55.9757,36.5147,50.6299,52.234,-3.3122,63.9371,-62.3557,33.3981,13.6785,-32.0982,-23.2621,54.6198,17.9636,-56.1857,51.2178,-11.6675,51.8402,18.0026,36.36383333,-62.3681,42.5011,17.9456,69.4889,61.4082,36.6356,52.694,-7.5751,17.8893,17.9283,29.5949,59.8438,17.9648,39.197,19.3479,-11.6585,65.3263,17.9665,-5.3438,31.7068,39.0239,17.9418,60.9317,-20.8104,-57.1004,36.6414,19.2401666666667,10.4529,8.1153,60.3605,-20.8091,44.2843,-3.4216,15.3022,69.4846,17.848,52.9458,17.9421,60.201,39.7111667,17.94,14.7597,17.9311,-0.4717,61.1872,-18.2047,54.5342,61.1735,33.9122,5.2201,54.999,36.977,56.0317,-31.1781,37.332,37.2316,17.9473,56.0724,2.4239,-3.2484,56.271,-3.2272,7.2276,53.7815,17.9013,33.6503333,-31.415,17.8626,36.2505,3.9479,60.0527,31.7484,-7.5155,-10.8508,-31.5425,29.7116,-17.316,36.6347,27.584,17.9453,39.71,40.9405,38.1622,12.1851,-31.7188,17.9613,35.5435,36.0293333,36.0263333,36.0271667,35.6688333,6.6469,1.1089,-33.0247,66.2112,-5.9511,36.4388333,-15.8126,-16.1897,53.2911,-10.2089,53.3899,17.9705,-10.1578,-59.6335,55.5004,66.2331,18.1361,36.4318333,27.3738,35.5083,37.4195,15.6038,62.2383,-30.5483,51.9174,17.9591,14.0084,-18.0351,57.0996,63.477,17.9405,51.4851,44.2758333,17.92,36.4567,40.9647,6.5107,17.9573,30.6045,45.7685,60.802,17.936,62.2375,54.4969,35.5217,17.9163,43.3624,15.4921,17.8601,18.3081,-41.5814,13.6855,36.43,18.7138,-8.3356,18.1811,-34.0036,19.2233333333333,18.02,59.562,-26.1354,50.8463,51.9879,51.8864,-12.5178,-37.0845,52.2906,35.1828,-22.8425,17.9738,-21.1728,33.4822,36.6993333,62.8257,32.8978333,17.9763,37.319,10.7936,56.3221,57.7024,13.9653,13.8857,31.9384,11.5494,19.1482,51.3604,13.6053,48.0363333333333,18.2681,17.3596,11.3164,-15.1866,19.8471,-35.3971,59.4988,-4.4623,54.2596,54.247,51.3874,-28.5776,37.0459,17.966,51.2717,23.1644,14.9363,-23.105,-31.4943,15.0729,-19.3287,-2.2175,14.6987,-16.4785,9.7721,-6.5586,-4.7433,-20.9463,17.9216,15.121,24.4748,14.8933,18.5046,-1.3409,-21.9399,-16.5825,15.0306,44.2646,35.6636667,51.5045,39.5951,17.8618,52.3254,17.9695,-18.2887,-31.6179,52.0395,14.7958,14.6453,-5.9657,51.1874,14.591,-33.2463,51.991,35.5527,14.6735,14.5516,14.8326,35.6404,17.9781,35.5691,-18.0916,52.0227,36.4376667,35.5613,-14.9488,35.5061,-62.3302,35.5829,-20.9132,29.4688,17.9723,-49.96,51.0703,17.1888,54.7291,-29.4635,52.355,-5.7928,11.4508,59.5808,18.1878,53.1999,44.2967,61.6878,-20.6836,-26.927,-5.8061,-24.0467,17.9515,38.1886,35.7183333,-23.21,37.1866667,-7.1509,-7.0897,13.3381,17.9358,-7.3408,28.5638,-4.9434,38.1409,34.8315,-28.5584,52.6587,42.0298,1.7947,36.1993,6.7857,67.351,17.936,32.4022,17.9508,54.8566,4.5136,17.9126,52.1776,17.9283,17.9391,-62.3542,17.9396,52.7399,-19.2998,13.1541,56.0128,31.6068,17.9448,30.2312,61.5724,19.1183338165283,36.9546,38.1773,33.6746,45.2411,17.9396,19.3993339538574,54.6092,-4.9117,40.3373333,-15.011,18.5393,54.6361,-24.3602,17.9856,54.3327,17.8956,17.9463,17.933,53.4927,-14.1998,50.3972,17.9468,60.0421,17.953,36.35683333,16.5916,54.8242,-62.3293,17.9801,-4.4466,4.7367,-19.6356,17.9166,17.947],[153.3431,-158.7178,-149.989,-117.6836667,125.2774,-117.6833344,-66.8588,-120.5680008,-102.3087,-66.9296,-159.8001,-117.8858,-157.8547,160.8624,-81.8298333,131.3132,-156.9237,-155.461837768555,131.3377,-147.1199,-103.6516,-152.9883,-149.9993,-65.563,-121.2776642,87.7996,-103.4606,128.075,119.1123,-66.9445,-119.4046631,-119.403,-149.8327,-152.2051,127.1651,-104.8095,-143.0762,-66.9223,135.4845,-149.6803,-66.864,53.5063,-66.8651,-70.9384,-66.868,-66.8676,-66.8696,-108.8906,142.7841,75.7595,-68.126,71.937,42.3237,-65.3946,-66.9631,-108.9276667,-65.3986,-76.6854,-65.4555,-65.4085,-117.8036,-66.858,128.7239,-65.3853,40.7986,96.3599,-150.8664,-121.1846695,-121.1651688,-28.2147,-70.8608,-71.1478,-115.238,173.0426,141.6334,-88.5247,-90.8205,-124.822998,-91.2238,164.9895,57.3388,-66.8636,-66.8721,54.1304,-124.6378326,141.8699,152.9689,-68.825,-122.8054962,-122.8065033,-66.8468,-159.7015,-176.655,-158.0286,-149.9171,-149.8989,-149.9192,-149.9095,149.0443,-179.0503,-66.8501,73.4523,-115.2394,-173.5606,-115.0495,141.5691,127.9772,-115.1736,-66.893,-104.4125,-122.0883331,-83.0057,-67.0225,-155.426166666667,-104.5373,-66.93,143.6273,104.992,71.1233,-58.0593,119.3325,75.7314,-103.2808,-115.9423333,-115.1851,-103.251,-115.2241,-115.2477,-150.5262,143.3526,-64.2918,-68.0364,-115.1741667,143.3463,-117.895,-153.0836,-73.0505,143.1809,-67.1036,-159.6568,143.2504,-117.827,-124.5548325,-67.9945,-156.1498,71.6484,128.401,-109.1479,-159.8242,122.0552,-86.4583,-66.9555,-115.2321667,-66.8671,-66.9843,23.9866,-126.0181,146.9654,-97.801,121.3579,-155.1715,172.4373,-117.7263333,151.5846,124.0213,-97.8258,-165.3297,-117.4506667,-155.410833333333,-66.8573,-148.8234,-159.8007,-122.022,-117.7773333,-155.258833333333,49.063,-123.2456665,-66.9671,-73.3597,-159.6899,-70.4048,131.3388,153.7269,53.5419,-152.1016,-114.875,108.7917,-155.79,-118.2662,-119.0285,126.0944,-157.1878,-70.271,106.1051,-66.8298,-115.6181667,-155.133166666667,-61.5296,126.0225,48.4078,-68.2286,-66.9066,-155.131833333333,-159.7586,-64.2515,-152.8003,175.7165,-103.9511,-164.8189,-144.6354,-178.3614,-176.9159,-59.1837,-154.7793,-159.7424,-115.0169,-176.7827,-159.7062,-121.5103302,-67.1133,-58.1289,-104.2484,-104.2517,-159.6469,-158.4281,-162.5867,-150.4946,-107.5899,-117.8911,-66.9506,69.5837,-27.0226,-100.3256,-119.3898333,-115.1648,-179.911,26.4578,-3.5463,-79.7722,-69.8427,-104.7986,168.3836,121.7411,-123.2448333,97.7805,-155.618166666667,145.3933,-58.1167,-71.7431,-159.7413,-159.6385,48.8277,-115.7033333,-115.7046667,-66.94,-68.6193,-177.4872,-157.815,164.8701,-149.5462,-32.9529,153.542,129.7196,-0.4834,-67.097,-139.4606,-162.0916,-79.3874,-159.8906,124.4918,97.8844,-103.4862,51.247,-66.3756,-92.9933,-66.9995,-66.8395,-123.2433333,-66.8401,141.8476,91.2034,-124.3891667,26.4937,-115.2077,-66.8458,131.1099,-116.3381667,-163.3104,-160.2765,-159.9126,-149.8143,-76.8928,139.5795,-66.9441,26.7321,-86.5124,26.9203,-155.394833333333,-115.7153333,-115.6172,-159.8165,-179.5198,-67.3182,-67.101,-150.2026,170.8671,167.1549,-115.7393333,-155.651833333333,126.8813,-72.1097,-66.9646,-67.0625,-40.1199,-126.6134,-66.9751,-160.3894,-108.7458,-101.4561,-115.6555,-142.7667,-120.5916672,-119.3873367,66.5704,-115.663,21.5078,-158.1981,-159.7022,168.2959,-71.0778,-45.1364,-66.8526,-66.8511,-0.6667,-159.5257,-168.2038,-40.7733,-66.9008,146.2554,-151.1195,69.2797,-115.1371,-25.5435,57.4378,107.6332,-68.2013,15.4606,26.8591,-66.9651,-66.8815,-168.6494,-154.5109,-67.6628,-112.5818,26.923,-58.2534,27.0652,-178.3334,-58.3348,-66.8645,-84.065,-159.5897,-66.9878,-104.0869,129.2466,102.4521,128.828,-67.062,-58.3271,-69.9955,-66.7535,-86.6156667,-104.4939,-65.9422,-104.2486,-155.238833333333,-155.8243,26.9127,108.9398,77.9271,-27.1901,-93.6794,-118.5076667,-65.6148,-116.6948333,-69.4482,93.4159,-155.496666666667,-176.2564,-159.7282,78.1161,-115.0002,-174.0833,26.4217,-117.937,-65.5558,125.1772,-115.0876667,-67.507,-68.5317,-177.9452,-179.1085,-151.1961,-159.7228,-156.3253,-66.9083,-155.6043,-58.3104,-58.2092,-58.2754,-159.3357,26.8385,-178.188,-159.6699,-123.091833333333,-3.7011,-155.285507202148,-159.8889,-151.4937,146.3077,120.7137,-177.7137,-179.8056,26.5164,-159.5548,-3.33,-3.3424,26.7432,-147.0492,-115.0912,-115.1702,75.6882,-125.1074982,128.1884,-78.5392,126.4693,-75.175,142.2086,27.0652,-104.3103,-179.866,71.1791,-104.3072,26.9558,26.8249,161.2714,-66.1183,-159.7133,166.9311,26.8175,-104.3103,-163.6223,-112.5563,-115.0839,-115.0874,26.7901,161.0729,-139.4121,-92.0737,179.3161,-164.8069,-121.456337,-43.5183,-155.411,-119.3846667,-119.396,-66.794,-115.0909,-159.6603,-96.9745,-159.5944,-66.2673,147.0559,-68.9893,-159.662,-178.4886,-66.8383,-175.2837,171.9401,-66.6654,-104.3253,-114.4349,-178.5061,-58.2264,125.2964,-155.363159179688,119.3721,128.583,-174.144666666667,-66.8408,-159.7964,27.4491,149.1405,-178.2231,-90.3629,-174.124,-73.1332,-98.1165,142.3467,-159.6192,-69.8051,-66.9393,-159.7715,127.9587,-155.247833333333,71.7774,167.6949,-159.8366,-58.3891,121.0198,-159.661,-58.1761,-147.7251,-117.5996667,-159.49,-66.9825,120.9268,-159.68,-25.3409,-73.0648,-159.5514,-115.0835,124.5023,-66.8776,-104.3231,-90.8418333,-98.778,-115.9453333,-159.5565,-26.4658,-159.5498,-159.5779,-155.396833333333,146.574,-66.8146,-159.7755,144.4853,-111.6326,127.9079,-58.1832,-58.3358,-58.1472,-66.9235,-66.7603,-142.7384,-122.7155,-90.857,-68.4595,-116.46,-69.9184,166.6748,-66.8445,-71.2194,69.2597,-66.8441,-66.846,-71.214,-66.8491,-155.3517,167.3852,-104.1339,-66.8493,-72.4584,-144.5822,-66.981,-66.841,147.7609,-66.978,-156.5043,137.4964,-157.7534,-163.0227,-178.3532,-90.8643333,-71.7234,40.3466,124.4688,-66.8458,-75.6744,-66.8311,-104.2919,178.5332,-103.2873,125.9524,-161.232,140.1095,112.4139,153.9185,70.952,-67.0773,-159.8189,-67.3795,-66.8918,-71.7052,179.3012,-173.4182,-160.0885,-67.0165,174.7173,-159.7996,-159.5995,-66.8831,-159.7489,-159.698,-66.804,-157.2235,-104.2908,-66.8308,-159.7961,-178.6693,-66.9615,-66.9863,122.2203,-117.9613333,142.1833,119.0818,-159.694,-159.4089,-178.1719,-159.3341,119.3317,-36.7192,-104.1274,-159.632,-160.3364,119.0945,-121.0576667,-159.628,-159.7464,-159.7145,-159.8833,-159.8742,141.4094,-159.618,-68.9259,-159.671,-159.834,-141.7334,179.5768,-159.9582,-159.7506,-78.5916,-159.6804,-96.8806,130.0307,-58.525,-58.2628,-58.2756,-159.6859,166.1319,-159.7522,167.2065,-117.6243333,-159.4367,-159.6869,3.3707,-159.7151,-177.777,-66.8901,-104.3727,-159.6463,-78.7458,-159.8325,-159.7032,-65.0598,-58.3119,-149.996,70.2,-159.7739,-159.7386,-159.671,-159.6279,-115.2208333,-169.4888,-159.6974,142.6434,-159.7514,-160.0456,156.0901,-159.7882,-67.69,-159.5797,-159.6203,-159.821,-115.2261,-117.8677,-159.8094,-159.7382,-159.433,-159.7581,-159.937,-159.6268,-178.801,-159.782,-155.179166666667,-159.8806,162.8594,162.6313,-66.9631,-116.339,-149.7049,-159.5544,-159.7158,-90.8415,-159.6494,-159.6576,-159.6638,56.0268,-159.7459,-159.5841,-66.8308,-159.6312,-159.8544,-159.7243,100.4899,-159.7543,147.5781,149.7006,-118.1524,-159.4505,126.7922,-159.7498,139.3855,69.5683,-159.6509,-122.306,-159.6962,-159.7129,-70.566,129.0993,-159.8053,-155.701,-163.4827,-159.773,144.4163,-66.9855,-117.8779,-159.821,-159.8908,-159.7479,-115.2489,-160.3852,165.4269,121.5429,-143.4543,-155.390502929688,-143.4236,-159.8437,-159.695,-159.7248,-116.3396667,145.8026,-159.6406,-159.7329,-97.0384,-159.6192,-68.4991,-178.5693,-159.6029,-66.697,-159.9341,-159.7113,129.1459,-155.388666666667,-159.4427,-159.6086,-66.9758,-159.777,-159.7229,71.2789,154.2702,-159.8122,-159.4672,-140.4518,141.0179,-159.8265,-159.449,-155.224,-66.9755,-159.7968,-159.5365,121.8664,-159.897,-159.6199,130.0705,-90.829,107.8114,-141.6208,-160.1984,-159.7816,-58.1111,-113.1578333,-159.6193,-159.5936,71.8031,-96.9923,135.5397,-68.5364,-70.8936,141.0819,-70.9604,9.1981,-159.5412,178.3424,-67.014,-159.6711,-84.0246667,-159.7254,-159.5314,-161.3314,143.459,37.8301,140.1633,69.5057,-149.737,69.7453,-159.5532,-159.7026,-159.6213,-69.5596,178.381,68.2798,143.6343,-159.6507,-117.9507,-155.407833333333,-117.6743333,-92.5237,-160.2497,-159.7702,-173.4669,-159.7402,161.5334,-159.6025,-159.5306,-159.6251,-149.305,-159.5846,-159.5552,177.6062,-159.5709,178.2187,-155.468,-159.6482,-159.6311,-137.5301,-159.3133,-96.1572,-159.479,-159.5523,123.2867,-159.5496,-159.3575,-159.5643,-128.6544,-66.8711,-159.5993,-159.614,-159.8834,-160.091,-159.6806,-159.5718,-159.7599,-81.0826667,-159.129,-159.5474,160.0084,-159.7596,-159.751,-160.5893,-159.6755,-159.9731,107.9823,-117.5735,-166.0665,-159.7817,-159.624,-120.5983333,-159.5308,-118.0696,-159.721,-159.6078,-159.8242,-66.9155,119.7255,-159.5088,-147.4948,14.1364,-159.7604,-159.4576,-66.834,-115.2538,159.5694,-149.2749,-115.1737,-115.2375,-66.845,-159.6265,-112.3155,104.2935,-159.5715,-147.591,-155.241836547852,-124.3921,-159.5254,-124.4288,171.8392,-69.257,-159.5999,-83.8612,-159.6931,-155.323,-155.322333333333,-155.315333333333,-155.316,-66.987,-30.2316,-147.605,-159.7255,-159.6094,-155.282501220703,-155.312333333333,-58.2335,-155.3195,-155.3195,-159.6258,-159.5864,-117.6201667,71.9881,-159.6333,178.252,-155.316333333333,48.9098,177.8027,-98.0952,-159.8326,-58.1984,-122.6953333,-110.3777,-155.321166666667,-105.6765,138.2658,21.8847,-82.7839,-115.0941667,-159.7992,-123.2425,-159.7234,-159.5782,-159.7902,-117.7672,-159.878,-159.9109,-159.8809,71.2134,-159.7393,-179.3438,-159.8679,-178.434,-66.9746,-159.8373,-179.0244,-159.6981,-125.3085,92.2235,-66.8498,-97.063,-160.119,-159.7578,-159.751,178.5114,-58.0417,146.514,175.0154,-66.6911,-66.7645,145.5285,-156.6088,-159.8481,-159.5911,-159.8377,-66.8433,-179.4725,167.1218,-91.1934,-66.9805,-159.8112,-67.3482,-159.7108,-58.2825,-175.3118,-116.3428333,-159.7254,-58.2866,-66.8578,-159.7801,121.0492,-66.7495,169.3105,-159.5621,-159.7412,-155.309829711914,-159.6985,-155.316833333333,-159.8003,-159.4409,-159.5066,-159.5742,-159.722,-159.6529,-159.5229,-159.6522,-159.8542,-155.3125,-159.5799,-159.4562,-159.6643,-159.3438,-159.6687,-155.314833333333,-159.7977,-66.9946,-159.4716,-159.927,-159.8208,-159.6687,-159.7269,-159.9173,-159.5083,-159.0846,-66.8563,-159.7453,-159.5379,-159.7404,-159.4767,-159.7815,-159.9631,-159.651,-159.5485,-103.426,-160.0559,-179.9572,-159.8597,-159.74,-159.5046,-159.7446,-114.611,-114.5845,-159.8803,-114.6099,-159.9214,-115.5825,-97.6447,-159.6583,71.2824,-159.7362,-159.7495,-159.2383,-159.7991,-159.7563,-117.4077,-159.9494,-152.8847,-159.7072,-159.7397,-153.126,-159.7766,-159.6138,-159.3901,-159.7894,-66.7691,-159.3947,-159.7912,-159.2771,-159.4079,-147.8252,-159.3473,-159.5769,-165.1393,-164.9498,-165.0082,-159.9267,-97.44683333,-66.762,-160.0612,-159.766,-159.0695,-168.3635,-159.275,-159.0899,-159.2557,-159.6448,-159.3288,-159.5966,-81.8527,-45.7676,-159.5478,-159.7285,-159.4353,-159.4262,-159.6434,-97.1352,-159.5984,-159.6451,-97.4485,-159.8986,179.3424,-159.8298,-159.5035,-45.8636,-159.3362,-159.4544,-159.5815,-34.9841,-116.34,-159.8598,-159.7496,-159.5426,-66.8336,-81.3403,-159.7782,-159.8796,-159.6554,-115.5796667,-159.7587,-159.7659,-159.5886,-115.5806667,-70.0814,-159.6315,-115.59,-115.5858333,-115.5845,-115.58,-159.705,-149.9736,-161.0948,126.016,122.072,-163.3038,-65.0188,-58.2322,-66.8483,-159.8845,-159.8076,104.5353,-116.3418333,-152.9854,-159.4524,-118.5201667,-159.7807,-159.6115,-159.8446,157.8827,-66.8411,-56.8719,-159.5892,-159.6609,104.3946,-159.8782,-159.6634,-159.6115,-159.5456,-159.695,-147.2849,-159.6567,-159.7181,-153.9624,-159.656,-176.7793,-40.4558,-159.5752,-119.4166667,-97.34133333,-123.2475,-159.5928,-115.2666667,-35.1277,-159.6807,-159.7798,-34.8015,-156.422166666667,125.7629,-178.1351,-45.7372,-116.3423333,-159.6957,-159.5669,-159.7946,-176.6074,-159.5254,-88.0396,-159.8633,154.1259,-159.7784,-159.6496,-90.9601,123.5525,-66.3515,-117.8866,-159.6419,-159.5823,-159.6629,-159.75,-81.5905,149.5514,-118.4028333,-159.6063,-159.8724,-58.2818,-159.6559,-159.6994,-97.3445,129.6675,-159.751,-93.6763,153.1322,-159.7651,-159.7093,-159.7977,104.2395,-35.3441,-159.8184,160.871,-159.8705,-159.7183,-159.8046,-58.2836,-67.1243,-159.6486,-159.6624,-159.7057,-159.8083,-159.6338,106.3321,-71.5109,-159.586,-159.7605,-159.6816,-30.6864,20.5084,20.4414,147.2093,-159.5896,-159.6082,-115.2082,179.2434,166.2849,-178.4771,-92.3091,149.5443,-173.7345,125.5546,124.4835,-159.4336,-115.1769,-159.5702,-125.947,-128.4594,-159.6234,-159.7824,-159.507,-159.4682,127.2897,-178.8269,-159.6401,-159.6371,127.4412,146.1574,-159.6039,-159.7771,122.9162,-159.6622,-153.3316,-159.6377,-27.0887,-159.7768,-149.3246,127.3384,-159.7924,141.5184,-159.5441,100.3206,-159.651,-158.0132,-115.1629,-159.7599,-159.6946,-159.6468,100.5198,-97.49833333,-159.4277,-159.6817,-159.6883,-159.5666,-66.788,-159.5346,-159.6378,-159.6979,-66.8088,90.2661,-159.5709,143.8063,-159.4051,-159.6943,-159.6355,-159.625,70.6749,-112.9858,-159.6231,-159.6442,-159.632,-159.7837,-159.648,-159.5328,-159.6093,-159.6912,-159.5778,-159.5919,-156.6614,-159.7511,-173.3884,-159.57,-159.5575,-159.5779,-159.6986,-104.1454,-159.5164,-159.6481,-159.3362,-159.672,-159.6033,-66.7285,-159.6251,-70.9974,-159.8684,-159.5016,-66.8536,-159.5783,-176.9883,-159.9552,-159.6136,-159.7786,-159.4737,-159.7854,-152.995,-159.5371,-159.6315,-159.581,-159.6079,25.1843,-159.5785,-159.6023,-159.7822,-159.6994,-159.6426,-159.6543,-159.6501,-159.6484,-174.9916,-158.9252,-159.5365,-159.4183,-158.0601,-159.6463,96.2653,-143.5539,-159.5755,-159.833,-146.2966,104.2754,-159.6349,-159.7486,-159.6048,-159.6092,-159.7336,-159.6332,-160.0924,-159.6076,-164.584,-159.4588,-159.5897,-159.5435,-159.556,-159.4638,-159.6037,-64.8028,-159.5067,-58.2565,-159.5086,-159.6283,-178.6979,-159.6727,-159.75,-58.3074,-160.1483,-13.1338,-159.668,-159.5696,-159.6743,-159.7198,-159.701,-174.0903,-159.5037,-159.8528,-159.618,-66.8965,-160.0795,-70.0331,-159.637,-159.6067,-159.7219,135.9637,-159.7236,-159.7166,-159.5182,-159.8933,160.1989,-172.4012,-159.384,-159.4701,-159.7035,-69.2021,73.0397,-159.7675,70.2653,-159.558,-159.8136,75.3754,-169.918,-159.6,-159.736,-177.5092,-159.7993,-90.6203,-122.691166666667,-159.7513,-139.859,-159.6544,-159.4881,-159.587,-159.7432,96.1485,-97.9302,-159.5348,-159.6845,124.6854,-66.7651,-159.6673,-159.6779,-174.1182,-159.6024,-159.677,-159.6064,-159.6066,-159.7461,-159.7159,-159.6119,-73.7426,-71.2715,-26.1453,-138.9173,-160.2207,-159.3867,-159.6527,-22.2106,-159.6128,-149.905,-159.4137,-159.6972,-159.6225,-36.0595,-159.5786,99.2547,-22.1508,-159.6556,146.2428,-159.6882,-159.6085,-159.8039,-159.6862,-159.5024,-159.6713,-159.7387,-159.7771,-159.6912,-159.6812,-117.7476,-159.8889,-159.7893,-159.6398,-159.6483,-159.68,-159.7068,-159.6749,-116.2895,-159.5255,-67.2723,-159.6772,-67.055,-155.634338378906,-155.5905,-159.6755,-159.9619,-159.594,-159.662,-159.6929,-159.6909,-159.5929,-159.7444,-159.7795,-159.668,-178.445,-175.0023,-159.7314,-159.6984,-159.5973,-159.6714,-159.7782,-159.7378,-159.9361,-159.8857,-159.7384,-159.8157,-159.6512,-159.981,-159.7839,-159.9242,-159.7261,-159.7116,-159.7348,-159.6633,-159.711,-159.6294,-159.6459,-159.6829,-159.8548,-159.7648,-115.1022,-159.7313,-115.0971,-159.6652,-159.5839,-159.5909,-159.7547,-159.484,-159.475,-159.6866,-159.6114,-159.6949,-159.5997,-159.7543,-158.9725,-159.7271,-159.623,-159.8617,-159.7066,-159.5922,-159.7591,-159.5471,-159.8132,-159.6951,-159.7783,71.1764,-159.7156,-159.5607,-159.7363,-159.7074,-159.688,-159.745,-159.7094,-159.5488,-159.6195,-159.5212,-159.6078,-159.5791,-138.9244,-138.9251,-159.644,-159.6189,-159.622,-159.6879,-123.2435,-159.8406,-159.7827,-159.6457,-159.4477,-159.5707,-159.5008,-159.5816,-159.6986,-152.125,-159.6725,-159.2982,-159.6297,-159.6992,-159.6133,-159.6253,-159.6695,-159.5597,-159.7172,-159.7515,-160.2796,-159.592,127.361,-159.651,-159.6011,-159.6133,-159.5413,-159.776,-159.8751,-159.6369,-159.7127,-159.7638,-159.5924,-159.8407,-159.5093,20.889,-159.7098,-159.8498,-159.5876,-159.6407,-108.3408,-159.5495,-159.5979,-159.5569,-159.7186,-159.6016,-159.3142,-159.4983,-159.745,-159.6212,-159.7066,-159.552,-159.7294,-159.7294,-123.2518333,-159.6097,-123.2443333,-159.5144,-159.5524,-159.6078,100.2685,-159.5573,-159.6439,-159.7781,-159.9142,-159.5431,-178.6989,-159.8023,-159.4246,-159.693,-159.7081,-159.7969,-159.5643,-159.7457,-159.5999,-159.7231,-159.3989,-159.4912,-160.0014,-159.5607,-71.4348,-159.6601,-159.7123,-159.3673,-159.4909,-159.584,-159.5178,-159.6029,-159.6689,-159.6741,99.869,-159.82,-159.7297,-159.6115,-159.5704,-159.7137,-159.7653,-159.5755,-159.8573,-159.6047,-159.8045,-159.6036,-159.7564,-159.5834,-159.7622,-145.5813,-159.6431,-159.6579,-159.6357,-159.6319,-159.6973,-159.6775,-159.6728,-159.5624,-159.6994,-159.7769,-159.6266,-159.6399,-159.5965,-159.6577,-159.6266,-159.7092,-159.6355,-159.7266,-159.6585,-159.8387,-159.6187,-159.8561,-159.6998,-159.703,-159.6629,-159.5341,-159.5366,-159.7382,-159.7064,-159.9439,-159.6091,-159.6819,-159.6204,-159.5618,-159.4678,-159.5066,-159.7736,-159.4794,-159.6462,-66.761,-159.6343,-159.7027,-159.6989,-159.6889,-159.3774,-159.7872,155.1005,-159.7633,-159.7676,-159.6659,-159.7177,-159.6942,-159.9337,-159.4714,-159.6771,-159.4667,-159.7696,-159.8128,151.9871,-70.6107,-178.4222,-159.567,7.9235,-159.7382,-116.3222,-159.8425,-159.6914,-159.6003,-159.7797,-159.6156,-159.8385,-159.6198,-159.8241,-159.6447,-159.6311,-159.7215,-159.625,-159.8541,-159.8364,-160.0833,-159.5441,-159.8138,-159.5688,-159.26,-159.699,-159.729,-159.6143,-159.7277,126.8607,-159.6352,-66.9675,108.1948,-147.531,124.8823,-163.1757,161.2077,99.054,-116.3368333,120.9883,-66.9321,-165.8547,-104.2774,-66.7808,108.7213,118.9199,-115.2132,-155.264166666667,105.0099,-66.8456,179.8214,126.6203,122.3187,-66.8555,-74.5704,25.622,-67.043,-170.3486,-117.9942,-176.1466,72.7523,-122.0343323,-122.0333328,123.547,-117.3943333,100.2519,96.2994,-69.5998,-176.1718,-3.2634,125.8972,-69.5816,-117.9632,-66.9853,125.8241,100.3722,-155.210666666667,100.3424,-67.8298,-66.7538,100.2689,-66.7336,71.9881,-108.9964,122.6273,-172.6442,46.1515,142.3801,-116.3395,-73.7587,-86.9818,-66.7396,153.2594,-118.4615,-66.88,-25.1895,-67.029,-66.2395,178.3216,126.8952,-123.279333333333,-154.8221,-66.8286,100.2732,-115.1718333,-98.43683333,-66.8476,-58.5943,-166.7272,146.5885,-178.4328,-115.2506667,-66.9381,178.584,-29.1531,-66.919,-70.8838,-124.4122,-179.7872,146.7137,-178.6893,-177.5241,123.4876,-66.9871,-178.1206,-66.2915,-66.9843,-87.578,-66.9838,-66.9868,-178.2453,142.7522,153.5063,-63.7627,-67.078,-104.3056,-115.1665,-115.178,129.3518,-177.2678,23.446,156.1481,-115.1681,113.9902,-124.2145,-81.8401,-66.9783,71.8978,145.4194,128.2266,-177.2712,125.9284,-85.8018,122.9749,-115.1662,-178.4505,128.0913,-177.4034,-173.7306,130.5747,-161.2225,-158.0695,167.1167,-174.1427,-68.7512,-162.9461,-65.073,141.8918,-58.3987,-69.4969,102.6998,161.4142,76.9291,-97.449,179.7538,122.5599,-66.8563,23.4155,-163.0082,-71.5406,100.4042,100.301,86.2947,-179.1941,160.1074,120.3029,125.8196,-114.4215,-115.8241667,-177.6871,-66.7373,-117.9448,-171.1572,-67.2411,-121.2636667,-177.9998,-133.0444,-63.8009,-175.6074,142.8485,-120.3743333,-154.5165,-58.378,-176.7733,-34.5975,134.9033,-66.8005,-125.9691667,-125.9806,-175.9081,126.5133,-172.7934,-115.1203,-115.1765,150.0054,-73.5168,8.5877,-70.4256,48.4836,130.4384,-66.7996,-149.8441,71.0067,178.4306,-175.6579,100.2844,-149.0003,-58.0966,90.0814,120.2608,-178.2068,179.1925,-161.2251,-66.8513,-72.0573,-178.3393,166.6978,178.4066,-66.841,-97.34466667,-58.5066,-126.2713,-66.98,-144.4767,-151.3995,71.2304,-168.1507,128.5535,-66.942,-66.9305,67.5614,-153.3864,-66.9161,-119.5979,-108.9119,166.8397,-163.0525,-66.9173,101.7944,-104.1468,-99.5571,-66.9805,-151.3557,-69.0171,-25.0381,-5.3689,-155.4125,122.2611,-37.947,-143.4673,-177.7326,-115.1013,100.0797,-89.0464,-144.2547,-66.8451,87.9938,-66.9815,-137.3843,-110.7136667,-66.9838,-93.733,-66.8305,98.7326,-149.3502,-177.9377,-162.1499,-149.3237,136.9338,127.1252,-158.003,-121.6345,-149.7794,-177.902,72.1081,144.7136,-66.9433,-149.7568,128.1055,100.3297,-148.8357,100.3277,126.3166,-166.9246,-67.1193,-87.9511667,-177.7361,-66.8375,71.5527,95.8713,-151.9925,-104.1059,128.0784,164.3753,-68.9639,129.7709,-173.8598,140.7522,140.2054,-66.8585,-110.7126667,-124.0898333,-117.8757,95.7845,-68.1737,-66.7383,26.2662,-121.5366667,-121.5443333,-121.5396667,-117.5643333,123.5443,126.8504,-70.1114,-163.9528,-76.7347,-117.9518333,-174.7901,-174.7988,-163.6069,66.388,-163.5991,-67.0586,66.2885,-24.8886,-158.2755,-157.1847,-68.2001,-120.624,54.4577,26.2345,141.8018,-88.7618,-124.4134,-178.9744,-171.4476,-66.7391,-92.1207,-178.1988,-137.5663,-147.623,-66.9743,179.3355,-115.2013333,-66.9531,70.3689,22.9566,125.9115,-67.059,138.8796,-111.24,-150.4969,-67.0705,-153.3793,-163.2596,26.2269,-66.8501,-126.9692,-88.8688,-66.8345,-63.8771,84.7184,145.0241,-90.8283333,-65.0793,-74.2253,-67.9355,-72.2235,-155.371666666667,-66.7768,-152.7703,-71.1105,-178.0531,-178.6801,-178.6588,167.1816,-96.0912,-164.2906,-111.5011,-177.2901,-66.8433,-67.9931,141.0612,-121.3366667,-149.6569,-115.8718333,-66.9831,-120.0353333,-63.869,-149.9888,-153.5367,56.9441,56.8637,-102.3241,125.7606,-154.5305,-178.1233,57.276,-124.696833333333,-68.5711,-68.8044,125.6533,-71.7658,121.3192,53.9945,-152.8041,136.9024,-162.3683,-162.3708,-178.2667,-177.6946,71.5964,-66.737,-177.4692,94.1126,-93.6304,-69.3195,-68.5648,-92.5572,169.4053,-77.2793,-93.806,-70.9327,126.0146,129.3397,152.1177,-177.763,-66.9173,-93.1368,121.9548,-92.9951,-66.9578,134.9037,-70.0783,-173.6953,119.0772,-114.9811,-117.5446667,-175.9382,52.021,-66.8023,-174.5334,-66.9026,-177.9885,-70.0638,-173.7334,-93.6592,-93.7499,150.395,-177.804,-91.7312,-109.5544,-171.4983,26.2145,-93.7509,-93.5574,-93.6389,26.2291,-66.8423,26.238,-177.9631,-169.7488,-90.831,26.3301,-74.0514,26.2347,-58.301,26.2527,-68.9687,139.3416,-66.9228,114.1658,-179.8016,-84.1279,-161.1459,-177.2072,-175.6136,153.7767,-85.7537,-153.5985,-64.348,-160.5049,-115.0943,-150.5259,-178.0091,-177.2536,153.7854,-66.8496,-67.0461,-117.7353,-117.5215,-69.3106,-122.1196667,155.0284,154.9357,146.1006,-67.068,154.8813,-98.1818,145.5324,-118.0337,23.9811,-112.0701,-163.0191,142.6571,126.324,70.9932,-72.9701,-171.8953,-67.0618,-101.5963,-67.0533,-160.3581,96.6797,-66.8721,-175.3985,-67.0758,-67.0646,-58.108,-67.0581,-168.1668,-70.1674,146.8959,-149.8732,-104.4247,-67.073,70.0859,-149.814,-155.054504394531,134.9179,-117.9738,140.7157,141.4488,-67.0515,-155.279495239258,-161.2077,152.0632,-125.7251667,167.1228,-66.7253,-159.3869,-179.9062,-66.8285,-161.3124,-67.0797,-67.0555,-67.0655,-159.8074,-72.9502,-179.7942,-67.0778,-151.9618,-67.0591,-97.36266667,-95.9389,-159.1646,-58.1804,-66.8418,138.5303,95.6557,-177.4863,-66.9528,-67.0588],[9.17215734622354,3.463102551737,3.29095551083559,3.83105349121218,7.06604286864903,4.11702386167098,4.06304403808063,3.42851155705174,4.17116751094773,3.91990771832359,5.0966928012738,3.6372478296536,4.7213709315029,7.27084993447543,3.54992874692645,7.06604286864903,4.7213709315029,3.30807873770613,6.86259673699234,5.0966928012738,7.06604286864903,3.29095551083559,3.81333922513604,5.02110066572238,3.77796764887513,6.26064406638338,3.6372478296536,6.86259673699234,6.66053312075064,3.61974489260324,3.58479759691582,3.29095551083559,3.99132780236738,3.99132780236738,6.45987445164721,3.81333922513604,4.17116751094773,3.56735334045983,7.06604286864903,3.463102551737,3.54992874692645,6.66053312075064,3.95558056214436,5.28680450012168,3.6372478296536,3.463102551737,3.20564857028508,3.6372478296536,7.27084993447543,6.86259673699234,4.88944547768445,7.27084993447543,7.47699715360413,4.90820385438194,4.04508737062665,5.73004992813517,4.70278005170064,7.47699715360413,4.94577025027043,4.92697878991287,4.35281492468359,3.37677586081294,6.66053312075064,4.70278005170064,6.06286626604159,6.66053312075064,3.463102551737,4.09901232700091,3.6372478296536,8.31459747231566,7.27084993447543,7.47699715360413,3.22266853824514,6.86259673699234,7.27084993447543,6.26064406638338,3.49777346464241,4.27994171176116,7.06604286864903,8.74094988910204,6.86259673699234,4.40765545803353,4.42597078082775,7.68446449940387,3.60226146471448,8.52715871882306,7.89323265690719,5.8274860594593,3.39400091375615,3.72505339211326,3.60226146471448,5.47850725727471,7.89323265690719,4.90820385438194,6.86259673699234,3.29095551083559,5.8665663809655,8.10328298346381,6.86259673699234,7.47699715360413,3.77796764887513,5.67177084177532,4.35281492468359,10.4937034150871,3.6372478296536,7.68446449940387,6.66053312075064,3.6372478296536,3.42851155705174,7.06604286864903,3.61974489260324,7.47699715360413,3.67231202912617,3.70745366206384,3.29095551083559,3.44579703767703,9.82780185142568,7.27084993447543,6.66053312075064,10.2706191564582,7.89323265690719,6.66053312075064,4.35281492468359,3.42851155705174,3.81333922513604,4.7213709315029,3.81333922513604,6.06286626604159,3.99132780236738,8.52715871882306,5.36329640051237,7.47699715360413,4.3163428278205,7.27084993447543,3.463102551737,3.81333922513604,6.66053312075064,7.89323265690719,3.42851155705174,7.06604286864903,9.17215734622354,3.29095551083559,4.49940675484833,4.85197853767063,3.463102551737,8.52715871882306,8.52715871882306,4.17116751094773,3.81333922513604,7.68446449940387,7.27084993447543,4.53622901173723,4.06304403808063,3.84878667944911,3.42851155705174,7.89323265690719,4.90820385438194,8.52715871882306,3.463102551737,7.89323265690719,4.09901232700091,5.8665663809655,3.6372478296536,6.45987445164721,6.86259673699234,3.463102551737,7.06604286864903,3.41124616418408,3.74267233238057,3.83105349121218,4.35281492468359,8.31459747231566,3.48042804526408,3.48042804526408,3.72505339211326,7.47699715360413,3.86653874285174,3.48042804526408,6.66053312075064,5.8665663809655,6.86259673699234,6.66053312075064,6.86259673699234,6.86259673699234,3.463102551737,7.68446449940387,7.89323265690719,3.84878667944911,3.29095551083559,3.6372478296536,7.47699715360413,4.90820385438194,6.66053312075064,8.10328298346381,3.54992874692645,3.23970927497362,4.79590317894527,7.06604286864903,8.10328298346381,7.06604286864903,6.86259673699234,3.91990771832359,3.3252224428665,3.6372478296536,5.05886415053665,3.463102551737,6.86259673699234,8.74094988910204,8.10328298346381,3.6372478296536,7.06604286864903,6.86259673699234,6.86259673699234,3.29095551083559,4.90820385438194,3.29095551083559,5.8665663809655,4.53622901173723,3.67231202912617,3.42851155705174,7.47699715360413,3.81333922513604,3.81333922513604,5.28680450012168,4.35281492468359,7.89323265690719,4.17116751094773,7.89323265690719,3.463102551737,3.44579703767703,6.26064406638338,8.52715871882306,4.17116751094773,4.90820385438194,4.53622901173723,7.06604286864903,6.06286626604159,7.89323265690719,7.68446449940387,6.45987445164721,7.06604286864903,7.89323265690719,7.27084993447543,4.79590317894527,7.68446449940387,3.51513875660425,7.27084993447543,7.68446449940387,6.26064406638338,5.28680450012168,4.7213709315029,7.06604286864903,3.86653874285174,5.55562703802902,3.6372478296536,7.06604286864903,9.60809552815876,5.8665663809655,7.47699715360413,4.7213709315029,7.27084993447543,7.68446449940387,7.06604286864903,4.7213709315029,4.55466607413371,3.463102551737,4.17116751094773,10.2706191564582,4.90820385438194,7.06604286864903,8.10328298346381,4.17116751094773,6.26064406638338,3.79564392850096,7.47699715360413,3.54992874692645,3.41124616418408,3.97344490527551,3.35957106076623,6.45987445164721,6.86259673699234,4.04508737062665,7.06604286864903,3.99132780236738,3.61974489260324,8.74094988910204,3.53252386822635,3.6372478296536,6.66053312075064,5.8665663809655,3.463102551737,7.47699715360413,6.45987445164721,3.39400091375615,6.86259673699234,7.68446449940387,6.66053312075064,5.05886415053665,4.08101903804644,3.99132780236738,4.17116751094773,6.66053312075064,6.66053312075064,3.6372478296536,3.463102551737,5.8665663809655,8.10328298346381,3.37677586081294,3.42851155705174,7.47699715360413,5.67177084177532,4.20735372341961,7.27084993447543,7.68446449940387,3.6372478296536,3.93773481804706,6.86259673699234,6.86259673699234,6.45987445164721,3.3252224428665,3.81333922513604,3.95558056214436,3.34238656939841,7.06604286864903,3.56735334045983,7.68446449940387,6.45987445164721,6.66053312075064,7.68446449940387,6.26064406638338,7.89323265690719,3.22266853824514,3.25677072157557,3.463102551737,4.7213709315029,5.8665663809655,6.86259673699234,4.53622901173723,7.06604286864903,4.17116751094773,7.27084993447543,3.463102551737,7.06604286864903,7.27084993447543,6.66053312075064,6.66053312075064,7.27084993447543,6.86259673699234,6.66053312075064,3.83105349121218,7.27084993447543,3.463102551737,4.94577025027043,3.29095551083559,6.45987445164721,7.47699715360413,6.45987445164721,6.86259673699234,7.68446449940387,3.44579703767703,8.31459747231566,6.66053312075064,3.74267233238057,3.81333922513604,9.60809552815876,7.68446449940387,7.27084993447543,3.72505339211326,7.06604286864903,7.27084993447543,3.61974489260324,3.49777346464241,3.6372478296536,7.06604286864903,4.35281492468359,3.20564857028508,3.81333922513604,6.06286626604159,7.06604286864903,6.66053312075064,8.31459747231566,6.86259673699234,4.20735372341961,4.35281492468359,3.95558056214436,6.66053312075064,6.45987445164721,3.95558056214436,6.45987445164721,6.06286626604159,6.86259673699234,3.463102551737,3.6372478296536,7.06604286864903,4.35281492468359,4.27994171176116,7.06604286864903,3.30807873770613,4.48102163634538,7.06604286864903,6.86259673699234,8.31459747231566,3.81333922513604,4.90820385438194,3.99132780236738,3.6372478296536,4.17116751094773,8.10328298346381,7.27084993447543,7.47699715360413,7.47699715360413,7.68446449940387,6.86259673699234,6.45987445164721,3.22266853824514,7.06604286864903,3.37677577473827,6.66053312075064,3.6372478296536,6.26064406638338,7.27084993447543,6.26064406638338,7.06604286864903,6.06286626604159,6.45987445164721,8.74094988910204,9.38954256643053,6.26064406638338,4.53622901173723,4.17116751094773,3.81333922513604,7.68446449940387,3.41124616418408,7.27084993447543,5.28680450012168,7.06604286864903,9.17215734622354,8.10328298346381,6.66053312075064,3.29095551083559,6.66053312075064,7.27084993447543,3.99132780236738,7.68446449940387,8.74094988910204,7.27084993447543,4.55466607413371,6.66053312075064,7.47699715360413,7.89323265690719,3.99132780236738,4.17116751094773,4.35281492468359,4.7213709315029,3.29095551083559,12.549529737647,9.38954256643053,3.6372478296536,6.26064406638338,8.74094988910204,3.463102551737,3.56735334045983,10.0486475788902,3.88430963470742,3.48042804526408,4.35281492468359,3.84878667944911,3.463102551737,4.17116751094773,3.53252386822635,5.28680450012168,3.60226146471448,6.45987445164721,6.26064406638338,8.31459747231566,6.66053312075064,3.463102551737,7.68446449940387,6.26064406638338,6.86259673699234,3.81333922513604,7.47699715360413,8.74094988910204,7.47699715360413,6.45987445164721,3.25677072157557,6.45987445164721,6.45987445164721,3.27385281956003,3.65477022525791,3.81333922513604,6.86259673699234,7.47699715360413,6.66053312075064,7.27084993447543,7.89323265690719,6.66053312075064,6.66053312075064,7.27084993447543,6.26064406638338,7.89323265690719,4.51780922601093,5.28680450012168,6.45987445164721,3.76031043411751,7.89323265690719,7.06604286864903,5.28680450012168,8.10328298346381,7.27084993447543,3.81333922513604,8.31459747231566,3.29095551083559,3.42851155705174,3.6372478296536,3.54992874692645,7.68446449940387,3.81333922513604,7.89323265690719,6.66053312075064,3.99132780236738,4.7213709315029,7.47699715360413,3.44579703767703,5.28680450012168,3.22266853824514,3.39400091375615,3.463102551737,3.6372478296536,7.06604286864903,6.06286626604159,3.81333922513604,3.74267233238057,7.89323265690719,3.83105349121218,4.35281492468359,7.68446449940387,8.52715871882306,6.66053312075064,8.9559546908579,7.27084993447543,7.47699715360413,3.90209930858329,4.09901232700091,3.6372478296536,3.20564857028508,3.463102551737,6.06286626604159,3.48042804526408,6.06286626604159,6.66053312075064,3.72505339211326,6.26064406638338,8.10328298346381,3.29095551083559,3.41124616418408,9.82780185142568,4.13505359903136,4.7213709315029,9.82780185142568,5.8665663809655,3.53252386822635,6.26064406638338,3.81333922513604,4.00922920861119,3.34238656939841,6.86259673699234,3.77796764887513,8.9559546908579,6.66053312075064,8.74094988910204,4.53622901173723,7.06604286864903,3.35957106076623,6.26064406638338,6.86259673699234,8.74094988910204,4.61008054541098,9.38954256643053,3.39400091375615,3.81333922513604,4.35281492468359,3.463102551737,6.86259673699234,4.53622901173723,7.68446449940387,6.26064406638338,7.47699715360413,6.86259673699234,6.45987445164721,3.463102551737,7.27084993447543,3.39400091375615,9.17215734622354,4.17116751094773,9.17215734622354,3.99132780236738,3.60226146471448,7.89323265690719,3.6372478296536,5.28680450012168,3.70745366206384,5.28680450012168,4.17116751094773,3.84878667944911,3.6372478296536,3.29095551083559,3.30807873770613,3.6372478296536,6.66053312075064,3.29095551083559,3.56735334045983,7.06604286864903,3.84878667944911,7.27084993447543,6.86259673699234,5.67177084177532,3.6372478296536,6.66053312075064,3.99132780236738,6.45987445164721,7.27084993447543,3.6372478296536,6.66053312075064,3.463102551737,8.9559546908579,4.70278005170064,3.99132780236738,3.81333922513604,6.45987445164721,3.29095551083559,4.17116751094773,6.45987445164721,5.67177084177532,6.26064406638338,3.81333922513604,3.463102551737,6.66053312075064,6.66053312075064,3.29095551083559,3.81333922513604,7.06604286864903,4.35281492468359,3.463102551737,6.66053312075064,7.27084993447543,6.06286626604159,7.68446449940387,7.06604286864903,6.66053312075064,3.463102551737,6.26064406638338,3.27385281956003,3.29095551083559,6.86259673699234,7.06604286864903,3.463102551737,6.45987445164721,3.51513875660425,3.81333922513604,4.53622901173723,7.47699715360413,3.81333922513604,3.29095551083559,5.28680450012168,7.06604286864903,4.7213709315029,7.27084993447543,3.81333922513604,3.6372478296536,3.29095551083559,4.17116751094773,3.48042804526408,4.35281492468359,3.463102551737,7.47699715360413,4.17116751094773,3.81333922513604,7.47699715360413,4.7213709315029,5.22960251655017,4.17116751094773,3.99132780236738,3.29095551083559,3.99132780236738,4.35281492468359,3.81333922513604,3.29095551083559,3.29095551083559,6.26064406638338,3.463102551737,3.99132780236738,6.66053312075064,3.29095551083559,3.56735334045983,3.99132780236738,6.86259673699234,6.66053312075064,3.463102551737,4.7213709315029,3.29095551083559,3.81333922513604,3.81333922513604,3.34238656939841,3.6372478296536,4.17116751094773,3.99132780236738,8.10328298346381,4.17116751094773,4.17116751094773,3.68987319128286,3.81333922513604,3.463102551737,6.86259673699234,6.45987445164721,3.29095551083559,6.26064406638338,6.45987445164721,3.463102551737,3.463102551737,6.06286626604159,3.99132780236738,6.26064406638338,6.86259673699234,6.66053312075064,5.02110066572238,4.17116751094773,3.6372478296536,6.86259673699234,7.06604286864903,3.463102551737,3.60226146471448,3.463102551737,4.17116751094773,7.27084993447543,4.22547383737066,3.6372478296536,3.29095551083559,3.99132780236738,3.29095551083559,3.99132780236738,7.89323265690719,7.06604286864903,8.31459747231566,3.6372478296536,3.22266853824514,6.45987445164721,7.27084993447543,3.99132780236738,3.463102551737,3.51513875660425,7.47699715360413,3.463102551737,3.81333922513604,4.17116751094773,4.7213709315029,7.47699715360413,3.29095551083559,3.6372478296536,3.61974489260324,3.29095551083559,3.6372478296536,7.27084993447543,5.11563148223632,4.35281492468359,5.8665663809655,3.93773481804706,5.67177084177532,4.7213709315029,7.27084993447543,8.10328298346381,5.8665663809655,3.99132780236738,3.463102551737,6.45987445164721,4.17116751094773,3.81333922513604,3.29095551083559,5.13458635704373,6.45987445164721,5.47850725727471,6.66053312075064,3.6372478296536,3.6372478296536,7.27084993447543,3.41124616418408,6.86259673699234,9.17215734622354,4.17116751094773,4.17116751094773,7.47699715360413,3.44579703767703,3.81333922513604,6.26064406638338,6.86259673699234,3.29095551083559,6.86259673699234,7.27084993447543,6.86259673699234,7.47699715360413,8.74094988910204,7.06604286864903,3.81333922513604,5.28680450012168,4.08101903804644,5.28680450012168,3.20564857028508,6.86259673699234,4.35281492468359,4.17116751094773,6.26064406638338,7.68446449940387,7.06604286864903,6.26064406638338,4.35281492468359,6.06286626604159,5.8665663809655,3.99132780236738,5.8665663809655,6.26064406638338,6.26064406638338,6.86259673699234,6.06286626604159,3.81333922513604,3.6372478296536,3.30807873770613,3.42851155705174,8.31459747231566,5.8665663809655,3.81333922513604,10.0486475788902,4.35281492468359,8.31459747231566,4.53622901173723,3.6372478296536,3.81333922513604,4.53622901173723,4.17116751094773,3.81333922513604,7.27084993447543,3.463102551737,4.35281492468359,3.99132780236738,5.8665663809655,3.29095551083559,5.0966928012738,3.463102551737,6.86259673699234,3.29095551083559,3.6372478296536,7.68446449940387,3.6372478296536,3.6372478296536,3.29095551083559,4.90820385438194,3.29095551083559,3.463102551737,4.90820385438194,3.81333922513604,3.99132780236738,3.6372478296536,5.0966928012738,3.463102551737,3.83105349121218,3.6372478296536,3.6372478296536,6.86259673699234,3.81333922513604,3.29095551083559,4.53622901173723,3.81333922513604,3.29095551083559,9.17215734622354,3.65477022525791,3.29095551083559,4.7213709315029,3.99132780236738,3.30807873770613,6.26064406638338,3.99132780236738,4.17116751094773,7.68446449940387,6.26064406638338,4.26176787277804,6.26064406638338,4.53622901173723,3.29095551083559,6.66053312075064,3.99132780236738,4.90820385438194,3.79564392850096,3.29095551083559,6.45987445164721,5.0966928012738,5.28680450012168,3.86653874285174,3.54992874692645,4.35281492468359,3.27385281956003,7.47699715360413,4.53622901173723,7.68446449940387,3.25677072157557,6.06286626604159,4.7213709315029,7.47699715360413,7.47699715360413,7.47699715360413,5.8665663809655,5.8665663809655,4.7213709315029,3.70745366206384,3.30807873770613,5.0966928012738,3.77796764887513,3.463102551737,7.47699715360413,3.81333922513604,3.463102551737,5.0966928012738,3.30807873770613,3.20564857028508,6.86259673699234,3.6372478296536,3.27385281956003,6.45987445164721,6.26064406638338,3.39400091375615,6.86259673699234,4.17116751094773,3.99132780236738,3.86653874285174,8.10328298346381,7.06604286864903,6.86259673699234,4.53622901173723,8.10328298346381,3.81333922513604,7.47699715360413,3.37677586081294,3.29095551083559,7.68446449940387,7.06604286864903,6.86259673699234,3.29095551083559,4.7213709315029,3.30807873770613,6.26064406638338,6.06286626604159,3.81333922513604,3.81333922513604,3.463102551737,3.29095551083559,3.99132780236738,6.45987445164721,3.6372478296536,3.6372478296536,4.7213709315029,7.47699715360413,3.25677072157557,4.7213709315029,6.45987445164721,4.17116751094773,3.84878667944911,7.27084993447543,3.41124616418408,4.17116751094773,3.81333922513604,3.29095551083559,3.99132780236738,4.35281492468359,7.27084993447543,6.26064406638338,6.26064406638338,3.77796764887513,4.13505359903136,7.27084993447543,4.53622901173723,4.35281492468359,4.35281492468359,3.6372478296536,3.65477022525791,7.27084993447543,8.52715871882306,6.45987445164721,3.3252224428665,3.6372478296536,8.10328298346381,3.463102551737,8.10328298346381,6.45987445164721,3.20564857028508,4.53622901173723,7.27084993447543,3.463102551737,4.7213709315029,6.06286626604159,3.65477022525791,6.66053312075064,6.66053312075064,4.35281492468359,3.29095551083559,4.7213709315029,4.24361190094078,4.7213709315029,3.29095551083559,3.6372478296536,7.27084993447543,3.29095551083559,3.463102551737,4.53622901173723,3.463102551737,3.6372478296536,3.68987319128286,3.6372478296536,3.6372478296536,3.463102551737,3.6372478296536,3.463102551737,3.463102551737,3.463102551737,4.17116751094773,3.463102551737,3.81333922513604,3.81333922513604,3.463102551737,4.53622901173723,3.463102551737,3.99132780236738,3.6372478296536,4.48102163634538,3.29095551083559,3.29095551083559,4.17116751094773,5.0966928012738,3.81333922513604,3.29095551083559,3.81333922513604,6.66053312075064,3.6372478296536,4.35281492468359,10.4937034150871,3.29095551083559,3.99132780236738,3.6372478296536,4.35281492468359,3.81333922513604,3.463102551737,3.99132780236738,3.29095551083559,3.29095551083559,4.00922920861119,7.47699715360413,3.29095551083559,6.86259673699234,3.81333922513604,3.6372478296536,3.463102551737,4.35281492468359,3.463102551737,3.6372478296536,4.90820385438194,3.6372478296536,3.463102551737,3.6372478296536,4.7213709315029,4.90820385438194,4.90820385438194,3.29095551083559,3.99132780236738,3.29095551083559,5.28680450012168,3.81333922513604,3.99132780236738,3.99132780236738,3.29095551083559,4.35281492468359,4.17116751094773,6.86259673699234,3.29095551083559,3.99132780236738,3.29095551083559,4.75860338085195,4.13505359903136,3.6372478296536,3.81333922513604,3.81333922513604,6.06286626604159,3.81333922513604,3.463102551737,3.81333922513604,3.99132780236738,4.17116751094773,3.463102551737,7.27084993447543,8.10328298346381,4.90820385438194,5.28680450012168,4.35281492468359,4.17116751094773,4.7213709315029,10.2706191564582,4.35281492468359,5.28680450012168,4.57312037550768,4.35281492468359,7.47699715360413,6.06286626604159,4.17116751094773,8.74094988910204,3.99132780236738,4.17116751094773,3.29095551083559,8.31459747231566,4.09901232700091,3.99132780236738,3.99132780236738,3.6372478296536,4.44430361072511,6.66053312075064,4.90820385438194,3.81333922513604,4.35281492468359,3.86653874285174,3.81333922513604,3.99132780236738,3.81333922513604,3.29095551083559,5.8665663809655,3.6372478296536,3.68987319128286,3.70745366206384,5.88612911897934,3.3252224428665,3.99132780236738,5.28680450012168,6.45987445164721,7.06604286864903,6.45987445164721,3.463102551737,5.30590368812731,7.89323265690719,3.53252386822635,3.29095551083559,4.17116751094773,7.06604286864903,3.42851155705174,4.35281492468359,3.6372478296536,3.58479759691582,4.90820385438194,4.90820385438194,4.35281492468359,7.06604286864903,3.95558056214436,7.27084993447543,4.53622901173723,3.81333922513604,6.26064406638338,3.81333922513604,4.7213709315029,4.90820385438194,4.53622901173723,3.99132780236738,3.6372478296536,4.35281492468359,4.17116751094773,3.6372478296536,3.29095551083559,3.81333922513604,7.06604286864903,5.67177084177532,3.20564857028508,3.51513875660425,3.88430963470742,5.47850725727471,3.54992874692645,7.47699715360413,5.28680450012168,3.99132780236738,7.27084993447543,4.11702386167098,7.27084993447543,3.463102551737,7.27084993447543,4.7213709315029,4.35281492468359,4.35281492468359,3.29095551083559,9.82780185142568,3.99132780236738,6.66053312075064,3.99132780236738,7.06604286864903,5.0966928012738,4.7213709315029,7.27084993447543,7.47699715360413,3.81333922513604,3.6372478296536,3.29095551083559,4.53622901173723,4.35281492468359,4.7213709315029,6.66053312075064,8.31459747231566,4.66564916163845,6.26064406638338,3.81333922513604,7.89323265690719,5.0966928012738,4.53622901173723,4.35281492468359,6.86259673699234,3.99132780236738,6.06286626604159,6.66053312075064,3.99132780236738,4.35281492468359,3.81333922513604,8.74094988910204,7.47699715360413,4.90820385438194,7.68446449940387,4.7213709315029,3.99132780236738,3.81333922513604,7.06604286864903,3.34238656939841,4.7213709315029,4.35281492468359,5.28680450012168,4.17116751094773,4.35281492468359,7.06604286864903,6.45987445164721,5.28680450012168,6.26064406638338,5.67177084177532,7.27084993447543,8.31459747231566,6.86259673699234,7.68446449940387,4.53622901173723,5.28680450012168,3.99132780236738,7.27084993447543,6.45987445164721,6.26064406638338,7.06604286864903,7.89323265690719,7.27084993447543,7.06604286864903,6.66053312075064,4.7213709315029,3.6372478296536,5.67177084177532,3.53252386822635,4.7213709315029,7.06604286864903,4.35281492468359,4.17116751094773,4.7213709315029,6.66053312075064,6.86259673699234,3.99132780236738,4.7213709315029,6.66053312075064,6.86259673699234,4.53622901173723,4.53622901173723,7.06604286864903,5.67177084177532,3.99132780236738,4.53622901173723,7.06604286864903,3.6372478296536,4.35281492468359,6.26064406638338,3.6372478296536,7.89323265690719,3.99132780236738,7.68446449940387,3.463102551737,4.35281492468359,3.6372478296536,3.463102551737,3.463102551737,4.35281492468359,7.89323265690719,4.48102163634538,5.47850725727471,3.81333922513604,6.86259673699234,5.67177084177532,3.83105349121218,3.6372478296536,3.463102551737,4.35281492468359,3.54992874692645,7.68446449940387,3.6372478296536,7.68446449940387,3.81333922513604,7.47699715360413,3.6372478296536,4.17116751094773,7.06604286864903,3.463102551737,7.47699715360413,3.99132780236738,3.81333922513604,7.27084993447543,3.29095551083559,4.17116751094773,3.463102551737,3.6372478296536,3.6372478296536,3.6372478296536,3.81333922513604,3.463102551737,3.29095551083559,4.35281492468359,3.6372478296536,4.7213709315029,4.17116751094773,4.17116751094773,3.463102551737,4.7213709315029,4.17116751094773,3.81333922513604,3.81333922513604,3.27385281956003,4.17116751094773,9.60809552815876,4.53622901173723,3.99132780236738,3.72505339211326,4.90820385438194,6.06286626604159,5.47850725727471,4.17116751094773,4.53622901173723,3.99132780236738,3.81333922513604,3.99132780236738,3.81333922513604,4.17116751094773,5.28680450012168,4.35281492468359,6.45987445164721,3.81333922513604,7.89323265690719,3.29095551083559,5.28680450012168,3.99132780236738,4.17116751094773,3.463102551737,3.99132780236738,6.66053312075064,4.53622901173723,3.99132780236738,4.35281492468359,3.463102551737,3.463102551737,7.27084993447543,8.9559546908579,4.35281492468359,3.29095551083559,4.53622901173723,8.52715871882306,3.81333922513604,3.29095551083559,3.6372478296536,3.6372478296536,3.81333922513604,4.17116751094773,5.47850725727471,3.6372478296536,7.68446449940387,4.17116751094773,3.6372478296536,4.17116751094773,3.6372478296536,3.29095551083559,3.81333922513604,5.57494578133054,5.0966928012738,7.47699715360413,3.6372478296536,3.463102551737,6.86259673699234,3.29095551083559,4.90820385438194,8.31459747231566,5.28680450012168,7.89323265690719,4.90820385438194,3.99132780236738,3.99132780236738,3.99132780236738,4.53622901173723,4.90820385438194,3.81333922513604,3.81333922513604,8.31459747231566,3.35957106076623,3.6372478296536,6.26064406638338,5.67177084177532,4.53622901173723,4.17116751094773,6.86259673699234,6.66053312075064,6.06286626604159,3.99132780236738,3.81333922513604,6.66053312075064,10.0486475788902,4.17116751094773,3.99132780236738,6.06286626604159,6.26064406638338,7.27084993447543,3.81333922513604,6.66053312075064,5.8665663809655,6.45987445164721,6.45987445164721,3.29095551083559,3.99132780236738,3.99132780236738,3.81333922513604,7.89323265690719,7.06604286864903,3.20564857028508,4.17116751094773,3.29095551083559,6.66053312075064,5.47850725727471,3.29095551083559,4.90820385438194,6.06286626604159,3.81333922513604,6.26064406638338,4.53622901173723,7.27084993447543,3.60226146471448,4.35281492468359,4.90820385438194,8.10328298346381,4.90820385438194,5.47850725727471,4.35281492468359,4.7213709315029,5.0966928012738,3.6372478296536,5.0966928012738,7.68446449940387,6.45987445164721,7.47699715360413,3.81333922513604,5.28680450012168,5.47850725727471,5.8665663809655,6.45987445164721,4.53622901173723,4.35281492468359,6.66053312075064,6.06286626604159,4.90820385438194,7.89323265690719,4.90820385438194,6.86259673699234,9.38954256643053,6.26064406638338,8.52715871882306,5.47850725727471,6.26064406638338,8.31459747231566,3.99132780236738,3.81333922513604,3.29095551083559,4.35281492468359,4.53622901173723,3.81333922513604,3.81333922513604,4.7213709315029,3.29095551083559,3.463102551737,4.7213709315029,5.47850725727471,3.81333922513604,5.0966928012738,4.17116751094773,4.98340261028256,3.6372478296536,4.98340261028256,4.90820385438194,4.35281492468359,3.25677072157557,3.23970927497362,6.06286626604159,3.463102551737,6.45987445164721,5.67177084177532,4.53622901173723,8.10328298346381,7.68446449940387,6.06286626604159,6.86259673699234,3.99132780236738,3.463102551737,6.86259673699234,7.47699715360413,3.81333922513604,4.17116751094773,4.90820385438194,4.35281492468359,6.26064406638338,3.6372478296536,3.81333922513604,3.29095551083559,3.29095551083559,3.81333922513604,3.29095551083559,3.81333922513604,3.29095551083559,4.35281492468359,4.53622901173723,4.35281492468359,5.8665663809655,3.6372478296536,4.90820385438194,3.81333922513604,6.66053312075064,3.6372478296536,6.26064406638338,3.29095551083559,3.29095551083559,4.17116751094773,4.35281492468359,3.463102551737,3.99132780236738,3.81333922513604,5.8665663809655,4.53622901173723,3.463102551737,3.463102551737,3.81333922513604,3.463102551737,5.47850725727471,6.66053312075064,3.6372478296536,4.90820385438194,3.29095551083559,3.29095551083559,4.35281492468359,6.26064406638338,5.67177084177532,4.35281492468359,4.7213709315029,3.463102551737,6.66053312075064,3.6372478296536,4.7213709315029,4.17116751094773,4.17116751094773,5.0966928012738,6.86259673699234,4.17116751094773,3.99132780236738,3.6372478296536,4.35281492468359,5.47850725727471,4.35281492468359,3.463102551737,5.0966928012738,9.38954256643053,8.9559546908579,5.0966928012738,3.81333922513604,3.70745366206384,4.35281492468359,3.99132780236738,3.99132780236738,3.6372478296536,4.90820385438194,4.90820385438194,6.26064406638338,3.6372478296536,3.6372478296536,3.463102551737,3.6372478296536,3.99132780236738,3.99132780236738,4.35281492468359,3.99132780236738,3.81333922513604,4.17116751094773,3.6372478296536,5.47850725727471,6.26064406638338,4.35281492468359,7.27084993447543,6.86259673699234,4.90820385438194,3.6372478296536,4.17116751094773,3.29095551083559,6.26064406638338,7.06604286864903,4.53622901173723,7.27084993447543,4.7213709315029,3.99132780236738,3.29095551083559,7.47699715360413,3.99132780236738,3.6372478296536,4.35281492468359,4.35281492468359,3.99132780236738,4.17116751094773,4.35281492468359,4.53622901173723,4.7213709315029,4.53622901173723,4.35281492468359,3.463102551737,3.29095551083559,3.81333922513604,3.463102551737,3.463102551737,3.81333922513604,4.90820385438194,4.96457820161696,4.17116751094773,5.65237507916699,3.463102551737,4.90820385438194,4.53622901173723,6.86259673699234,4.53622901173723,5.0966928012738,5.0966928012738,4.7213709315029,5.47850725727471,6.86259673699234,6.66053312075064,4.53622901173723,3.99132780236738,4.7213709315029,4.90820385438194,7.47699715360413,5.47850725727471,4.53622901173723,4.7213709315029,4.7213709315029,3.99132780236738,4.7213709315029,6.06286626604159,6.66053312075064,4.53622901173723,4.53622901173723,5.0966928012738,4.90820385438194,7.68446449940387,4.53622901173723,4.7213709315029,5.0966928012738,7.68446449940387,7.06604286864903,7.68446449940387,4.53622901173723,4.7213709315029,7.68446449940387,6.26064406638338,3.99132780236738,5.47850725727471,6.45987445164721,4.7213709315029,4.17116751094773,4.35281492468359,3.81333922513604,4.35281492468359,3.6372478296536,3.6372478296536,4.7213709315029,4.17116751094773,4.53622901173723,7.89323265690719,5.0966928012738,4.17116751094773,4.17116751094773,3.463102551737,5.47850725727471,7.89323265690719,7.06604286864903,3.463102551737,4.7213709315029,4.17116751094773,4.7213709315029,4.7213709315029,4.35281492468359,3.99132780236738,4.17116751094773,7.27084993447543,4.53622901173723,3.463102551737,4.7213709315029,3.99132780236738,6.45987445164721,3.29095551083559,4.7213709315029,4.17116751094773,4.53622901173723,4.35281492468359,5.47850725727471,6.06286626604159,5.47850725727471,4.35281492468359,5.0966928012738,5.67177084177532,4.90820385438194,5.47850725727471,5.67177084177532,3.93773481804706,6.66053312075064,5.47850725727471,5.0966928012738,5.47850725727471,5.67177084177532,4.53622901173723,7.06604286864903,7.06604286864903,4.53622901173723,7.68446449940387,6.86259673699234,6.86259673699234,5.67177084177532,5.47850725727471,6.86259673699234,4.90820385438194,6.26064406638338,5.67177084177532,6.86259673699234,6.26064406638338,7.06604286864903,7.06604286864903,7.89323265690719,7.27084993447543,3.29095551083559,10.0486475788902,7.06604286864903,6.66053312075064,6.86259673699234,6.86259673699234,5.8665663809655,8.31459747231566,9.17215734622354,7.47699715360413,6.45987445164721,6.86259673699234,6.26064406638338,8.52715871882306,7.06604286864903,6.45987445164721,7.27084993447543,5.0966928012738,8.10328298346381,4.53622901173723,5.8665663809655,9.60809552815876,9.60809552815876,6.86259673699234,7.27084993447543,13.9655379712486,3.79564392850096,7.06604286864903,3.463102551737,6.86259673699234,3.463102551737,7.06604286864903,6.66053312075064,4.37107749050618,6.06286626604159,3.34238656939841,4.17116751094773,3.29095551083559,4.20735372341961,7.06604286864903,6.06286626604159,3.463102551737,3.23970927497362,7.06604286864903,4.49940675484833,7.06604286864903,8.52715871882306,6.66053312075064,3.61974489260324,7.27084993447543,7.89323265690719,3.91990771832359,4.53622901173723,4.35281492468359,3.29095551083559,7.06604286864903,3.44579703767703,3.93773481804706,7.06604286864903,3.53252386822635,8.31459747231566,8.31459747231566,3.99132780236738,3.29095551083559,6.86259673699234,6.45987445164721,7.27084993447543,3.29095551083559,3.97344490527551,7.47699715360413,7.68446449940387,3.37677586081294,9.17215734622354,6.86259673699234,3.54992874692645,9.38954256643053,3.72505339211326,6.45987445164721,7.27084993447543,6.45987445164721,5.8665663809655,6.26064406638338,6.66053312075064,5.03997424598393,6.66053312075064,7.06604286864903,3.20564857028508,6.86259673699234,3.49777346464241,3.44579703767703,6.66053312075064,3.25677072157557,6.45987445164721,3.6372478296536,7.27084993447543,3.3252224428665,4.17116751094773,3.463102551737,8.31459747231566,3.35957106076623,3.48042804526408,3.44579703767703,7.27084993447543,4.53622901173723,7.06604286864903,4.17116751094773,4.61008054541098,3.23970927497362,6.45987445164721,6.86259673699234,3.49777346464241,7.89323265690719,6.06286626604159,7.27084993447543,6.86259673699234,6.66053312075064,6.45987445164721,6.66053312075064,4.04508737062665,6.26064406638338,6.06286626604159,4.37107749050618,7.06604286864903,4.49940675484833,4.08101903804644,5.67177084177532,6.86259673699234,6.66053312075064,6.26064406638338,3.77796764887513,3.81333922513604,3.53252386822635,5.0966928012738,6.66053312075064,8.31459747231566,6.86259673699234,6.26064406638338,3.29095551083559,6.86259673699234,4.62858633954372,9.17215734622354,3.49777346464241,6.86259673699234,7.06604286864903,7.47699715360413,6.66053312075064,7.68446449940387,7.06604286864903,7.06604286864903,4.35281492468359,7.68446449940387,6.66053312075064,3.29095551083559,7.27084993447543,6.86259673699234,3.6372478296536,3.463102551737,6.45987445164721,3.99132780236738,7.06604286864903,3.463102551737,6.45987445164721,6.06286626604159,8.52715871882306,6.45987445164721,6.66053312075064,6.86259673699234,6.86259673699234,3.53252386822635,6.86259673699234,7.06604286864903,3.29095551083559,6.45987445164721,3.6372478296536,6.06286626604159,8.52715871882306,8.52715871882306,7.27084993447543,3.29095551083559,6.45987445164721,6.86259673699234,7.27084993447543,3.29095551083559,3.27385281956003,7.68446449940387,3.51513875660425,3.29095551083559,4.90820385438194,4.24361190094078,3.30807873770613,3.99132780236738,9.38954256643053,7.06604286864903,4.35281492468359,7.27084993447543,4.13505359903136,6.06286626604159,6.86259673699234,3.29095551083559,7.27084993447543,7.06604286864903,3.58479759691582,4.29813337699737,4.17116751094773,3.99132780236738,7.47699715360413,7.89323265690719,3.6372478296536,3.29095551083559,8.52715871882306,7.47699715360413,7.27084993447543,6.66053312075064,6.86259673699234,7.27084993447543,3.56735334045983,4.17116751094773,6.86259673699234,4.53622901173723,3.463102551737,8.31459747231566,3.81333922513604,7.47699715360413,6.45987445164721,8.9559546908579,7.27084993447543,7.27084993447543,4.35281492468359,4.7213709315029,7.06604286864903,3.463102551737,6.86259673699234,3.463102551737,3.81333922513604,3.83105349121218,7.89323265690719,3.463102551737,3.25677072157557,4.7213709315029,3.463102551737,7.89323265690719,3.81333922513604,6.45987445164721,3.35957106076623,3.65477022525791,6.66053312075064,3.463102551737,3.97344490527551,3.6372478296536,6.66053312075064,7.47699715360413,3.6372478296536,4.49940675484833,7.06604286864903,3.29095551083559,3.29095551083559,3.39400091375615,4.35281492468359,6.26064406638338,7.27084993447543,6.66053312075064,3.44579703767703,7.68446449940387,8.10328298346381,3.29095551083559,6.45987445164721,3.6372478296536,7.06604286864903,6.26064406638338,3.29095551083559,3.58479759691582,6.66053312075064,4.15310149630239,3.6372478296536,3.35957106076623,5.71060829435212,6.26064406638338,3.25677072157557,6.86259673699234,3.463102551737,6.86259673699234,3.463102551737,6.26064406638338,6.06286626604159,7.06604286864903,3.6372478296536,3.3252224428665,5.28680450012168,7.47699715360413,6.66053312075064,6.86259673699234,3.6372478296536,4.7213709315029,6.06286626604159,7.89323265690719,5.47850725727471,8.52715871882306,7.27084993447543,4.17116751094773,3.67231202912617,3.37677586081294,8.31459747231566,3.27385281956003,6.26064406638338,7.89323265690719,4.17116751094773,4.17116751094773,7.06604286864903,6.66053312075064,7.89323265690719,7.06604286864903,7.68446449940387,6.45987445164721,6.06286626604159,3.49777346464241,4.79590317894527,3.54992874692645,3.6372478296536,6.66053312075064,7.06604286864903,3.97344490527551,6.45987445164721,4.13505359903136,5.03997424598393,4.08101903804644,3.49777346464241,6.26064406638338,7.47699715360413,6.66053312075064,5.28680450012168,7.27084993447543,3.95558056214436,7.68446449940387,7.06604286864903,3.29095551083559,6.86259673699234,6.06286626604159,3.23970927497362,8.31459747231566,7.89323265690719,4.17116751094773,3.81333922513604,5.11563148223632,3.49777346464241,7.27084993447543,6.26064406638338,6.86259673699234,6.26064406638338,6.06286626604159,7.06604286864903,4.17116751094773,4.55466607413371,7.06604286864903,6.26064406638338,3.29095551083559,3.463102551737,3.54992874692645,3.29095551083559,3.51513875660425,3.54992874692645,6.45987445164721,6.86259673699234,6.66053312075064,3.83105349121218,6.26064406638338,3.463102551737,3.81333922513604,3.93773481804706,4.17116751094773,3.81333922513604,6.45987445164721,3.42851155705174,4.53622901173723,6.66053312075064,3.34238656939841,5.49776386521283,7.06604286864903,6.66053312075064,3.30807873770613,4.02714907946008,7.68446449940387,5.21056715269382,6.26064406638338,3.30807873770613,3.77796764887513,3.6372478296536,7.68446449940387,3.463102551737,4.35281492468359,4.35281492468359,6.45987445164721,7.47699715360413,3.463102551737,4.7213709315029,6.45987445164721,3.23970927497362,6.45987445164721,7.68446449940387,3.3252224428665,3.81333922513604,3.51513875660425,4.22547383737066,3.27385281956003,6.86259673699234,4.17116751094773,3.463102551737,8.74094988910204,6.86259673699234,3.29095551083559,6.66053312075064,3.463102551737,4.35281492468359,6.45987445164721,4.06304403808063,5.53632378484789,3.6372478296536,7.47699715360413,7.27084993447543,7.06604286864903,7.47699715360413,3.463102551737,6.45987445164721,5.28680450012168,5.0966928012738,3.463102551737,6.26064406638338,6.66053312075064,3.27385281956003,4.53622901173723,7.06604286864903,6.06286626604159,7.27084993447543,6.86259673699234,6.66053312075064,7.89323265690719,7.06604286864903,6.26064406638338,8.10328298346381,7.68446449940387,6.66053312075064,7.89323265690719,6.26064406638338,3.30807873770613,6.06286626604159,6.66053312075064,6.45987445164721,3.86653874285174,6.06286626604159,6.45987445164721,7.47699715360413,7.27084993447543,3.29095551083559,3.44579703767703,4.17116751094773,7.89323265690719,3.56735334045983,3.99132780236738,3.44579703767703,6.66053312075064,6.06286626604159,5.8665663809655,7.89323265690719,6.66053312075064,6.45987445164721,4.17116751094773,8.31459747231566,7.06604286864903,3.6372478296536,6.26064406638338,8.10328298346381,8.9559546908579,9.17215734622354,8.52715871882306,3.86653874285174,6.45987445164721,6.66053312075064,4.17116751094773,3.51513875660425,6.06286626604159,6.66053312075064,6.45987445164721,7.68446449940387,8.31459747231566,6.66053312075064,8.31459747231566,3.67231202912617,6.66053312075064,3.6372478296536,6.66053312075064,3.463102551737,7.06604286864903,3.29095551083559,6.66053312075064,7.06604286864903,4.17116751094773,5.8274860594593,3.463102551737,4.35281492468359,5.67177084177532,6.06286626604159,6.86259673699234,7.27084993447543,6.86259673699234,4.06304403808063,3.29095551083559,3.3252224428665,6.45987445164721,3.67231202912617,7.27084993447543,6.45987445164721,7.27084993447543,4.62858633954372,6.66053312075064,3.29095551083559,6.86259673699234,4.35281492468359,6.26064406638338,9.60809552815876,3.29095551083559,7.06604286864903,6.45987445164721,7.06604286864903,7.68446449940387,4.53622901173723,3.30807873770613,3.6372478296536,3.27385281956003,3.6372478296536,7.47699715360413,3.67231202912617,3.81333922513604,4.57312037550768,4.87070369399766,6.86259673699234,5.38245891885172,3.99132780236738,5.67177084177532,7.47699715360413,4.7213709315029,3.81333922513604,3.23970927497362,6.45987445164721,3.463102551737,3.44579703767703,6.06286626604159,3.81333922513604,6.86259673699234,6.06286626604159,5.45926625649056,4.2799416026646,3.463102551737,6.66053312075064,3.37677586081294,6.45987445164721,4.37107749050618,3.463102551737,6.06286626604159,3.65477022525791,3.99132780236738,3.463102551737,3.22266853824514,3.93773481804706,3.29095551083559,7.27084993447543,4.7213709315029,3.88430963470742,3.29095551083559,4.38935768147708,3.77796764887513,6.26064406638338,3.6372478296536,8.10328298346381,3.23970927497362,6.66053312075064,7.06604286864903,6.86259673699234,3.72505339211326,3.463102551737],null,null,{"interactive":true,"className":"","stroke":true,"color":["#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#FF0000","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#FF0000","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#FF0000","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#FF0000","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#FF0000","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#FF0000","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#FF0000","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080"],"weight":5,"opacity":0.5,"fill":true,"fillColor":["#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#FF0000","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#FF0000","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#FF0000","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#FF0000","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#FF0000","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#FF0000","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#FF0000","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080","#000080"],"fillOpacity":0.5},null,null,["2020-11-09 13:45:33","2020-11-09 12:51:19","2020-11-09 12:39:46","2020-11-09 12:25:42","2020-11-09 12:22:57","2020-11-09 12:22:10","2020-11-09 10:37:16","2020-11-09 09:45:09","2020-11-09 08:56:46","2020-11-09 08:06:01","2020-11-09 05:54:19","2020-11-09 05:13:22","2020-11-09 04:57:42","2020-11-09 04:42:42","2020-11-09 04:35:35","2020-11-09 03:11:24","2020-11-09 02:28:46","2020-11-09 02:27:40","2020-11-09 02:23:01","2020-11-09 01:13:20","2020-11-09 00:18:20","2020-11-08 23:04:53","2020-11-08 22:40:22","2020-11-08 19:57:47","2020-11-08 18:49:23","2020-11-08 18:44:20","2020-11-08 18:19:55","2020-11-08 18:01:53","2020-11-08 17:54:42","2020-11-08 17:53:01","2020-11-08 17:48:41","2020-11-08 17:36:34","2020-11-08 17:06:48","2020-11-08 16:37:13","2020-11-08 16:32:22","2020-11-08 16:18:50","2020-11-08 15:19:10","2020-11-08 14:14:56","2020-11-08 13:37:28","2020-11-08 13:30:23","2020-11-08 13:16:49","2020-11-08 11:41:13","2020-11-08 11:14:39","2020-11-08 11:10:06","2020-11-08 11:06:44","2020-11-08 10:54:50","2020-11-08 10:45:29","2020-11-08 10:42:48","2020-11-08 10:29:22","2020-11-08 10:26:25","2020-11-08 09:29:08","2020-11-08 09:19:02","2020-11-08 09:08:08","2020-11-08 08:27:39","2020-11-08 08:20:14","2020-11-08 08:19:56","2020-11-08 08:08:16","2020-11-08 07:46:03","2020-11-08 07:29:56","2020-11-08 07:18:49","2020-11-08 07:04:47","2020-11-08 07:02:08","2020-11-08 06:54:07","2020-11-08 06:51:35","2020-11-08 06:22:56","2020-11-08 06:12:24","2020-11-08 05:39:10","2020-11-08 05:07:12","2020-11-08 04:05:04","2020-11-08 03:31:14","2020-11-08 01:56:02","2020-11-08 00:34:28","2020-11-08 00:32:30","2020-11-08 00:04:22","2020-11-07 23:59:38","2020-11-07 23:47:37","2020-11-07 23:40:05","2020-11-07 22:32:34","2020-11-07 22:23:27","2020-11-07 21:39:03","2020-11-07 20:42:07","2020-11-07 20:13:27","2020-11-07 20:10:56","2020-11-07 19:47:31","2020-11-07 18:56:35","2020-11-07 18:30:43","2020-11-07 17:37:27","2020-11-07 17:02:56","2020-11-07 16:52:57","2020-11-07 16:52:51","2020-11-07 15:09:18","2020-11-07 15:06:46","2020-11-07 14:17:05","2020-11-07 13:18:30","2020-11-07 12:03:54","2020-11-07 11:38:29","2020-11-07 09:27:28","2020-11-07 09:23:11","2020-11-07 09:16:42","2020-11-07 09:15:41","2020-11-07 08:39:25","2020-11-07 07:09:25","2020-11-07 06:35:46","2020-11-07 06:27:04","2020-11-07 05:12:48","2020-11-07 05:06:55","2020-11-07 05:00:46","2020-11-07 05:00:22","2020-11-07 02:53:56","2020-11-07 02:43:17","2020-11-07 02:39:50","2020-11-07 02:19:04","2020-11-07 01:53:57","2020-11-07 00:37:20","2020-11-07 00:35:16","2020-11-06 23:13:18","2020-11-06 22:10:32","2020-11-06 21:23:29","2020-11-06 21:16:51","2020-11-06 20:49:18","2020-11-06 20:41:47","2020-11-06 19:59:17","2020-11-06 18:06:37","2020-11-06 17:27:37","2020-11-06 17:22:10","2020-11-06 16:37:20","2020-11-06 16:33:03","2020-11-06 16:29:35","2020-11-06 15:38:09","2020-11-06 14:16:54","2020-11-06 13:59:25","2020-11-06 13:50:53","2020-11-06 13:34:05","2020-11-06 13:14:27","2020-11-06 11:19:30","2020-11-06 11:02:27","2020-11-06 07:22:48","2020-11-06 06:17:07","2020-11-06 06:12:17","2020-11-06 06:05:27","2020-11-06 05:56:38","2020-11-06 05:37:00","2020-11-06 05:25:08","2020-11-06 05:05:29","2020-11-06 04:58:20","2020-11-06 04:38:54","2020-11-06 03:20:07","2020-11-06 03:20:06","2020-11-05 23:38:26","2020-11-05 22:40:17","2020-11-05 22:39:36","2020-11-05 21:52:26","2020-11-05 20:47:19","2020-11-05 20:46:12","2020-11-05 20:36:30","2020-11-05 19:16:27","2020-11-05 18:57:06","2020-11-05 18:57:03","2020-11-05 18:45:17","2020-11-05 15:36:13","2020-11-05 15:35:58","2020-11-05 15:26:17","2020-11-05 15:14:30","2020-11-05 14:27:07","2020-11-05 14:21:56","2020-11-05 13:39:11","2020-11-05 13:17:44","2020-11-05 13:11:34","2020-11-05 11:01:38","2020-11-05 10:27:59","2020-11-05 10:17:40","2020-11-05 09:56:32","2020-11-05 09:21:09","2020-11-05 08:53:44","2020-11-05 08:41:41","2020-11-05 07:39:30","2020-11-05 07:25:07","2020-11-05 07:22:44","2020-11-05 05:19:47","2020-11-05 04:44:15","2020-11-05 04:40:53","2020-11-05 04:29:43","2020-11-05 02:52:40","2020-11-05 01:05:43","2020-11-05 00:36:12","2020-11-05 00:34:11","2020-11-05 00:01:32","2020-11-04 22:35:31","2020-11-04 22:02:06","2020-11-04 21:35:48","2020-11-04 21:32:02","2020-11-04 21:15:13","2020-11-04 20:49:08","2020-11-04 19:21:50","2020-11-04 19:12:49","2020-11-04 18:47:00","2020-11-04 18:33:53","2020-11-04 15:47:33","2020-11-04 15:27:51","2020-11-04 14:51:55","2020-11-04 14:45:11","2020-11-04 14:24:16","2020-11-04 14:14:56","2020-11-04 13:58:18","2020-11-04 13:26:16","2020-11-04 11:20:39","2020-11-04 10:34:54","2020-11-04 09:28:42","2020-11-04 09:23:45","2020-11-04 08:25:05","2020-11-04 06:38:12","2020-11-04 06:35:45","2020-11-04 06:35:21","2020-11-04 05:38:18","2020-11-04 05:14:15","2020-11-04 04:51:32","2020-11-04 04:49:52","2020-11-04 04:38:02","2020-11-04 04:19:49","2020-11-04 03:42:26","2020-11-04 03:20:49","2020-11-04 02:38:49","2020-11-04 02:38:15","2020-11-04 01:20:46","2020-11-04 00:53:00","2020-11-04 00:27:23","2020-11-04 00:15:26","2020-11-03 23:54:50","2020-11-03 23:47:30","2020-11-03 23:44:12","2020-11-03 23:39:46","2020-11-03 22:35:33","2020-11-03 22:17:39","2020-11-03 21:20:24","2020-11-03 20:18:50","2020-11-03 20:07:54","2020-11-03 17:35:35","2020-11-03 17:22:22","2020-11-03 16:47:33","2020-11-03 16:26:39","2020-11-03 16:05:44","2020-11-03 15:17:45","2020-11-03 14:59:05","2020-11-03 14:41:19","2020-11-03 13:52:28","2020-11-03 13:40:57","2020-11-03 12:20:15","2020-11-03 12:02:24","2020-11-03 11:56:28","2020-11-03 10:30:47","2020-11-03 10:30:22","2020-11-03 09:16:46","2020-11-03 08:04:45","2020-11-03 08:00:39","2020-11-03 07:28:06","2020-11-03 06:35:24","2020-11-03 05:18:56","2020-11-03 05:07:58","2020-11-03 05:03:44","2020-11-03 03:34:58","2020-11-03 03:10:07","2020-11-03 02:24:33","2020-11-03 01:35:56","2020-11-03 01:25:07","2020-11-03 01:19:34","2020-11-03 01:17:25","2020-11-03 01:01:14","2020-11-02 23:40:54","2020-11-02 23:07:04","2020-11-02 23:02:31","2020-11-02 22:51:05","2020-11-02 22:41:59","2020-11-02 21:11:39","2020-11-02 20:27:28","2020-11-02 20:25:27","2020-11-02 19:49:36","2020-11-02 19:44:27","2020-11-02 19:22:14","2020-11-02 17:52:57","2020-11-02 17:18:17","2020-11-02 16:43:20","2020-11-02 16:25:15","2020-11-02 16:16:40","2020-11-02 15:22:42","2020-11-02 15:20:14","2020-11-02 15:01:58","2020-11-02 13:26:29","2020-11-02 11:38:34","2020-11-02 11:38:16","2020-11-02 11:34:36","2020-11-02 10:48:15","2020-11-02 10:42:19","2020-11-02 10:24:55","2020-11-02 09:31:57","2020-11-02 09:30:39","2020-11-02 09:17:29","2020-11-02 08:58:03","2020-11-02 08:47:53","2020-11-02 08:09:41","2020-11-02 08:09:16","2020-11-02 07:16:52","2020-11-02 07:15:38","2020-11-02 07:05:54","2020-11-02 06:48:07","2020-11-02 06:16:10","2020-11-02 06:10:39","2020-11-02 06:04:50","2020-11-02 06:00:26","2020-11-02 05:59:48","2020-11-02 05:09:53","2020-11-02 05:09:35","2020-11-02 04:33:35","2020-11-02 02:10:46","2020-11-02 02:01:06","2020-11-02 01:33:43","2020-11-02 01:30:11","2020-11-02 00:56:11","2020-11-02 00:40:24","2020-11-02 00:26:43","2020-11-02 00:14:53","2020-11-02 00:09:41","2020-11-01 23:20:34","2020-11-01 23:05:40","2020-11-01 22:17:08","2020-11-01 22:10:44","2020-11-01 20:09:35","2020-11-01 19:41:44","2020-11-01 19:39:27","2020-11-01 19:17:00","2020-11-01 18:45:51","2020-11-01 18:19:40","2020-11-01 18:04:39","2020-11-01 16:55:53","2020-11-01 16:55:38","2020-11-01 16:54:46","2020-11-01 16:35:59","2020-11-01 16:14:56","2020-11-01 14:13:51","2020-11-01 13:24:53","2020-11-01 13:04:24","2020-11-01 12:58:49","2020-11-01 12:56:49","2020-11-01 12:40:16","2020-11-01 11:49:58","2020-11-01 11:34:11","2020-11-01 10:47:54","2020-11-01 10:15:41","2020-11-01 09:57:05","2020-11-01 08:58:05","2020-11-01 08:45:52","2020-11-01 08:44:42","2020-11-01 08:42:24","2020-11-01 05:52:19","2020-11-01 05:33:38","2020-11-01 04:33:09","2020-11-01 04:27:11","2020-11-01 04:05:13","2020-11-01 03:31:15","2020-11-01 02:22:07","2020-11-01 02:10:13","2020-11-01 02:01:09","2020-11-01 01:34:52","2020-11-01 01:17:14","2020-11-01 01:15:45","2020-11-01 00:43:20","2020-11-01 00:32:57","2020-11-01 00:13:02","2020-11-01 00:01:58","2020-10-31 23:56:56","2020-10-31 23:47:33","2020-10-31 23:46:34","2020-10-31 23:28:21","2020-10-31 22:50:56","2020-10-31 22:21:21","2020-10-31 21:47:37","2020-10-31 20:21:31","2020-10-31 20:00:22","2020-10-31 19:05:43","2020-10-31 18:38:02","2020-10-31 18:28:46","2020-10-31 18:04:06","2020-10-31 17:59:16","2020-10-31 17:57:23","2020-10-31 17:22:54","2020-10-31 16:49:37","2020-10-31 15:51:47","2020-10-31 15:43:09","2020-10-31 15:25:42","2020-10-31 15:04:18","2020-10-31 14:01:18","2020-10-31 13:59:44","2020-10-31 13:55:17","2020-10-31 13:40:34","2020-10-31 11:42:43","2020-10-31 11:41:09","2020-10-31 11:26:50","2020-10-31 10:41:43","2020-10-31 08:43:49","2020-10-31 08:34:19","2020-10-31 08:08:36","2020-10-31 07:19:32","2020-10-31 07:15:25","2020-10-31 06:17:07","2020-10-31 06:10:50","2020-10-31 05:55:19","2020-10-31 05:50:07","2020-10-31 04:57:03","2020-10-31 04:41:40","2020-10-31 04:34:05","2020-10-31 03:22:53","2020-10-31 02:36:09","2020-10-31 02:31:29","2020-10-31 02:22:11","2020-10-31 01:46:51","2020-10-31 01:03:11","2020-10-31 00:54:34","2020-10-31 00:49:08","2020-10-31 00:19:35","2020-10-31 00:12:24","2020-10-30 23:54:00","2020-10-30 23:49:48","2020-10-30 23:27:10","2020-10-30 22:44:27","2020-10-30 22:40:35","2020-10-30 22:10:10","2020-10-30 20:46:45","2020-10-30 19:56:47","2020-10-30 19:53:23","2020-10-30 18:47:36","2020-10-30 17:46:14","2020-10-30 17:18:48","2020-10-30 17:12:37","2020-10-30 16:22:25","2020-10-30 16:04:55","2020-10-30 15:28:42","2020-10-30 15:27:35","2020-10-30 15:24:41","2020-10-30 15:01:44","2020-10-30 14:16:03","2020-10-30 13:31:31","2020-10-30 13:29:07","2020-10-30 12:51:36","2020-10-30 12:43:15","2020-10-30 12:19:15","2020-10-30 12:14:55","2020-10-30 11:47:02","2020-10-30 11:01:32","2020-10-30 10:11:52","2020-10-30 10:01:19","2020-10-30 10:00:43","2020-10-30 09:45:56","2020-10-30 09:43:51","2020-10-30 09:22:26","2020-10-30 09:15:30","2020-10-30 08:54:56","2020-10-30 08:51:27","2020-10-30 08:10:09","2020-10-30 07:49:36","2020-10-30 07:36:38","2020-10-30 07:14:58","2020-10-30 07:07:41","2020-10-30 05:52:00","2020-10-30 05:38:42","2020-10-30 05:30:11","2020-10-30 05:02:46","2020-10-30 05:02:03","2020-10-30 04:54:48","2020-10-30 04:28:38","2020-10-30 04:07:13","2020-10-30 03:52:11","2020-10-30 03:42:44","2020-10-30 03:41:10","2020-10-30 02:12:31","2020-10-30 02:05:38","2020-10-30 01:36:29","2020-10-30 01:33:32","2020-10-30 01:29:59","2020-10-30 01:06:49","2020-10-30 00:57:04","2020-10-30 00:46:45","2020-10-30 00:43:48","2020-10-30 00:02:03","2020-10-29 23:34:22","2020-10-29 23:26:21","2020-10-29 23:02:34","2020-10-29 22:58:53","2020-10-29 22:28:19","2020-10-29 22:10:31","2020-10-29 21:10:30","2020-10-29 20:51:37","2020-10-29 20:23:08","2020-10-29 19:39:36","2020-10-29 19:02:47","2020-10-29 18:29:37","2020-10-29 16:01:24","2020-10-29 15:45:29","2020-10-29 14:39:48","2020-10-29 14:37:08","2020-10-29 13:33:06","2020-10-29 13:32:28","2020-10-29 13:08:38","2020-10-29 12:06:00","2020-10-29 09:19:40","2020-10-29 08:28:14","2020-10-29 08:04:33","2020-10-29 06:32:43","2020-10-29 05:00:34","2020-10-29 04:48:07","2020-10-29 04:40:52","2020-10-29 04:23:07","2020-10-29 04:14:52","2020-10-29 04:02:46","2020-10-29 03:45:43","2020-10-29 03:45:43","2020-10-29 03:11:59","2020-10-29 03:10:45","2020-10-29 02:25:43","2020-10-29 02:03:18","2020-10-29 01:44:43","2020-10-29 00:57:39","2020-10-29 00:57:10","2020-10-28 23:14:05","2020-10-28 22:54:19","2020-10-28 22:43:00","2020-10-28 22:40:06","2020-10-28 22:20:23","2020-10-28 22:03:26","2020-10-28 21:36:23","2020-10-28 21:13:48","2020-10-28 20:34:34","2020-10-28 20:24:50","2020-10-28 20:05:45","2020-10-28 19:58:05","2020-10-28 19:47:22","2020-10-28 19:19:09","2020-10-28 19:14:47","2020-10-28 19:08:44","2020-10-28 19:08:08","2020-10-28 19:03:49","2020-10-28 19:00:23","2020-10-28 18:58:31","2020-10-28 18:57:00","2020-10-28 18:45:07","2020-10-28 18:43:00","2020-10-28 18:13:34","2020-10-28 17:27:39","2020-10-28 17:22:58","2020-10-28 15:58:40","2020-10-28 15:14:30","2020-10-28 13:13:55","2020-10-28 12:49:25","2020-10-28 12:41:48","2020-10-28 12:39:20","2020-10-28 12:12:11","2020-10-28 11:59:51","2020-10-28 11:55:07","2020-10-28 11:53:10","2020-10-28 11:41:28","2020-10-28 11:31:34","2020-10-28 11:12:56","2020-10-28 11:07:37","2020-10-28 11:04:26","2020-10-28 10:45:32","2020-10-28 10:12:18","2020-10-28 10:08:38","2020-10-28 09:57:19","2020-10-28 09:54:54","2020-10-28 09:50:31","2020-10-28 09:25:21","2020-10-28 09:23:38","2020-10-28 09:02:45","2020-10-28 08:25:10","2020-10-28 08:21:15","2020-10-28 07:11:27","2020-10-28 06:52:38","2020-10-28 06:16:15","2020-10-28 06:08:59","2020-10-28 06:04:18","2020-10-28 06:02:32","2020-10-28 05:31:01","2020-10-28 05:07:29","2020-10-28 04:54:47","2020-10-28 04:42:44","2020-10-28 04:31:34","2020-10-28 04:24:32","2020-10-28 03:58:32","2020-10-28 03:49:15","2020-10-28 03:41:16","2020-10-28 03:11:37","2020-10-28 03:08:05","2020-10-28 03:08:00","2020-10-28 02:49:17","2020-10-28 02:06:43","2020-10-28 01:52:32","2020-10-28 01:43:34","2020-10-28 01:13:41","2020-10-28 00:28:46","2020-10-28 00:28:29","2020-10-28 00:01:37","2020-10-27 22:56:19","2020-10-27 22:47:58","2020-10-27 22:38:45","2020-10-27 22:30:05","2020-10-27 22:16:18","2020-10-27 22:08:30","2020-10-27 21:36:52","2020-10-27 21:23:06","2020-10-27 21:16:52","2020-10-27 21:16:00","2020-10-27 21:11:10","2020-10-27 21:08:35","2020-10-27 20:48:51","2020-10-27 20:38:01","2020-10-27 20:18:51","2020-10-27 19:56:13","2020-10-27 19:50:34","2020-10-27 19:14:21","2020-10-27 18:42:14","2020-10-27 18:34:21","2020-10-27 18:33:25","2020-10-27 18:00:39","2020-10-27 17:51:15","2020-10-27 17:48:01","2020-10-27 17:47:31","2020-10-27 17:03:26","2020-10-27 16:43:52","2020-10-27 16:22:43","2020-10-27 15:44:06","2020-10-27 15:40:11","2020-10-27 14:30:49","2020-10-27 14:19:54","2020-10-27 14:08:17","2020-10-27 13:52:19","2020-10-27 13:50:51","2020-10-27 13:32:26","2020-10-27 13:31:50","2020-10-27 13:25:41","2020-10-27 13:17:25","2020-10-27 13:13:59","2020-10-27 13:10:27","2020-10-27 12:49:04","2020-10-27 12:43:51","2020-10-27 12:39:31","2020-10-27 12:23:00","2020-10-27 12:15:29","2020-10-27 12:01:04","2020-10-27 11:55:33","2020-10-27 11:38:42","2020-10-27 11:06:09","2020-10-27 10:50:39","2020-10-27 10:49:16","2020-10-27 10:34:53","2020-10-27 10:31:45","2020-10-27 10:30:40","2020-10-27 10:23:07","2020-10-27 10:20:25","2020-10-27 10:18:50","2020-10-27 10:03:35","2020-10-27 09:51:19","2020-10-27 09:44:56","2020-10-27 09:34:05","2020-10-27 08:59:18","2020-10-27 08:59:15","2020-10-27 08:41:05","2020-10-27 08:26:20","2020-10-27 08:13:47","2020-10-27 07:50:15","2020-10-27 06:57:10","2020-10-27 06:24:59","2020-10-27 05:48:58","2020-10-27 05:23:40","2020-10-27 05:21:08","2020-10-27 05:20:48","2020-10-27 04:59:07","2020-10-27 04:20:32","2020-10-27 04:01:15","2020-10-27 04:00:02","2020-10-27 03:55:21","2020-10-27 03:47:54","2020-10-27 03:39:04","2020-10-27 03:37:17","2020-10-27 03:21:40","2020-10-27 03:12:01","2020-10-27 03:01:59","2020-10-27 02:46:53","2020-10-27 02:45:59","2020-10-27 02:39:59","2020-10-27 02:00:44","2020-10-27 01:57:28","2020-10-27 01:52:18","2020-10-27 01:51:02","2020-10-27 01:43:50","2020-10-27 01:41:35","2020-10-27 01:33:31","2020-10-27 00:56:00","2020-10-26 23:26:30","2020-10-26 22:53:30","2020-10-26 22:52:13","2020-10-26 22:35:36","2020-10-26 22:26:16","2020-10-26 21:59:21","2020-10-26 21:49:11","2020-10-26 21:33:02","2020-10-26 21:02:18","2020-10-26 19:58:30","2020-10-26 19:44:55","2020-10-26 19:43:49","2020-10-26 18:34:51","2020-10-26 18:32:31","2020-10-26 18:29:26","2020-10-26 18:25:57","2020-10-26 17:36:37","2020-10-26 17:16:28","2020-10-26 16:51:05","2020-10-26 16:37:25","2020-10-26 16:16:20","2020-10-26 15:36:53","2020-10-26 14:21:40","2020-10-26 14:04:57","2020-10-26 11:56:08","2020-10-26 11:39:56","2020-10-26 11:31:01","2020-10-26 11:21:06","2020-10-26 11:16:57","2020-10-26 11:13:01","2020-10-26 10:38:36","2020-10-26 10:36:56","2020-10-26 10:20:18","2020-10-26 10:15:10","2020-10-26 10:15:01","2020-10-26 10:15:00","2020-10-26 10:10:23","2020-10-26 09:55:31","2020-10-26 08:06:11","2020-10-26 08:00:59","2020-10-26 07:45:01","2020-10-26 07:41:32","2020-10-26 07:35:54","2020-10-26 07:24:06","2020-10-26 07:01:10","2020-10-26 06:28:32","2020-10-26 06:25:11","2020-10-26 05:43:35","2020-10-26 05:26:35","2020-10-26 05:25:23","2020-10-26 05:01:35","2020-10-26 04:53:03","2020-10-26 04:40:17","2020-10-26 04:29:09","2020-10-26 04:26:06","2020-10-26 04:24:21","2020-10-26 04:24:08","2020-10-26 03:25:38","2020-10-26 03:20:01","2020-10-26 03:08:55","2020-10-26 03:06:40","2020-10-26 03:03:26","2020-10-26 02:46:11","2020-10-26 02:37:34","2020-10-26 02:20:56","2020-10-26 02:18:25","2020-10-26 02:06:28","2020-10-26 01:55:50","2020-10-26 01:02:35","2020-10-26 01:01:20","2020-10-26 00:56:33","2020-10-26 00:50:42","2020-10-26 00:41:38","2020-10-26 00:34:41","2020-10-26 00:10:46","2020-10-25 23:58:50","2020-10-25 23:55:55","2020-10-25 23:42:02","2020-10-25 23:35:08","2020-10-25 23:14:01","2020-10-25 22:58:41","2020-10-25 22:43:43","2020-10-25 22:43:00","2020-10-25 22:39:49","2020-10-25 22:28:05","2020-10-25 22:10:01","2020-10-25 22:08:03","2020-10-25 22:05:55","2020-10-25 21:49:44","2020-10-25 21:42:15","2020-10-25 21:07:03","2020-10-25 20:49:49","2020-10-25 20:43:11","2020-10-25 20:19:18","2020-10-25 20:08:12","2020-10-25 20:06:42","2020-10-25 19:54:03","2020-10-25 19:50:02","2020-10-25 19:46:05","2020-10-25 19:44:42","2020-10-25 18:44:50","2020-10-25 18:34:58","2020-10-25 18:32:41","2020-10-25 18:29:26","2020-10-25 18:18:52","2020-10-25 18:17:14","2020-10-25 16:35:45","2020-10-25 16:24:45","2020-10-25 16:23:19","2020-10-25 15:23:18","2020-10-25 15:08:46","2020-10-25 14:18:57","2020-10-25 13:53:43","2020-10-25 13:52:36","2020-10-25 13:07:01","2020-10-25 12:47:22","2020-10-25 12:44:46","2020-10-25 12:12:57","2020-10-25 12:00:37","2020-10-25 11:59:31","2020-10-25 11:47:57","2020-10-25 11:23:32","2020-10-25 11:18:25","2020-10-25 11:12:33","2020-10-25 10:38:50","2020-10-25 10:30:25","2020-10-25 10:23:43","2020-10-25 10:21:31","2020-10-25 10:19:14","2020-10-25 10:13:43","2020-10-25 10:08:54","2020-10-25 09:55:53","2020-10-25 09:47:59","2020-10-25 09:38:52","2020-10-25 08:48:12","2020-10-25 08:47:37","2020-10-25 08:25:52","2020-10-25 08:04:46","2020-10-25 08:03:32","2020-10-25 07:39:03","2020-10-25 07:14:24","2020-10-25 07:01:23","2020-10-25 06:42:24","2020-10-25 06:28:28","2020-10-25 06:14:28","2020-10-25 06:09:51","2020-10-25 06:06:29","2020-10-25 05:35:19","2020-10-25 05:25:28","2020-10-25 05:19:43","2020-10-25 05:18:10","2020-10-25 05:07:16","2020-10-25 04:58:57","2020-10-25 04:25:11","2020-10-25 03:34:57","2020-10-25 03:28:07","2020-10-25 03:24:56","2020-10-25 02:47:27","2020-10-25 02:33:46","2020-10-25 01:52:53","2020-10-25 01:46:49","2020-10-25 01:43:40","2020-10-25 01:41:21","2020-10-25 01:24:02","2020-10-25 01:05:11","2020-10-25 00:42:39","2020-10-25 00:32:28","2020-10-25 00:30:24","2020-10-25 00:08:32","2020-10-25 00:04:12","2020-10-24 23:57:25","2020-10-24 23:56:35","2020-10-24 23:34:44","2020-10-24 23:33:06","2020-10-24 23:24:01","2020-10-24 23:09:12","2020-10-24 22:15:08","2020-10-24 21:56:45","2020-10-24 21:32:20","2020-10-24 20:39:51","2020-10-24 20:36:26","2020-10-24 20:25:36","2020-10-24 20:06:50","2020-10-24 19:52:34","2020-10-24 19:44:02","2020-10-24 19:29:21","2020-10-24 19:23:01","2020-10-24 18:42:05","2020-10-24 18:41:44","2020-10-24 18:18:56","2020-10-24 18:06:52","2020-10-24 17:56:51","2020-10-24 17:48:17","2020-10-24 17:44:51","2020-10-24 17:36:43","2020-10-24 17:15:27","2020-10-24 17:12:21","2020-10-24 17:10:36","2020-10-24 16:58:13","2020-10-24 16:37:44","2020-10-24 16:27:03","2020-10-24 16:15:30","2020-10-24 15:51:46","2020-10-24 15:16:03","2020-10-24 15:04:35","2020-10-24 15:03:04","2020-10-24 14:58:52","2020-10-24 14:43:36","2020-10-24 14:18:27","2020-10-24 13:30:57","2020-10-24 13:18:47","2020-10-24 12:55:57","2020-10-24 12:52:32","2020-10-24 12:49:07","2020-10-24 12:42:08","2020-10-24 12:21:09","2020-10-24 12:14:21","2020-10-24 12:11:54","2020-10-24 12:08:45","2020-10-24 12:06:47","2020-10-24 11:57:35","2020-10-24 11:54:30","2020-10-24 11:42:06","2020-10-24 11:23:16","2020-10-24 10:36:32","2020-10-24 10:33:54","2020-10-24 10:33:53","2020-10-24 10:31:19","2020-10-24 10:08:49","2020-10-24 10:08:49","2020-10-24 10:02:12","2020-10-24 09:35:18","2020-10-24 09:27:35","2020-10-24 09:10:55","2020-10-24 09:08:10","2020-10-24 08:57:10","2020-10-24 08:46:44","2020-10-24 08:34:18","2020-10-24 08:06:42","2020-10-24 07:52:51","2020-10-24 07:41:33","2020-10-24 07:40:19","2020-10-24 07:17:55","2020-10-24 07:11:09","2020-10-24 07:10:07","2020-10-24 06:33:28","2020-10-24 05:22:03","2020-10-24 04:50:41","2020-10-24 04:29:24","2020-10-24 04:19:25","2020-10-24 04:12:17","2020-10-24 03:53:39","2020-10-24 03:50:06","2020-10-24 03:48:12","2020-10-24 03:17:27","2020-10-24 03:13:38","2020-10-24 03:09:36","2020-10-24 03:02:54","2020-10-24 02:54:39","2020-10-24 02:41:51","2020-10-24 02:36:18","2020-10-24 02:27:28","2020-10-24 02:22:12","2020-10-24 01:59:51","2020-10-24 01:36:02","2020-10-24 01:30:46","2020-10-24 01:01:05","2020-10-24 00:59:35","2020-10-24 00:53:44","2020-10-24 00:21:03","2020-10-23 23:50:53","2020-10-23 23:49:00","2020-10-23 23:44:31","2020-10-23 23:12:38","2020-10-23 23:11:04","2020-10-23 23:08:13","2020-10-23 22:35:26","2020-10-23 22:33:43","2020-10-23 22:04:11","2020-10-23 21:00:43","2020-10-23 20:34:38","2020-10-23 20:08:54","2020-10-23 19:50:53","2020-10-23 17:36:34","2020-10-23 17:13:18","2020-10-23 16:50:24","2020-10-23 16:28:46","2020-10-23 16:11:29","2020-10-23 16:00:45","2020-10-23 15:21:19","2020-10-23 14:07:00","2020-10-23 13:49:30","2020-10-23 13:29:55","2020-10-23 13:22:04","2020-10-23 13:06:13","2020-10-23 12:46:33","2020-10-23 12:38:38","2020-10-23 12:30:03","2020-10-23 12:27:50","2020-10-23 11:44:24","2020-10-23 11:23:58","2020-10-23 11:18:37","2020-10-23 10:12:58","2020-10-23 10:03:57","2020-10-23 09:27:45","2020-10-23 09:26:12","2020-10-23 08:48:34","2020-10-23 08:43:47","2020-10-23 08:43:42","2020-10-23 08:39:54","2020-10-23 08:32:19","2020-10-23 08:12:07","2020-10-23 07:58:13","2020-10-23 07:49:31","2020-10-23 07:47:48","2020-10-23 07:39:57","2020-10-23 07:36:06","2020-10-23 07:25:17","2020-10-23 07:13:39","2020-10-23 07:07:34","2020-10-23 07:03:55","2020-10-23 06:56:55","2020-10-23 06:40:28","2020-10-23 06:22:36","2020-10-23 06:05:02","2020-10-23 06:04:20","2020-10-23 06:04:07","2020-10-23 06:01:14","2020-10-23 05:55:01","2020-10-23 05:54:01","2020-10-23 05:39:18","2020-10-23 05:31:58","2020-10-23 05:25:29","2020-10-23 05:18:15","2020-10-23 05:16:15","2020-10-23 05:15:35","2020-10-23 05:14:42","2020-10-23 05:13:20","2020-10-23 05:10:00","2020-10-23 05:02:03","2020-10-23 04:38:46","2020-10-23 04:31:44","2020-10-23 04:30:05","2020-10-23 04:21:20","2020-10-23 04:21:10","2020-10-23 04:10:04","2020-10-23 04:04:30","2020-10-23 04:04:22","2020-10-23 03:56:30","2020-10-23 03:49:21","2020-10-23 03:47:38","2020-10-23 03:43:55","2020-10-23 03:39:50","2020-10-23 03:38:34","2020-10-23 03:37:35","2020-10-23 03:35:11","2020-10-23 03:32:09","2020-10-23 03:30:36","2020-10-23 03:24:52","2020-10-23 03:24:26","2020-10-23 03:21:29","2020-10-23 03:20:34","2020-10-23 03:14:33","2020-10-23 03:13:03","2020-10-23 03:12:03","2020-10-23 03:11:36","2020-10-23 03:08:36","2020-10-23 03:07:11","2020-10-23 02:56:23","2020-10-23 02:52:43","2020-10-23 02:47:40","2020-10-23 02:33:08","2020-10-23 02:31:51","2020-10-23 02:06:42","2020-10-23 01:57:47","2020-10-23 01:57:29","2020-10-23 01:55:25","2020-10-23 01:51:18","2020-10-23 01:43:11","2020-10-23 01:42:36","2020-10-23 01:42:16","2020-10-23 01:35:53","2020-10-23 01:31:17","2020-10-23 01:26:22","2020-10-23 01:25:03","2020-10-23 01:24:29","2020-10-23 01:17:39","2020-10-23 01:08:12","2020-10-23 01:05:45","2020-10-23 01:01:27","2020-10-23 00:32:58","2020-10-23 00:16:38","2020-10-23 00:16:03","2020-10-23 00:06:20","2020-10-23 00:04:45","2020-10-23 00:02:03","2020-10-22 23:56:41","2020-10-22 23:52:48","2020-10-22 23:28:46","2020-10-22 23:21:45","2020-10-22 23:19:07","2020-10-22 23:07:45","2020-10-22 23:05:05","2020-10-22 22:58:26","2020-10-22 22:56:55","2020-10-22 22:52:09","2020-10-22 22:46:17","2020-10-22 22:36:44","2020-10-22 22:23:55","2020-10-22 22:17:33","2020-10-22 22:14:00","2020-10-22 21:59:10","2020-10-22 21:39:22","2020-10-22 21:34:41","2020-10-22 21:33:35","2020-10-22 21:21:26","2020-10-22 20:57:12","2020-10-22 20:42:52","2020-10-22 20:06:32","2020-10-22 20:03:03","2020-10-22 19:58:14","2020-10-22 19:55:29","2020-10-22 19:48:37","2020-10-22 19:37:31","2020-10-22 19:24:52","2020-10-22 18:40:01","2020-10-22 18:30:52","2020-10-22 18:26:51","2020-10-22 18:22:03","2020-10-22 18:20:26","2020-10-22 18:18:32","2020-10-22 18:14:45","2020-10-22 18:07:39","2020-10-22 18:07:12","2020-10-22 18:02:38","2020-10-22 18:02:16","2020-10-22 18:01:40","2020-10-22 17:59:26","2020-10-22 17:45:28","2020-10-22 17:35:04","2020-10-22 17:25:24","2020-10-22 17:23:02","2020-10-22 17:10:24","2020-10-22 16:47:39","2020-10-22 16:27:57","2020-10-22 16:27:50","2020-10-22 16:19:46","2020-10-22 16:12:23","2020-10-22 16:06:07","2020-10-22 16:02:37","2020-10-22 15:24:30","2020-10-22 15:17:59","2020-10-22 15:11:11","2020-10-22 15:10:53","2020-10-22 15:08:58","2020-10-22 15:06:05","2020-10-22 14:43:45","2020-10-22 14:41:20","2020-10-22 14:39:48","2020-10-22 14:35:21","2020-10-22 14:25:11","2020-10-22 14:22:29","2020-10-22 14:17:04","2020-10-22 14:12:38","2020-10-22 14:10:41","2020-10-22 14:07:30","2020-10-22 14:07:18","2020-10-22 14:04:51","2020-10-22 13:47:35","2020-10-22 13:46:05","2020-10-22 13:45:02","2020-10-22 13:26:48","2020-10-22 13:01:40","2020-10-22 12:50:30","2020-10-22 12:16:19","2020-10-22 11:47:55","2020-10-22 11:37:03","2020-10-22 10:01:52","2020-10-22 09:58:34","2020-10-22 09:53:30","2020-10-22 09:41:00","2020-10-22 09:11:39","2020-10-22 09:00:48","2020-10-22 08:40:01","2020-10-22 07:58:30","2020-10-22 07:54:51","2020-10-22 07:15:06","2020-10-22 07:10:52","2020-10-22 07:03:12","2020-10-22 06:54:59","2020-10-22 06:19:35","2020-10-22 05:59:35","2020-10-22 05:48:49","2020-10-22 05:27:07","2020-10-22 05:24:06","2020-10-22 05:05:13","2020-10-22 04:55:15","2020-10-22 04:52:09","2020-10-22 04:50:38","2020-10-22 04:43:49","2020-10-22 04:28:52","2020-10-22 04:22:56","2020-10-22 04:14:17","2020-10-22 04:11:03","2020-10-22 03:49:24","2020-10-22 03:46:23","2020-10-22 03:28:22","2020-10-22 03:27:34","2020-10-22 03:17:02","2020-10-22 03:15:24","2020-10-22 03:14:24","2020-10-22 03:10:15","2020-10-22 02:55:35","2020-10-22 02:47:07","2020-10-22 02:40:03","2020-10-22 02:19:14","2020-10-22 02:03:50","2020-10-22 01:37:08","2020-10-22 01:21:15","2020-10-22 01:19:58","2020-10-22 00:59:46","2020-10-22 00:30:36","2020-10-22 00:29:59","2020-10-22 00:06:44","2020-10-22 00:05:59","2020-10-22 00:03:39","2020-10-21 23:31:42","2020-10-21 23:12:44","2020-10-21 22:57:59","2020-10-21 22:39:13","2020-10-21 22:31:59","2020-10-21 22:13:24","2020-10-21 22:04:59","2020-10-21 21:57:59","2020-10-21 21:42:00","2020-10-21 21:41:06","2020-10-21 21:12:57","2020-10-21 21:11:07","2020-10-21 21:07:20","2020-10-21 20:50:21","2020-10-21 20:31:21","2020-10-21 20:26:43","2020-10-21 20:22:21","2020-10-21 20:21:03","2020-10-21 20:01:55","2020-10-21 20:00:54","2020-10-21 20:00:14","2020-10-21 19:41:43","2020-10-21 19:35:27","2020-10-21 19:02:53","2020-10-21 17:59:19","2020-10-21 17:56:39","2020-10-21 17:55:28","2020-10-21 17:53:50","2020-10-21 17:51:18","2020-10-21 17:23:21","2020-10-21 17:17:30","2020-10-21 16:52:14","2020-10-21 16:49:01","2020-10-21 16:23:32","2020-10-21 16:22:42","2020-10-21 16:08:02","2020-10-21 16:03:59","2020-10-21 16:03:28","2020-10-21 15:59:48","2020-10-21 15:55:20","2020-10-21 15:53:23","2020-10-21 15:47:58","2020-10-21 15:38:22","2020-10-21 15:37:09","2020-10-21 15:20:19","2020-10-21 15:15:43","2020-10-21 15:02:28","2020-10-21 14:38:57","2020-10-21 14:32:00","2020-10-21 14:31:03","2020-10-21 14:06:06","2020-10-21 13:57:33","2020-10-21 13:26:15","2020-10-21 13:04:09","2020-10-21 12:50:51","2020-10-21 12:48:39","2020-10-21 12:42:51","2020-10-21 12:32:42","2020-10-21 12:27:41","2020-10-21 12:19:58","2020-10-21 12:17:56","2020-10-21 12:17:53","2020-10-21 12:03:02","2020-10-21 12:00:40","2020-10-21 11:57:45","2020-10-21 11:55:50","2020-10-21 11:39:21","2020-10-21 11:35:53","2020-10-21 11:35:13","2020-10-21 11:33:28","2020-10-21 11:32:16","2020-10-21 11:26:40","2020-10-21 11:16:42","2020-10-21 11:15:13","2020-10-21 10:38:03","2020-10-21 10:36:26","2020-10-21 10:30:41","2020-10-21 10:26:52","2020-10-21 10:21:52","2020-10-21 10:12:37","2020-10-21 09:58:50","2020-10-21 09:45:22","2020-10-21 09:39:30","2020-10-21 09:32:41","2020-10-21 09:10:46","2020-10-21 09:02:52","2020-10-21 09:02:12","2020-10-21 08:59:07","2020-10-21 08:56:41","2020-10-21 08:51:36","2020-10-21 08:41:49","2020-10-21 08:34:52","2020-10-21 08:23:04","2020-10-21 08:21:35","2020-10-21 08:15:58","2020-10-21 08:11:37","2020-10-21 08:09:00","2020-10-21 08:01:21","2020-10-21 07:40:57","2020-10-21 07:34:50","2020-10-21 07:26:45","2020-10-21 07:22:25","2020-10-21 07:16:30","2020-10-21 07:03:30","2020-10-21 07:01:12","2020-10-21 06:58:48","2020-10-21 06:57:55","2020-10-21 06:44:25","2020-10-21 06:38:17","2020-10-21 06:31:20","2020-10-21 06:29:50","2020-10-21 06:28:01","2020-10-21 06:24:50","2020-10-21 06:13:05","2020-10-21 06:08:22","2020-10-21 06:00:25","2020-10-21 05:58:17","2020-10-21 05:52:52","2020-10-21 05:33:29","2020-10-21 04:59:02","2020-10-21 04:58:13","2020-10-21 04:56:29","2020-10-21 04:52:49","2020-10-21 04:35:00","2020-10-21 04:25:11","2020-10-21 04:18:21","2020-10-21 04:16:16","2020-10-21 04:06:41","2020-10-21 03:56:06","2020-10-21 03:48:44","2020-10-21 03:46:52","2020-10-21 03:37:35","2020-10-21 03:26:14","2020-10-21 03:20:26","2020-10-21 03:15:49","2020-10-21 03:09:19","2020-10-21 03:01:01","2020-10-21 02:30:47","2020-10-21 02:25:51","2020-10-21 02:24:07","2020-10-21 02:20:20","2020-10-21 02:04:13","2020-10-21 01:28:49","2020-10-21 01:25:43","2020-10-21 01:21:23","2020-10-21 01:21:07","2020-10-21 01:19:56","2020-10-21 01:17:26","2020-10-21 01:08:21","2020-10-21 01:04:47","2020-10-21 01:01:42","2020-10-21 00:59:26","2020-10-21 00:57:00","2020-10-21 00:53:24","2020-10-21 00:49:47","2020-10-21 00:47:38","2020-10-21 00:41:44","2020-10-21 00:40:10","2020-10-21 00:35:24","2020-10-21 00:32:08","2020-10-21 00:20:16","2020-10-21 00:05:06","2020-10-20 23:56:30","2020-10-20 23:34:44","2020-10-20 23:28:00","2020-10-20 23:27:19","2020-10-20 23:22:05","2020-10-20 23:19:54","2020-10-20 23:17:42","2020-10-20 23:16:02","2020-10-20 23:15:53","2020-10-20 23:14:57","2020-10-20 23:05:25","2020-10-20 23:00:26","2020-10-20 22:58:49","2020-10-20 22:52:44","2020-10-20 22:45:17","2020-10-20 22:44:06","2020-10-20 22:39:32","2020-10-20 22:35:26","2020-10-20 22:28:32","2020-10-20 22:26:53","2020-10-20 22:24:55","2020-10-20 22:22:29","2020-10-20 22:17:53","2020-10-20 22:09:47","2020-10-20 22:03:13","2020-10-20 22:01:45","2020-10-20 21:57:43","2020-10-20 21:57:16","2020-10-20 21:46:28","2020-10-20 21:40:15","2020-10-20 21:35:06","2020-10-20 21:33:52","2020-10-20 21:29:04","2020-10-20 21:26:34","2020-10-20 21:26:14","2020-10-20 21:22:33","2020-10-20 21:21:45","2020-10-20 21:07:12","2020-10-20 20:57:57","2020-10-20 20:48:55","2020-10-20 20:08:05","2020-10-20 20:02:09","2020-10-20 19:58:48","2020-10-20 19:46:04","2020-10-20 19:42:37","2020-10-20 19:30:30","2020-10-20 19:18:45","2020-10-20 19:06:56","2020-10-20 18:56:26","2020-10-20 18:45:23","2020-10-20 18:38:51","2020-10-20 18:37:19","2020-10-20 18:36:58","2020-10-20 18:25:48","2020-10-20 17:25:02","2020-10-20 17:23:43","2020-10-20 17:16:33","2020-10-20 17:14:20","2020-10-20 17:00:25","2020-10-20 16:55:49","2020-10-20 16:44:06","2020-10-20 16:43:24","2020-10-20 16:36:16","2020-10-20 16:27:08","2020-10-20 16:26:01","2020-10-20 16:13:44","2020-10-20 16:02:46","2020-10-20 15:57:55","2020-10-20 15:32:03","2020-10-20 15:21:59","2020-10-20 15:15:31","2020-10-20 14:53:53","2020-10-20 14:07:32","2020-10-20 14:04:58","2020-10-20 14:00:26","2020-10-20 13:54:44","2020-10-20 13:47:18","2020-10-20 13:29:29","2020-10-20 13:27:41","2020-10-20 13:26:38","2020-10-20 13:24:41","2020-10-20 13:11:44","2020-10-20 12:32:45","2020-10-20 12:29:06","2020-10-20 12:14:07","2020-10-20 11:29:03","2020-10-20 11:25:16","2020-10-20 11:01:54","2020-10-20 11:01:22","2020-10-20 10:50:51","2020-10-20 10:46:59","2020-10-20 10:43:17","2020-10-20 10:36:00","2020-10-20 10:20:02","2020-10-20 09:38:47","2020-10-20 09:35:32","2020-10-20 09:32:11","2020-10-20 09:26:06","2020-10-20 09:07:59","2020-10-20 09:04:05","2020-10-20 08:58:19","2020-10-20 08:56:08","2020-10-20 08:55:05","2020-10-20 08:54:12","2020-10-20 08:51:55","2020-10-20 08:48:57","2020-10-20 08:47:22","2020-10-20 08:45:09","2020-10-20 08:43:02","2020-10-20 08:39:35","2020-10-20 08:15:02","2020-10-20 08:05:13","2020-10-20 07:30:46","2020-10-20 07:27:52","2020-10-20 07:23:42","2020-10-20 07:17:18","2020-10-20 07:04:54","2020-10-20 07:03:31","2020-10-20 06:57:33","2020-10-20 06:51:42","2020-10-20 06:40:14","2020-10-20 06:17:47","2020-10-20 06:06:13","2020-10-20 05:53:46","2020-10-20 05:37:14","2020-10-20 05:18:43","2020-10-20 05:16:36","2020-10-20 05:06:44","2020-10-20 05:01:36","2020-10-20 04:55:09","2020-10-20 04:55:00","2020-10-20 04:36:59","2020-10-20 04:33:02","2020-10-20 04:07:52","2020-10-20 03:51:57","2020-10-20 03:48:14","2020-10-20 03:44:42","2020-10-20 03:32:21","2020-10-20 03:30:52","2020-10-20 03:29:53","2020-10-20 03:26:50","2020-10-20 03:21:17","2020-10-20 03:17:11","2020-10-20 03:15:07","2020-10-20 03:13:38","2020-10-20 03:06:54","2020-10-20 03:01:18","2020-10-20 02:56:48","2020-10-20 02:54:24","2020-10-20 02:52:56","2020-10-20 02:51:28","2020-10-20 02:48:23","2020-10-20 02:39:20","2020-10-20 02:33:28","2020-10-20 02:31:14","2020-10-20 02:30:09","2020-10-20 02:30:01","2020-10-20 02:21:28","2020-10-20 02:20:13","2020-10-20 02:17:46","2020-10-20 02:15:20","2020-10-20 02:13:07","2020-10-20 02:09:17","2020-10-20 02:07:56","2020-10-20 02:05:02","2020-10-20 02:04:09","2020-10-20 02:02:18","2020-10-20 02:00:57","2020-10-20 01:58:23","2020-10-20 01:57:22","2020-10-20 01:55:48","2020-10-20 01:54:25","2020-10-20 01:53:19","2020-10-20 01:49:00","2020-10-20 01:47:08","2020-10-20 01:42:19","2020-10-20 01:42:16","2020-10-20 01:39:54","2020-10-20 01:37:25","2020-10-20 01:35:27","2020-10-20 01:35:26","2020-10-20 01:32:58","2020-10-20 01:31:56","2020-10-20 01:30:46","2020-10-20 01:29:20","2020-10-20 01:26:49","2020-10-20 01:25:17","2020-10-20 01:23:16","2020-10-20 01:20:35","2020-10-20 01:19:49","2020-10-20 01:15:00","2020-10-20 01:13:01","2020-10-20 01:12:02","2020-10-20 01:11:30","2020-10-20 01:09:20","2020-10-20 01:07:06","2020-10-20 01:06:50","2020-10-20 01:05:23","2020-10-20 01:04:14","2020-10-20 01:01:06","2020-10-20 00:57:56","2020-10-20 00:57:06","2020-10-20 00:56:34","2020-10-20 00:55:16","2020-10-20 00:51:37","2020-10-20 00:50:31","2020-10-20 00:47:08","2020-10-20 00:44:44","2020-10-20 00:42:03","2020-10-20 00:39:00","2020-10-20 00:35:20","2020-10-20 00:34:59","2020-10-20 00:30:50","2020-10-20 00:29:45","2020-10-20 00:27:54","2020-10-20 00:23:18","2020-10-20 00:21:42","2020-10-20 00:17:51","2020-10-20 00:15:58","2020-10-20 00:15:52","2020-10-20 00:14:20","2020-10-20 00:12:49","2020-10-20 00:09:12","2020-10-20 00:06:42","2020-10-20 00:04:43","2020-10-20 00:01:41","2020-10-20 00:00:14","2020-10-19 23:57:50","2020-10-19 23:52:24","2020-10-19 23:51:24","2020-10-19 23:47:45","2020-10-19 23:44:48","2020-10-19 23:43:13","2020-10-19 23:38:24","2020-10-19 23:36:45","2020-10-19 23:36:25","2020-10-19 23:33:09","2020-10-19 23:31:40","2020-10-19 23:27:17","2020-10-19 23:27:12","2020-10-19 23:26:45","2020-10-19 23:24:10","2020-10-19 23:21:25","2020-10-19 23:20:31","2020-10-19 23:20:04","2020-10-19 23:18:48","2020-10-19 23:18:02","2020-10-19 23:14:57","2020-10-19 23:10:09","2020-10-19 23:09:11","2020-10-19 23:04:52","2020-10-19 23:02:13","2020-10-19 23:00:53","2020-10-19 22:59:46","2020-10-19 22:59:14","2020-10-19 22:58:50","2020-10-19 22:58:03","2020-10-19 22:56:06","2020-10-19 22:55:21","2020-10-19 22:52:08","2020-10-19 22:52:04","2020-10-19 22:48:04","2020-10-19 22:39:44","2020-10-19 22:38:59","2020-10-19 22:36:37","2020-10-19 22:34:44","2020-10-19 22:33:37","2020-10-19 22:31:43","2020-10-19 22:26:27","2020-10-19 22:24:45","2020-10-19 22:23:41","2020-10-19 22:21:29","2020-10-19 22:20:33","2020-10-19 22:18:37","2020-10-19 22:17:16","2020-10-19 22:15:55","2020-10-19 22:13:21","2020-10-19 22:10:44","2020-10-19 22:09:37","2020-10-19 22:09:17","2020-10-19 22:07:28","2020-10-19 22:04:10","2020-10-19 22:00:45","2020-10-19 22:00:17","2020-10-19 21:56:36","2020-10-19 21:53:12","2020-10-19 21:50:41","2020-10-19 21:48:44","2020-10-19 21:44:20","2020-10-19 21:41:38","2020-10-19 21:40:12","2020-10-19 21:38:06","2020-10-19 21:37:04","2020-10-19 21:34:11","2020-10-19 21:31:26","2020-10-19 21:28:23","2020-10-19 21:26:01","2020-10-19 21:23:17","2020-10-19 21:21:15","2020-10-19 21:18:56","2020-10-19 21:18:05","2020-10-19 21:17:32","2020-10-19 21:15:46","2020-10-19 21:13:23","2020-10-19 21:10:10","2020-10-19 21:09:49","2020-10-19 21:07:21","2020-10-19 21:03:48","2020-10-19 21:00:38","2020-10-19 20:56:44","2020-10-19 20:54:14","2020-10-19 20:52:22","2020-10-19 20:50:13","2020-10-19 20:48:23","2020-10-19 20:42:15","2020-10-19 20:41:03","2020-10-19 20:40:33","2020-10-19 20:37:40","2020-10-19 20:34:16","2020-10-19 20:30:24","2020-10-19 20:27:11","2020-10-19 20:26:18","2020-10-19 20:23:46","2020-10-19 20:19:52","2020-10-19 20:17:06","2020-10-19 20:11:54","2020-10-19 20:11:31","2020-10-19 20:09:38","2020-10-19 20:07:49","2020-10-19 20:04:25","2020-10-19 20:01:53","2020-10-19 20:00:17","2020-10-19 19:58:17","2020-10-19 19:57:19","2020-10-19 19:56:35","2020-10-19 19:52:09","2020-10-19 19:51:02","2020-10-19 19:50:47","2020-10-19 19:49:18","2020-10-19 19:47:07","2020-10-19 19:45:34","2020-10-19 19:45:23","2020-10-19 19:42:26","2020-10-19 19:41:22","2020-10-19 19:39:38","2020-10-19 19:38:13","2020-10-19 19:36:44","2020-10-19 19:35:54","2020-10-19 19:34:47","2020-10-19 19:33:59","2020-10-19 19:31:06","2020-10-19 19:30:09","2020-10-19 19:28:02","2020-10-19 19:25:22","2020-10-19 19:20:11","2020-10-19 19:17:46","2020-10-19 19:11:11","2020-10-19 19:09:36","2020-10-19 19:06:59","2020-10-19 19:05:16","2020-10-19 19:03:13","2020-10-19 19:00:57","2020-10-19 18:59:59","2020-10-19 18:59:58","2020-10-19 18:59:05","2020-10-19 18:57:59","2020-10-19 18:54:19","2020-10-19 18:52:32","2020-10-19 18:51:35","2020-10-19 18:47:47","2020-10-19 18:45:25","2020-10-19 18:43:33","2020-10-19 18:41:58","2020-10-19 18:39:51","2020-10-19 18:39:13","2020-10-19 18:36:30","2020-10-19 18:34:38","2020-10-19 18:32:21","2020-10-19 18:30:43","2020-10-19 18:29:32","2020-10-19 18:29:00","2020-10-19 18:27:04","2020-10-19 18:22:28","2020-10-19 18:21:15","2020-10-19 18:19:20","2020-10-19 18:17:21","2020-10-19 18:16:32","2020-10-19 18:14:14","2020-10-19 18:11:53","2020-10-19 18:10:08","2020-10-19 18:06:20","2020-10-19 18:05:57","2020-10-19 18:04:52","2020-10-19 17:59:04","2020-10-19 17:54:39","2020-10-19 17:11:25","2020-10-19 16:57:15","2020-10-19 16:41:59","2020-10-19 16:32:59","2020-10-19 15:58:25","2020-10-19 15:51:06","2020-10-19 15:41:37","2020-10-19 14:21:37","2020-10-19 14:16:09","2020-10-19 13:46:25","2020-10-19 13:43:47","2020-10-19 13:18:27","2020-10-19 13:09:30","2020-10-19 13:09:29","2020-10-19 12:50:24","2020-10-19 12:45:26","2020-10-19 12:43:55","2020-10-19 12:43:47","2020-10-19 12:37:07","2020-10-19 12:04:56","2020-10-19 11:11:57","2020-10-19 11:03:58","2020-10-19 10:58:22","2020-10-19 10:18:52","2020-10-19 09:20:55","2020-10-19 09:17:37","2020-10-19 08:50:32","2020-10-19 08:44:49","2020-10-19 08:38:05","2020-10-19 07:17:39","2020-10-19 07:14:39","2020-10-19 07:00:43","2020-10-19 06:48:18","2020-10-19 06:45:33","2020-10-19 06:42:54","2020-10-19 06:38:49","2020-10-19 06:33:48","2020-10-19 06:14:03","2020-10-19 06:08:33","2020-10-19 06:01:00","2020-10-19 06:00:49","2020-10-19 05:43:41","2020-10-19 05:31:52","2020-10-19 05:22:06","2020-10-19 05:14:04","2020-10-19 05:12:56","2020-10-19 04:47:20","2020-10-19 04:45:09","2020-10-19 04:42:26","2020-10-19 04:31:28","2020-10-19 04:16:55","2020-10-19 04:06:49","2020-10-19 03:25:24","2020-10-19 03:06:27","2020-10-19 01:44:14","2020-10-19 00:44:33","2020-10-19 00:40:08","2020-10-19 00:34:43","2020-10-19 00:32:35","2020-10-19 00:24:17","2020-10-19 00:20:02","2020-10-18 23:38:15","2020-10-18 23:34:19","2020-10-18 23:12:36","2020-10-18 23:08:13","2020-10-18 22:26:42","2020-10-18 22:22:52","2020-10-18 22:06:46","2020-10-18 22:06:36","2020-10-18 20:50:31","2020-10-18 20:46:10","2020-10-18 20:31:11","2020-10-18 19:48:50","2020-10-18 19:48:14","2020-10-18 19:47:53","2020-10-18 19:44:58","2020-10-18 18:47:18","2020-10-18 18:22:45","2020-10-18 17:20:36","2020-10-18 17:06:56","2020-10-18 16:04:16","2020-10-18 15:28:14","2020-10-18 14:18:53","2020-10-18 14:15:54","2020-10-18 14:07:03","2020-10-18 13:54:06","2020-10-18 13:46:37","2020-10-18 13:24:08","2020-10-18 13:04:54","2020-10-18 12:38:23","2020-10-18 12:24:36","2020-10-18 11:38:42","2020-10-18 11:36:08","2020-10-18 11:21:00","2020-10-18 11:19:38","2020-10-18 11:03:33","2020-10-18 11:00:44","2020-10-18 10:57:57","2020-10-18 10:20:10","2020-10-18 09:54:03","2020-10-18 09:23:33","2020-10-18 08:37:29","2020-10-18 08:36:59","2020-10-18 08:27:00","2020-10-18 08:13:04","2020-10-18 07:33:47","2020-10-18 07:31:34","2020-10-18 07:19:23","2020-10-18 06:42:31","2020-10-18 05:07:17","2020-10-18 04:35:00","2020-10-18 04:34:09","2020-10-18 04:03:48","2020-10-18 04:01:57","2020-10-18 03:58:29","2020-10-18 03:49:13","2020-10-18 03:14:37","2020-10-18 03:07:03","2020-10-18 03:01:37","2020-10-18 02:50:12","2020-10-18 02:46:54","2020-10-18 01:12:11","2020-10-18 00:51:10","2020-10-18 00:37:31","2020-10-18 00:28:38","2020-10-18 00:23:09","2020-10-18 00:21:47","2020-10-17 23:33:04","2020-10-17 23:19:47","2020-10-17 22:32:01","2020-10-17 22:25:17","2020-10-17 22:07:41","2020-10-17 22:03:10","2020-10-17 21:57:36","2020-10-17 21:40:42","2020-10-17 21:16:14","2020-10-17 21:05:56","2020-10-17 21:05:11","2020-10-17 21:04:26","2020-10-17 20:26:56","2020-10-17 20:23:50","2020-10-17 19:45:25","2020-10-17 18:37:48","2020-10-17 17:59:29","2020-10-17 17:58:31","2020-10-17 17:40:49","2020-10-17 17:31:59","2020-10-17 16:49:34","2020-10-17 16:12:37","2020-10-17 14:56:23","2020-10-17 14:54:58","2020-10-17 14:21:07","2020-10-17 13:13:59","2020-10-17 12:51:01","2020-10-17 12:03:13","2020-10-17 11:58:16","2020-10-17 11:28:28","2020-10-17 11:24:48","2020-10-17 11:19:37","2020-10-17 11:18:20","2020-10-17 10:25:55","2020-10-17 10:05:14","2020-10-17 08:42:18","2020-10-17 08:15:45","2020-10-17 08:07:42","2020-10-17 07:49:20","2020-10-17 07:46:12","2020-10-17 07:39:16","2020-10-17 07:31:42","2020-10-17 06:58:34","2020-10-17 06:17:58","2020-10-17 06:14:41","2020-10-17 06:13:39","2020-10-17 05:44:44","2020-10-17 05:07:56","2020-10-17 04:31:08","2020-10-17 04:30:28","2020-10-17 04:30:26","2020-10-17 04:16:25","2020-10-17 02:44:31","2020-10-17 02:19:04","2020-10-17 02:17:01","2020-10-17 02:04:09","2020-10-17 01:48:04","2020-10-17 01:46:24","2020-10-17 01:32:06","2020-10-17 00:53:04","2020-10-17 00:25:29","2020-10-16 23:37:33","2020-10-16 23:21:41","2020-10-16 23:04:34","2020-10-16 22:16:35","2020-10-16 22:14:25","2020-10-16 21:36:37","2020-10-16 21:36:01","2020-10-16 19:27:17","2020-10-16 18:30:54","2020-10-16 17:32:32","2020-10-16 17:06:27","2020-10-16 16:33:33","2020-10-16 16:04:58","2020-10-16 15:44:26","2020-10-16 15:34:14","2020-10-16 15:06:06","2020-10-16 14:09:45","2020-10-16 14:05:22","2020-10-16 11:10:33","2020-10-16 09:47:54","2020-10-16 09:25:34","2020-10-16 09:06:08","2020-10-16 08:20:52","2020-10-16 07:57:41","2020-10-16 07:39:14","2020-10-16 07:30:42","2020-10-16 07:10:53","2020-10-16 06:12:37","2020-10-16 05:44:31","2020-10-16 05:36:45","2020-10-16 05:26:43","2020-10-16 05:13:31","2020-10-16 04:18:42","2020-10-16 03:57:53","2020-10-16 03:35:22","2020-10-16 03:34:44","2020-10-16 03:25:44","2020-10-16 03:01:29","2020-10-16 02:51:02","2020-10-16 02:45:40","2020-10-16 02:43:08","2020-10-15 23:42:26","2020-10-15 23:40:40","2020-10-15 23:34:54","2020-10-15 22:35:47","2020-10-15 22:31:53","2020-10-15 21:58:49","2020-10-15 21:40:54","2020-10-15 21:32:45","2020-10-15 21:08:23","2020-10-15 19:49:29","2020-10-15 19:41:37","2020-10-15 19:29:08","2020-10-15 19:06:27","2020-10-15 18:40:56","2020-10-15 18:39:05","2020-10-15 18:15:29","2020-10-15 17:12:52","2020-10-15 16:49:29","2020-10-15 16:42:33","2020-10-15 16:20:18","2020-10-15 15:06:34","2020-10-15 14:51:58","2020-10-15 14:14:13","2020-10-15 13:52:41","2020-10-15 13:41:22","2020-10-15 13:35:21","2020-10-15 13:26:20","2020-10-15 13:05:15","2020-10-15 12:20:05","2020-10-15 12:19:20","2020-10-15 12:17:05","2020-10-15 12:17:03","2020-10-15 11:53:43","2020-10-15 11:09:33","2020-10-15 10:34:54","2020-10-15 09:54:52","2020-10-15 09:31:41","2020-10-15 08:40:30","2020-10-15 07:47:44","2020-10-15 07:34:12","2020-10-15 06:56:05","2020-10-15 06:41:15","2020-10-15 05:51:35","2020-10-15 04:54:56","2020-10-15 04:54:27","2020-10-15 04:51:00","2020-10-15 04:00:19","2020-10-15 03:31:07","2020-10-15 02:27:23","2020-10-15 01:59:52","2020-10-15 01:43:25","2020-10-15 01:29:31","2020-10-15 01:26:12","2020-10-15 00:34:53","2020-10-14 23:20:10","2020-10-14 22:38:40","2020-10-14 22:20:29","2020-10-14 22:05:42","2020-10-14 21:52:06","2020-10-14 21:39:16","2020-10-14 21:36:45","2020-10-14 21:25:55","2020-10-14 21:24:00","2020-10-14 20:39:01","2020-10-14 20:18:27","2020-10-14 19:53:49","2020-10-14 19:22:49","2020-10-14 18:43:55","2020-10-14 18:42:41","2020-10-14 18:40:06","2020-10-14 18:11:50","2020-10-14 17:44:13","2020-10-14 17:16:27","2020-10-14 17:16:09","2020-10-14 16:50:12","2020-10-14 16:19:21","2020-10-14 15:37:56","2020-10-14 15:37:25","2020-10-14 15:35:10","2020-10-14 15:22:29","2020-10-14 14:26:33","2020-10-14 13:33:59","2020-10-14 12:34:35","2020-10-14 12:28:38","2020-10-14 12:27:27","2020-10-14 12:04:15","2020-10-14 11:42:18","2020-10-14 10:48:54","2020-10-14 09:18:05","2020-10-14 08:06:17","2020-10-14 07:58:30","2020-10-14 07:42:36","2020-10-14 07:17:04","2020-10-14 06:06:57","2020-10-14 05:55:13","2020-10-14 05:39:35","2020-10-14 04:58:47","2020-10-14 03:56:18","2020-10-14 03:52:21","2020-10-14 03:37:51","2020-10-14 03:19:17","2020-10-14 03:15:12","2020-10-14 02:40:14","2020-10-14 02:04:04","2020-10-14 02:02:11","2020-10-14 01:22:37","2020-10-14 00:57:21","2020-10-14 00:43:31","2020-10-14 00:32:42","2020-10-14 00:30:47","2020-10-14 00:20:18","2020-10-14 00:19:59","2020-10-14 00:10:13","2020-10-13 23:21:50","2020-10-13 23:15:57","2020-10-13 22:52:19","2020-10-13 21:55:46","2020-10-13 21:51:07","2020-10-13 21:40:02","2020-10-13 21:22:40","2020-10-13 19:59:46","2020-10-13 19:22:05","2020-10-13 19:01:45","2020-10-13 18:48:14","2020-10-13 18:13:36","2020-10-13 18:09:25","2020-10-13 17:40:54","2020-10-13 16:07:23","2020-10-13 16:02:02","2020-10-13 15:33:46","2020-10-13 15:01:12","2020-10-13 14:16:15","2020-10-13 14:07:25","2020-10-13 13:40:39","2020-10-13 13:40:38","2020-10-13 13:34:03","2020-10-13 13:32:46","2020-10-13 13:13:07","2020-10-13 13:08:41","2020-10-13 10:58:38","2020-10-13 10:46:20","2020-10-13 10:38:26","2020-10-13 10:16:03","2020-10-13 09:46:10","2020-10-13 09:38:16","2020-10-13 09:27:54","2020-10-13 09:24:12","2020-10-13 09:01:24","2020-10-13 08:54:17","2020-10-13 08:48:30","2020-10-13 06:59:49","2020-10-13 06:29:52","2020-10-13 06:03:00","2020-10-13 05:25:45","2020-10-13 04:26:11","2020-10-13 04:23:46","2020-10-13 04:23:27","2020-10-13 04:22:36","2020-10-13 04:11:03","2020-10-13 04:07:42","2020-10-13 04:07:38","2020-10-13 03:49:05","2020-10-13 02:19:46","2020-10-13 01:35:57","2020-10-13 01:19:24","2020-10-13 01:12:44","2020-10-13 00:52:31","2020-10-13 00:18:52","2020-10-13 00:18:51","2020-10-12 23:45:34","2020-10-12 23:31:47","2020-10-12 23:25:28","2020-10-12 23:05:53","2020-10-12 23:04:56","2020-10-12 22:36:21","2020-10-12 21:31:22","2020-10-12 21:30:01","2020-10-12 21:19:28","2020-10-12 21:12:40","2020-10-12 20:49:48","2020-10-12 20:09:29","2020-10-12 18:06:43","2020-10-12 18:02:56","2020-10-12 16:21:40","2020-10-12 16:04:45","2020-10-12 15:41:58","2020-10-12 15:14:35","2020-10-12 15:06:54","2020-10-12 13:38:31","2020-10-12 12:39:43","2020-10-12 12:25:24","2020-10-12 12:24:10","2020-10-12 12:14:15","2020-10-12 11:51:51","2020-10-12 11:49:46","2020-10-12 10:38:50","2020-10-12 09:03:18","2020-10-12 08:52:01","2020-10-12 08:48:42","2020-10-12 08:47:17","2020-10-12 07:07:15","2020-10-12 06:57:55","2020-10-12 06:51:48","2020-10-12 06:48:06","2020-10-12 05:08:33","2020-10-12 05:05:24","2020-10-12 04:03:07","2020-10-12 03:58:33","2020-10-12 03:32:04","2020-10-12 03:09:56","2020-10-12 03:06:55","2020-10-12 02:32:05","2020-10-12 02:17:29","2020-10-12 02:00:33","2020-10-12 01:17:33","2020-10-12 01:14:27","2020-10-12 01:13:53","2020-10-12 01:11:27","2020-10-12 00:44:16","2020-10-11 23:38:52","2020-10-11 23:26:39","2020-10-11 22:58:02","2020-10-11 22:35:46","2020-10-11 22:11:57","2020-10-11 22:00:53","2020-10-11 21:44:25","2020-10-11 21:39:59","2020-10-11 21:30:40","2020-10-11 21:29:46","2020-10-11 21:28:31","2020-10-11 21:14:24","2020-10-11 21:09:34","2020-10-11 21:07:55","2020-10-11 21:01:01","2020-10-11 20:26:14","2020-10-11 20:20:55","2020-10-11 20:00:37","2020-10-11 19:55:29","2020-10-11 19:30:49","2020-10-11 19:28:08","2020-10-11 19:27:53","2020-10-11 19:09:38","2020-10-11 19:05:46","2020-10-11 18:55:35","2020-10-11 18:47:32","2020-10-11 17:32:17","2020-10-11 15:47:54","2020-10-11 15:26:22","2020-10-11 15:07:35","2020-10-11 14:30:24","2020-10-11 13:55:38","2020-10-11 13:47:17","2020-10-11 13:36:46","2020-10-11 13:34:01","2020-10-11 13:33:27","2020-10-11 13:32:19","2020-10-11 12:51:31","2020-10-11 12:43:02","2020-10-11 12:16:11","2020-10-11 12:08:13","2020-10-11 11:59:36","2020-10-11 11:55:25","2020-10-11 11:41:21","2020-10-11 11:34:56","2020-10-11 10:58:42","2020-10-11 10:37:39","2020-10-11 10:36:34","2020-10-11 10:15:04","2020-10-11 10:07:39","2020-10-11 09:31:47","2020-10-11 09:16:21","2020-10-11 08:54:58","2020-10-11 08:32:01","2020-10-11 08:09:24","2020-10-11 07:34:56","2020-10-11 06:27:57","2020-10-11 05:48:37","2020-10-11 04:50:01","2020-10-11 04:41:33","2020-10-11 04:21:00","2020-10-11 04:15:17","2020-10-11 04:06:13","2020-10-11 03:54:53","2020-10-11 03:48:08","2020-10-11 03:44:13","2020-10-11 03:16:12","2020-10-11 03:02:51","2020-10-11 02:41:38","2020-10-11 02:40:02","2020-10-11 01:56:53","2020-10-11 01:47:27","2020-10-11 01:30:20","2020-10-11 01:01:57","2020-10-11 01:00:47","2020-10-11 00:54:57","2020-10-11 00:38:40","2020-10-11 00:37:08","2020-10-11 00:10:32","2020-10-11 00:09:24","2020-10-11 00:06:32","2020-10-10 23:59:33","2020-10-10 23:57:59","2020-10-10 23:55:00","2020-10-10 23:26:09","2020-10-10 23:07:23","2020-10-10 23:03:20","2020-10-10 22:59:47","2020-10-10 22:59:27","2020-10-10 21:41:08","2020-10-10 21:10:26","2020-10-10 20:43:20","2020-10-10 20:00:18","2020-10-10 19:27:01","2020-10-10 18:40:09","2020-10-10 18:10:12","2020-10-10 18:04:42","2020-10-10 17:58:37","2020-10-10 17:57:32","2020-10-10 17:56:34","2020-10-10 17:22:27","2020-10-10 17:12:17","2020-10-10 16:46:41","2020-10-10 15:19:44"],null,["5.5","2.6","2.5","2.81","4.5","2.97","2.94","2.58","3","2.86","3.5","2.7","3.3","4.6","2.65","4.5","3.3","2.51","4.4","3.5","4.5","2.5","2.8","3.46","2.78","4.1","2.7","4.4","4.3","2.69","2.67","2.5","2.9","2.9","4.2","2.8","3","2.66","4.5","2.6","2.65","4.3","2.88","3.6","2.7","2.6","2.45","2.7","4.6","4.4","3.39","4.6","4.7","3.4","2.93","3.83","3.29","4.7","3.42","3.41","3.1","2.55","4.3","3.29","4","4.3","2.6","2.96","2.7","5.1","4.6","4.7","2.46","4.4","4.6","4.1","2.62","3.06","4.5","5.3","4.4","3.13","3.14","4.8","2.68","5.2","4.9","3.88","2.56","2.75","2.68","3.7","4.9","3.4","4.4","2.5","3.9","5","4.4","4.7","2.78","3.8","3.1","6.1","2.7","4.8","4.3","2.7","2.58","4.5","2.69","4.7","2.72","2.74","2.5","2.59","5.8","4.6","4.3","6","4.9","4.3","3.1","2.58","2.8","3.3","2.8","4","2.9","5.2","3.64","4.7","3.08","4.6","2.6","2.8","4.3","4.9","2.58","4.5","5.5","2.5","3.18","3.37","2.6","5.2","5.2","3","2.8","4.8","4.6","3.2","2.94","2.82","2.58","4.9","3.4","5.2","2.6","4.9","2.96","3.9","2.7","4.2","4.4","2.6","4.5","2.57","2.76","2.81","3.1","5.1","2.61","2.61","2.75","4.7","2.83","2.61","4.3","3.9","4.4","4.3","4.4","4.4","2.6","4.8","4.9","2.82","2.5","2.7","4.7","3.4","4.3","5","2.65","2.47","3.34","4.5","5","4.5","4.4","2.86","2.52","2.7","3.48","2.6","4.4","5.3","5","2.7","4.5","4.4","4.4","2.5","3.4","2.5","3.9","3.2","2.72","2.58","4.7","2.8","2.8","3.6","3.1","4.9","3","4.9","2.6","2.59","4.1","5.2","3","3.4","3.2","4.5","4","4.9","4.8","4.2","4.5","4.9","4.6","3.34","4.8","2.63","4.6","4.8","4.1","3.6","3.3","4.5","2.83","3.74","2.7","4.5","5.7","3.9","4.7","3.3","4.6","4.8","4.5","3.3","3.21","2.6","3","6","3.4","4.5","5","3","4.1","2.79","4.7","2.65","2.57","2.89","2.54","4.2","4.4","2.93","4.5","2.9","2.69","5.3","2.64","2.7","4.3","3.9","2.6","4.7","4.2","2.56","4.4","4.8","4.3","3.48","2.95","2.9","3","4.3","4.3","2.7","2.6","3.9","5","2.55","2.58","4.7","3.8","3.02","4.6","4.8","2.7","2.87","4.4","4.4","4.2","2.52","2.8","2.88","2.53","4.5","2.66","4.8","4.2","4.3","4.8","4.1","4.9","2.46","2.48","2.6","3.3","3.9","4.4","3.2","4.5","3","4.6","2.6","4.5","4.6","4.3","4.3","4.6","4.4","4.3","2.81","4.6","2.6","3.42","2.5","4.2","4.7","4.2","4.4","4.8","2.59","5.1","4.3","2.76","2.8","5.7","4.8","4.6","2.75","4.5","4.6","2.69","2.62","2.7","4.5","3.1","2.45","2.8","4","4.5","4.3","5.1","4.4","3.02","3.1","2.88","4.3","4.2","2.88","4.2","4","4.4","2.6","2.7","4.5","3.1","3.06","4.5","2.51","3.17","4.5","4.4","5.1","2.8","3.4","2.9","2.7","3","5","4.6","4.7","4.7","4.8","4.4","4.2","2.46","4.5","2.54999995","4.3","2.7","4.1","4.6","4.1","4.5","4","4.2","5.3","5.6","4.1","3.2","3","2.8","4.8","2.57","4.6","3.6","4.5","5.5","5","4.3","2.5","4.3","4.6","2.9","4.8","5.3","4.6","3.21","4.3","4.7","4.9","2.9","3","3.1","3.3","2.5","7","5.6","2.7","4.1","5.3","2.6","2.66","5.9","2.84","2.61","3.1","2.82","2.6","3","2.64","3.6","2.68","4.2","4.1","5.1","4.3","2.6","4.8","4.1","4.4","2.8","4.7","5.3","4.7","4.2","2.48","4.2","4.2","2.49","2.71","2.8","4.4","4.7","4.3","4.6","4.9","4.3","4.3","4.6","4.1","4.9","3.19","3.6","4.2","2.77","4.9","4.5","3.6","5","4.6","2.8","5.1","2.5","2.58","2.7","2.65","4.8","2.8","4.9","4.3","2.9","3.3","4.7","2.59","3.6","2.46","2.56","2.6","2.7","4.5","4","2.8","2.76","4.9","2.81","3.1","4.8","5.2","4.3","5.4","4.6","4.7","2.85","2.96","2.7","2.45","2.6","4","2.61","4","4.3","2.75","4.1","5","2.5","2.57","5.8","2.98","3.3","5.8","3.9","2.64","4.1","2.8","2.91","2.53","4.4","2.78","5.4","4.3","5.3","3.2","4.5","2.54","4.1","4.4","5.3","3.24","5.6","2.56","2.8","3.1","2.6","4.4","3.2","4.8","4.1","4.7","4.4","4.2","2.6","4.6","2.56","5.5","3","5.5","2.9","2.68","4.9","2.7","3.6","2.74","3.6","3","2.82","2.7","2.5","2.51","2.7","4.3","2.5","2.66","4.5","2.82","4.6","4.4","3.8","2.7","4.3","2.9","4.2","4.6","2.7","4.3","2.6","5.4","3.29","2.9","2.8","4.2","2.5","3","4.2","3.8","4.1","2.8","2.6","4.3","4.3","2.5","2.8","4.5","3.1","2.6","4.3","4.6","4","4.8","4.5","4.3","2.6","4.1","2.49","2.5","4.4","4.5","2.6","4.2","2.63","2.8","3.2","4.7","2.8","2.5","3.6","4.5","3.3","4.6","2.8","2.7","2.5","3","2.61","3.1","2.6","4.7","3","2.8","4.7","3.3","3.57","3","2.9","2.5","2.9","3.1","2.8","2.5","2.5","4.1","2.6","2.9","4.3","2.5","2.66","2.9","4.4","4.3","2.6","3.3","2.5","2.8","2.8","2.53","2.7","3","2.9","5","3","3","2.73","2.8","2.6","4.4","4.2","2.5","4.1","4.2","2.6","2.6","4","2.9","4.1","4.4","4.3","3.46","3","2.7","4.4","4.5","2.6","2.68","2.6","3","4.6","3.03","2.7","2.5","2.9","2.5","2.9","4.9","4.5","5.1","2.7","2.46","4.2","4.6","2.9","2.6","2.63","4.7","2.6","2.8","3","3.3","4.7","2.5","2.7","2.69","2.5","2.7","4.6","3.51","3.1","3.9","2.87","3.8","3.3","4.6","5","3.9","2.9","2.6","4.2","3","2.8","2.5","3.52","4.2","3.7","4.3","2.7","2.7","4.6","2.57","4.4","5.5","3","3","4.7","2.59","2.8","4.1","4.4","2.5","4.4","4.6","4.4","4.7","5.3","4.5","2.8","3.6","2.95","3.6","2.45","4.4","3.1","3","4.1","4.8","4.5","4.1","3.1","4","3.9","2.9","3.9","4.1","4.1","4.4","4","2.8","2.7","2.51","2.58","5.1","3.9","2.8","5.9","3.1","5.1","3.2","2.7","2.8","3.2","3","2.8","4.6","2.6","3.1","2.9","3.9","2.5","3.5","2.6","4.4","2.5","2.7","4.8","2.7","2.7","2.5","3.4","2.5","2.6","3.4","2.8","2.9","2.7","3.5","2.6","2.81","2.7","2.7","4.4","2.8","2.5","3.2","2.8","2.5","5.5","2.71","2.5","3.3","2.9","2.51","4.1","2.9","3","4.8","4.1","3.05","4.1","3.2","2.5","4.3","2.9","3.4","2.79","2.5","4.2","3.5","3.6","2.83","2.65","3.1","2.49","4.7","3.2","4.8","2.48","4","3.3","4.7","4.7","4.7","3.9","3.9","3.3","2.74","2.51","3.5","2.78","2.6","4.7","2.8","2.6","3.5","2.51","2.45","4.4","2.7","2.49","4.2","4.1","2.56","4.4","3","2.9","2.83","5","4.5","4.4","3.2","5","2.8","4.7","2.55","2.5","4.8","4.5","4.4","2.5","3.3","2.51","4.1","4","2.8","2.8","2.6","2.5","2.9","4.2","2.7","2.7","3.3","4.7","2.48","3.3","4.2","3","2.82","4.6","2.57","3","2.8","2.5","2.9","3.1","4.6","4.1","4.1","2.78","2.98","4.6","3.2","3.1","3.1","2.7","2.71","4.6","5.2","4.2","2.52","2.7","5","2.6","5","4.2","2.45","3.2","4.6","2.6","3.3","4","2.71","4.3","4.3","3.1","2.5","3.3","3.04","3.3","2.5","2.7","4.6","2.5","2.6","3.2","2.6","2.7","2.73","2.7","2.7","2.6","2.7","2.6","2.6","2.6","3","2.6","2.8","2.8","2.6","3.2","2.6","2.9","2.7","3.17","2.5","2.5","3","3.5","2.8","2.5","2.8","4.3","2.7","3.1","6.1","2.5","2.9","2.7","3.1","2.8","2.6","2.9","2.5","2.5","2.91","4.7","2.5","4.4","2.8","2.7","2.6","3.1","2.6","2.7","3.4","2.7","2.6","2.7","3.3","3.4","3.4","2.5","2.9","2.5","3.6","2.8","2.9","2.9","2.5","3.1","3","4.4","2.5","2.9","2.5","3.32","2.98","2.7","2.8","2.8","4","2.8","2.6","2.8","2.9","3","2.6","4.6","5","3.4","3.6","3.1","3","3.3","6","3.1","3.6","3.22","3.1","4.7","4","3","5.3","2.9","3","2.5","5.1","2.96","2.9","2.9","2.7","3.15","4.3","3.4","2.8","3.1","2.83","2.8","2.9","2.8","2.5","3.9","2.7","2.73","2.74","3.91","2.52","2.9","3.6","4.2","4.5","4.2","2.6","3.61","4.9","2.64","2.5","3","4.5","2.58","3.1","2.7","2.67","3.4","3.4","3.1","4.5","2.88","4.6","3.2","2.8","4.1","2.8","3.3","3.4","3.2","2.9","2.7","3.1","3","2.7","2.5","2.8","4.5","3.8","2.45","2.63","2.84","3.7","2.65","4.7","3.6","2.9","4.6","2.97","4.6","2.6","4.6","3.3","3.1","3.1","2.5","5.8","2.9","4.3","2.9","4.5","3.5","3.3","4.6","4.7","2.8","2.7","2.5","3.2","3.1","3.3","4.3","5.1","3.27","4.1","2.8","4.9","3.5","3.2","3.1","4.4","2.9","4","4.3","2.9","3.1","2.8","5.3","4.7","3.4","4.8","3.3","2.9","2.8","4.5","2.53","3.3","3.1","3.6","3","3.1","4.5","4.2","3.6","4.1","3.8","4.6","5.1","4.4","4.8","3.2","3.6","2.9","4.6","4.2","4.1","4.5","4.9","4.6","4.5","4.3","3.3","2.7","3.8","2.64","3.3","4.5","3.1","3","3.3","4.3","4.4","2.9","3.3","4.3","4.4","3.2","3.2","4.5","3.8","2.9","3.2","4.5","2.7","3.1","4.1","2.7","4.9","2.9","4.8","2.6","3.1","2.7","2.6","2.6","3.1","4.9","3.17","3.7","2.8","4.4","3.8","2.81","2.7","2.6","3.1","2.65","4.8","2.7","4.8","2.8","4.7","2.7","3","4.5","2.6","4.7","2.9","2.8","4.6","2.5","3","2.6","2.7","2.7","2.7","2.8","2.6","2.5","3.1","2.7","3.3","3","3","2.6","3.3","3","2.8","2.8","2.49","3","5.7","3.2","2.9","2.75","3.4","4","3.7","3","3.2","2.9","2.8","2.9","2.8","3","3.6","3.1","4.2","2.8","4.9","2.5","3.6","2.9","3","2.6","2.9","4.3","3.2","2.9","3.1","2.6","2.6","4.6","5.4","3.1","2.5","3.2","5.2","2.8","2.5","2.7","2.7","2.8","3","3.7","2.7","4.8","3","2.7","3","2.7","2.5","2.8","3.75","3.5","4.7","2.7","2.6","4.4","2.5","3.4","5.1","3.6","4.9","3.4","2.9","2.9","2.9","3.2","3.4","2.8","2.8","5.1","2.54","2.7","4.1","3.8","3.2","3","4.4","4.3","4","2.9","2.8","4.3","5.9","3","2.9","4","4.1","4.6","2.8","4.3","3.9","4.2","4.2","2.5","2.9","2.9","2.8","4.9","4.5","2.45","3","2.5","4.3","3.7","2.5","3.4","4","2.8","4.1","3.2","4.6","2.68","3.1","3.4","5","3.4","3.7","3.1","3.3","3.5","2.7","3.5","4.8","4.2","4.7","2.8","3.6","3.7","3.9","4.2","3.2","3.1","4.3","4","3.4","4.9","3.4","4.4","5.6","4.1","5.2","3.7","4.1","5.1","2.9","2.8","2.5","3.1","3.2","2.8","2.8","3.3","2.5","2.6","3.3","3.7","2.8","3.5","3","3.44","2.7","3.44","3.4","3.1","2.48","2.47","4","2.6","4.2","3.8","3.2","5","4.8","4","4.4","2.9","2.6","4.4","4.7","2.8","3","3.4","3.1","4.1","2.7","2.8","2.5","2.5","2.8","2.5","2.8","2.5","3.1","3.2","3.1","3.9","2.7","3.4","2.8","4.3","2.7","4.1","2.5","2.5","3","3.1","2.6","2.9","2.8","3.9","3.2","2.6","2.6","2.8","2.6","3.7","4.3","2.7","3.4","2.5","2.5","3.1","4.1","3.8","3.1","3.3","2.6","4.3","2.7","3.3","3","3","3.5","4.4","3","2.9","2.7","3.1","3.7","3.1","2.6","3.5","5.6","5.4","3.5","2.8","2.74","3.1","2.9","2.9","2.7","3.4","3.4","4.1","2.7","2.7","2.6","2.7","2.9","2.9","3.1","2.9","2.8","3","2.7","3.7","4.1","3.1","4.6","4.4","3.4","2.7","3","2.5","4.1","4.5","3.2","4.6","3.3","2.9","2.5","4.7","2.9","2.7","3.1","3.1","2.9","3","3.1","3.2","3.3","3.2","3.1","2.6","2.5","2.8","2.6","2.6","2.8","3.4","3.43","3","3.79","2.6","3.4","3.2","4.4","3.2","3.5","3.5","3.3","3.7","4.4","4.3","3.2","2.9","3.3","3.4","4.7","3.7","3.2","3.3","3.3","2.9","3.3","4","4.3","3.2","3.2","3.5","3.4","4.8","3.2","3.3","3.5","4.8","4.5","4.8","3.2","3.3","4.8","4.1","2.9","3.7","4.2","3.3","3","3.1","2.8","3.1","2.7","2.7","3.3","3","3.2","4.9","3.5","3","3","2.6","3.7","4.9","4.5","2.6","3.3","3","3.3","3.3","3.1","2.9","3","4.6","3.2","2.6","3.3","2.9","4.2","2.5","3.3","3","3.2","3.1","3.7","4","3.7","3.1","3.5","3.8","3.4","3.7","3.8","2.87","4.3","3.7","3.5","3.7","3.8","3.2","4.5","4.5","3.2","4.8","4.4","4.4","3.8","3.7","4.4","3.4","4.1","3.8","4.4","4.1","4.5","4.5","4.9","4.6","2.5","5.9","4.5","4.3","4.4","4.4","3.9","5.1","5.5","4.7","4.2","4.4","4.1","5.2","4.5","4.2","4.6","3.5","5","3.2","3.9","5.7","5.7","4.4","4.6","7.6","2.79","4.5","2.6","4.4","2.6","4.5","4.3","3.11","4","2.53","3","2.5","3.02","4.5","4","2.6","2.47","4.5","3.18","4.5","5.2","4.3","2.69","4.6","4.9","2.86","3.2","3.1","2.5","4.5","2.59","2.87","4.5","2.64","5.1","5.1","2.9","2.5","4.4","4.2","4.6","2.5","2.89","4.7","4.8","2.55","5.5","4.4","2.65","5.6","2.75","4.2","4.6","4.2","3.9","4.1","4.3","3.47","4.3","4.5","2.45","4.4","2.62","2.59","4.3","2.48","4.2","2.7","4.6","2.52","3","2.6","5.1","2.54","2.61","2.59","4.6","3.2","4.5","3","3.24","2.47","4.2","4.4","2.62","4.9","4","4.6","4.4","4.3","4.2","4.3","2.93","4.1","4","3.11","4.5","3.18","2.95","3.8","4.4","4.3","4.1","2.78","2.8","2.64","3.5","4.3","5.1","4.4","4.1","2.5","4.4","3.25","5.5","2.62","4.4","4.5","4.7","4.3","4.8","4.5","4.5","3.1","4.8","4.3","2.5","4.6","4.4","2.7","2.6","4.2","2.9","4.5","2.6","4.2","4","5.2","4.2","4.3","4.4","4.4","2.64","4.4","4.5","2.5","4.2","2.7","4","5.2","5.2","4.6","2.5","4.2","4.4","4.6","2.5","2.49","4.8","2.63","2.5","3.4","3.04","2.51","2.9","5.6","4.5","3.1","4.6","2.98","4","4.4","2.5","4.6","4.5","2.67","3.07","3","2.9","4.7","4.9","2.7","2.5","5.2","4.7","4.6","4.3","4.4","4.6","2.66","3","4.4","3.2","2.6","5.1","2.8","4.7","4.2","5.4","4.6","4.6","3.1","3.3","4.5","2.6","4.4","2.6","2.8","2.81","4.9","2.6","2.48","3.3","2.6","4.9","2.8","4.2","2.54","2.71","4.3","2.6","2.89","2.7","4.3","4.7","2.7","3.18","4.5","2.5","2.5","2.56","3.1","4.1","4.6","4.3","2.59","4.8","5","2.5","4.2","2.7","4.5","4.1","2.5","2.67","4.3","2.99","2.7","2.54","3.82","4.1","2.48","4.4","2.6","4.4","2.6","4.1","4","4.5","2.7","2.52","3.6","4.7","4.3","4.4","2.7","3.3","4","4.9","3.7","5.2","4.6","3","2.72","2.55","5.1","2.49","4.1","4.9","3","3","4.5","4.3","4.9","4.5","4.8","4.2","4","2.62","3.34","2.65","2.7","4.3","4.5","2.89","4.2","2.98","3.47","2.95","2.62","4.1","4.7","4.3","3.6","4.6","2.88","4.8","4.5","2.5","4.4","4","2.47","5.1","4.9","3","2.8","3.51","2.62","4.6","4.1","4.4","4.1","4","4.5","3","3.21","4.5","4.1","2.5","2.6","2.65","2.5","2.63","2.65","4.2","4.4","4.3","2.81","4.1","2.6","2.8","2.87","3","2.8","4.2","2.58","3.2","4.3","2.53","3.71","4.5","4.3","2.51","2.92","4.8","3.56","4.1","2.51","2.78","2.7","4.8","2.6","3.1","3.1","4.2","4.7","2.6","3.3","4.2","2.47","4.2","4.8","2.52","2.8","2.63","3.03","2.49","4.4","3","2.6","5.3","4.4","2.5","4.3","2.6","3.1","4.2","2.94","3.73","2.7","4.7","4.6","4.5","4.7","2.6","4.2","3.6","3.5","2.6","4.1","4.3","2.49","3.2","4.5","4","4.6","4.4","4.3","4.9","4.5","4.1","5","4.8","4.3","4.9","4.1","2.51","4","4.3","4.2","2.83","4","4.2","4.7","4.6","2.5","2.59","3","4.9","2.66","2.9","2.59","4.3","4","3.9","4.9","4.3","4.2","3","5.1","4.5","2.7","4.1","5","5.4","5.5","5.2","2.83","4.2","4.3","3","2.63","4","4.3","4.2","4.8","5.1","4.3","5.1","2.72","4.3","2.7","4.3","2.6","4.5","2.5","4.3","4.5","3","3.88","2.6","3.1","3.8","4","4.4","4.6","4.4","2.94","2.5","2.52","4.2","2.72","4.6","4.2","4.6","3.25","4.3","2.5","4.4","3.1","4.1","5.7","2.5","4.5","4.2","4.5","4.8","3.2","2.51","2.7","2.49","2.7","4.7","2.72","2.8","3.22","3.38","4.4","3.65","2.9","3.8","4.7","3.3","2.8","2.47","4.2","2.6","2.59","4","2.8","4.4","4","3.69","3.05999994","2.6","4.3","2.55","4.2","3.11","2.6","4","2.71","2.9","2.6","2.46","2.87","2.5","4.6","3.3","2.84","2.5","3.12","2.78","4.1","2.7","5","2.47","4.3","4.5","4.4","2.75","2.6"],{"interactive":false,"permanent":false,"direction":"auto","opacity":1,"offset":[0,0],"textsize":"10px","textOnly":false,"className":"","sticky":true},null]}],"limits":{"lat":[-66.1632,86.8049],"lng":[-180,180]},"setView":[[-36,-71.0382679],4,[]]},"evals":[],"jsHooks":[]}</script>
<p class="caption">
Sismos ocurridos en el mundo en los últimos 30 días con magnitud sobre 2.5 (Datos extraidos de USGS))
</p>
</div>
<p>En la siguiente serie de tiempo, se muestran los temblores del ultimo mes, la linea punteada roja muestra el último sismo sobre 5.8 que ha ocurrido.</p>
<div id="htmlwidget-757df5e50487f9102b7b" style="width:672px;height:480px;" class="dygraphs html-widget"></div>
<script type="application/json" data-for="htmlwidget-757df5e50487f9102b7b">{"x":{"attrs":{"title":"Sismos ultimos 30 dias en Chile","ylabel":"Magnitud","labels":["hour","V1"],"retainDateWindow":false,"axes":{"x":{"pixelsPerLabel":60,"drawAxis":true},"y":{"drawAxis":true}},"showRangeSelector":true,"rangeSelectorHeight":40,"rangeSelectorPlotFillColor":" #A7B1C4","rangeSelectorPlotStrokeColor":"#808FAB","interactionModel":"Dygraph.Interaction.defaultModel","stackedGraph":false,"fillGraph":false,"fillAlpha":0.15,"stepPlot":false,"drawPoints":true,"pointSize":2,"drawGapEdgePoints":false,"connectSeparatedPoints":false,"strokeWidth":1,"strokeBorderColor":"white","colorValue":0.5,"colorSaturation":1,"includeZero":false,"drawAxesAtZero":false,"logscale":false,"axisTickSize":3,"axisLineColor":"black","axisLineWidth":0.3,"axisLabelColor":"black","axisLabelFontSize":14,"axisLabelWidth":60,"drawGrid":true,"gridLineWidth":0.3,"rightGap":5,"digitsAfterDecimal":2,"labelsKMB":false,"labelsKMG2":false,"labelsUTC":false,"maxNumberWidth":6,"animatedZooms":false,"mobileDisableYTouch":true,"disableZoom":false,"highlightCircleSize":5,"highlightSeriesBackgroundAlpha":0.5,"highlightSeriesOpts":[],"legend":"follow","labelsDivWidth":250,"labelsShowZeroValues":true,"labelsSeparateLines":false,"hideOverlayOnMouseOut":true},"scale":"hourly","annotations":[],"shadings":[],"events":[{"pos":"2020-10-28T14:53:10.766Z","label":"Ultimo evento","labelLoc":"bottom","color":"red","strokePattern":[7,3],"axis":"x"}],"format":"date","data":[["2020-10-11T07:06:13.687Z","2020-10-11T16:47:17.871Z","2020-10-11T18:26:22.934Z","2020-10-12T00:29:46.082Z","2020-10-12T08:08:33.763Z","2020-10-12T14:51:51.683Z","2020-10-13T00:19:28.437Z","2020-10-13T00:30:01.148Z","2020-10-13T13:38:26.568Z","2020-10-13T17:16:15.829Z","2020-10-13T19:07:23.247Z","2020-10-14T20:16:09.332Z","2020-10-14T23:18:27.230Z","2020-10-15T02:20:10.905Z","2020-10-16T01:35:47.690Z","2020-10-16T18:06:06.407Z","2020-10-17T03:53:04.947Z","2020-10-17T19:12:37.229Z","2020-10-18T00:04:26.891Z","2020-10-18T00:16:14.959Z","2020-10-18T00:57:36.651Z","2020-10-18T14:19:38.694Z","2020-10-18T16:54:06.197Z","2020-10-19T01:22:52.253Z","2020-10-19T03:32:35.408Z","2020-10-19T07:45:09.684Z","2020-10-19T21:59:05.173Z","2020-10-20T01:09:17.993Z","2020-10-20T23:48:55.532Z","2020-10-21T01:01:45.168Z","2020-10-21T09:13:05.183Z","2020-10-21T23:31:21.822Z","2020-10-22T21:07:12.595Z","2020-10-23T16:29:55.562Z","2020-10-24T15:52:32.496Z","2020-10-25T13:38:50.749Z","2020-10-25T21:17:14.813Z","2020-10-25T21:29:26.019Z","2020-10-25T21:32:41.999Z","2020-10-26T06:03:26.022Z","2020-10-26T13:15:10.322Z","2020-10-27T16:32:26.599Z","2020-10-28T04:52:32.186Z","2020-10-28T05:49:17.430Z","2020-10-28T06:08:05.160Z","2020-10-28T09:52:38.424Z","2020-10-28T13:45:32.862Z","2020-10-28T14:53:10.766Z","2020-10-28T15:39:20.200Z","2020-10-28T16:13:55.602Z","2020-10-29T16:08:38.792Z","2020-10-30T03:46:45.586Z","2020-10-30T05:05:38.592Z","2020-10-31T11:08:36.111Z","2020-10-31T18:51:47.217Z","2020-11-01T01:21:21.430Z","2020-11-01T02:47:33.413Z","2020-11-01T11:58:05.924Z","2020-11-01T13:47:54.664Z","2020-11-01T21:45:51.875Z","2020-11-02T05:10:46.201Z","2020-11-02T08:09:35.877Z","2020-11-02T10:05:54.428Z","2020-11-03T09:35:24.463Z","2020-11-03T14:56:28.168Z","2020-11-03T19:26:39.994Z","2020-11-04T23:49:08.302Z","2020-11-05T07:40:53.976Z","2020-11-05T08:19:47.565Z","2020-11-06T16:50:53.349Z","2020-11-08T03:34:28.881Z","2020-11-08T04:56:02.875Z"],[3.8,4.2,4.4,4.3,4,4.2,4.4,4.6,4.2,4.8,4.1,4.3,4.5,4.9,4.1,4.5,4.3,4,4.2,4.2,4.5,4,4.9,4.2,4.3,4.4,4.1,4.3,4.1,4.1,5.7,4.2,3.9,5,4.7,4.1,5.3,4.4,4.6,4.7,4.4,4.1,5.5,4.6,4.2,4.1,4.1,5.8,4.1,4,4.9,4.4,4.1,4.5,4.3,4.5,4.6,4.3,4.3,4.1,4.6,3.8,4.3,4.5,4.1,4.2,4.3,4.4,4.3,4.7,4.7,4.6]],"fixedtz":false,"tzone":"America/Santiago","plugins":{"Unzoom":"{}"}},"evals":["attrs.interactionModel","plugins.Unzoom"],"jsHooks":[]}</script>
<p>Copyright © 2017 Cienciaustral, Inc. <img src="https://ia601308.us.archive.org/13/items/LogoCuadrado3/logo%20cuadrado%203.jpg" height="20" width="20"/> All rights reserved.</p>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.odd').parent('tbody').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open')
});
});
</script>
<!-- code folding -->
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>