-
Notifications
You must be signed in to change notification settings - Fork 0
/
backup_tools.html
365 lines (297 loc) · 289 KB
/
backup_tools.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<title>Tools</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>
<script src="site_libs/htmlwidgets-1.3/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.2/leaflet.js"></script>
<script src="site_libs/proj4js-2.3.15/proj4.js"></script>
<link href="site_libs/highcharts-6.0.3/css/motion.css" rel="stylesheet" />
<script src="site_libs/highcharts-6.0.3/highcharts.js"></script>
<script src="site_libs/highcharts-6.0.3/highcharts-3d.js"></script>
<script src="site_libs/highcharts-6.0.3/highcharts-more.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/stock.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/heatmap.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/treemap.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/annotations.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/boost.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/data.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/drag-panes.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/drilldown.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/funnel.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/item-series.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/offline-exporting.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/overlapping-datalabels.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/parallel-coordinates.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/sankey.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/solid-gauge.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/streamgraph.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/sunburst.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/vector.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/wordcloud.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/xrange.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/exporting.js"></script>
<script src="site_libs/highcharts-6.0.3/modules/export-data.js"></script>
<script src="site_libs/highcharts-6.0.3/maps/modules/map.js"></script>
<script src="site_libs/highcharts-6.0.3/plugins/grouped-categories.js"></script>
<script src="site_libs/highcharts-6.0.3/plugins/motion.js"></script>
<script src="site_libs/highcharts-6.0.3/plugins/multicolor_series.js"></script>
<script src="site_libs/highcharts-6.0.3/custom/reset.js"></script>
<script src="site_libs/highcharts-6.0.3/custom/symbols-extra.js"></script>
<script src="site_libs/highcharts-6.0.3/custom/text-symbols.js"></script>
<script src="site_libs/highchart-binding-0.6.0/highchart.js"></script>
<meta name="description" content="Learn how to choose the most effective data visualisation options for your research data from the OxShef Charts webste. OxShef is a collaboration between University of Oxford and University of Sheffield." />
<link rel="icon" type="image/png" href="images/favicon.png" />
<script type="text/javascript" src="js/rmarkdown.js"></script>
<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>
<link rel="stylesheet" href="css/rmarkdown.css" type="text/css" />
<link rel="stylesheet" href="css/title-0px.css" type="text/css" />
</head>
<body>
<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%;
height: auto;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
</style>
<div class="container-fluid main-container">
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
</script>
<!-- code folding -->
<div id="rStudioHeader" class="alwaysShrunk">
<div class="innards bandContent">
<div>
<a class="menuItem" href="index.html">OxShef: Charts</a>
</div>
<div id="menu">
<div id="menuToggler"></div>
<div id="menuItems">
<a class="menuItem" href="training-tutorials-and-templates.html">Training, Tutorials and Templates</a>
<a class="menuItem" href="charts.html">Charts</a>
<a class="menuItem" href="geoviz_maps.html">Geoviz (Maps)</a>
<a class="menuItem" href="networks.html">Networks</a>
<a class="menuItem" href="timeseries.html">Time Series</a>
<a class="menuItem" href="other.html">Other Visualisations</a>
<a class="menuItem gitHub" href="https://github.com/ox-it/OxfordIDN_charts"></a>
<a class="menuItem gitHubText" href="https://github.com/ox-it/OxfordIDN_charts">Source on GitHub</a>
</div>
</div>
</div>
</div>
<style type="text/css">
#TOC {
margin-left: 35px;
margin-top: 90px;
}
</style>
<script type="text/javascript">
$(".main-container").removeClass("main-container").removeClass("container-fluid").addClass("footerPushDown");
</script>
<div id="pageContent" class="standardPadding">
<div class="articleBandContent">
<style type="text/css">
.title {
display: none;
}
#disqus_thread {
display: none;
}
</style>
<div class="fluid-row" id="header">
<h1 class="title toc-ignore">Tools</h1>
</div>
<div id="old" class="section level1">
<h1>Old</h1>
<p><strong>OxShef: charts</strong> offers advice, templates and training in building interactive data visualisations that meet the following conditions:</p>
<ul>
<li>Visualisations are hosted online.</li>
<li>Visualisation may be embedded in personal, research group or publisher websites (via <code><iframe></iframe></code>)</li>
<li>The data behind the visualisations is made available for download and subject to an <a href="http://www.dcc.ac.uk/resources/how-guides/license-research-data"><strong>appropriate data license</strong></a>.</li>
</ul>
<p>Researchers and academics at <a href="https://oxshef.io/partners"><strong>OxShef: charts</strong> partner institutions</a> have access to local support for developing and potentially even hosting visulisations with many of the services detailed below.</p>
<div id="tools-plotly" class="section level2">
<h2>Plotly</h2>
<p><a href="plot.ly">Plot.ly</a> is a website that allows users to create interactive data visualisations in the web browser with a very easy to use point and click interface. With a free account it is only possible to create public visualisations with the underlying data also made publicly available.</p>
<p>The actual visualisation magic behind the plot.ly website comes from the underlying JavaScript library, plotly. There is a high-level binding to the plotly library available in both <code>R</code> and <code>python</code>, which is described in detail <a href="https://plot.ly/api/">here</a>. You’ll find many examples of visualisations built using the <code>plotly</code> <code>htmlwidget</code> library using <code>R</code> in this website, particularly in the <a href="charts.html">charts section</a></p>
<p>While <a href="plot.ly">Plot.ly</a> does allow users to create interactive data visualisations they can embed in other sites and link to the underlying datasets, it is not a service that the IDN endorses for academic outputs. It is not possible to link a visualisation to a canonical version of a research dataset (i.e. one with a DOI), and the long-term reproducibility of visualisations produced with this tool is questionable.</p>
<center>
<iframe width="400" height="400" frameborder="0" scrolling="no" src="https://plot.ly/~martinjhnhadley/243.embed?link=false"></iframe>
</center>
<hr>
</div>
<div id="tools-r" class="section level2 tabset">
<h2>R</h2>
<p>R is an extremely widely used scripting language at University of Oxford, the main reason for the popularity of R is the huge catalogue of freely available (and Open Source) packages available from CRAN. There are packages available for all sorts of things, including:</p>
<ul>
<li>Statistical analysis (ANOVA, Bayesian modelling, multivariate analysis)</li>
<li>Time Series analysis</li>
<li>Machine learning</li>
<li>Static visualisation</li>
<li>Interactive visualisation</li>
</ul>
<p>It’s the combination of tools for data wrangling, analysis, visualisation and communication that makes R so popular and versatile. Many users of dedicated software packages like <strong>SPSS</strong> and <strong>STATA/SAS</strong> are moving to R because of the flexibility that R provides. There are three tools for creating visualisations with R that are particularly worth highlighting, click through the tabs for examples and for links to training materials available to Oxford researchers.</p>
<hr>
<div id="base-r-plotting-functions" class="section level3">
<h3>Base R Plotting Functions</h3>
<p>Base R is the name given to the collection of packages downloaded on to your machine when R is installed from CRAN, it includes <code>graphics</code> and <code>grid</code> that allow a wide range of static visualisations to be developed.</p>
<p>Base R <code>graphics</code> is widely celebrated for the ease of creating charts with one line, having explicit functions for creating barplot, boxplot, mosaicplot and more. While there isn’t a consistent language/approach to adding complexity to these charts, is possible to build beautiful charts like the one below from <a href="http://motioninsocial.com/tufte/" class="uri">http://motioninsocial.com/tufte/</a>. Unfortunately, the IDN is not able to recommend an authoritative tutorial to base R <code>graphics</code> though this is a <a href="https://flowingdata.com/2016/03/22/comparing-ggplot2-and-r-base-graphics/">useful essay</a>.</p>
<p><img src="backup_tools_files/figure-html/unnamed-chunk-1-1.png" width="672" /></p>
<hr>
</div>
<div id="static-charts-with-ggplot2" class="section level3">
<h3>Static charts with ggplot2</h3>
<p><code>ggplot2</code> provides a complete and consistent “grammar of graphics” for designing static charts with R. It has a fairly complex learning curve as it prioritises consistency over simplicity. The following are excellent resources for learning how to use <code>ggplot2</code>:</p>
<ul>
<li>Free online course at <a href="https://www.datacamp.com/courses/data-visualization-with-ggplot2-1">datacamp.com on ggplot2</a></li>
<li><a href="https://www.amazon.com/dp/1449316956/ref=cm_sw_su_dp?tag=ggplot2-20">R Graphics Cookbook: Practical Recipes for Visualizing Data</a></li>
</ul>
<p>The chart below is fairly advanced application of <code>ggplot2</code> that shows what is possible, the original code is from <a href="http://margintale.blogspot.in/2012/04/ggplot2-time-series-heatmaps.html">here</a>.</p>
<p><img src="backup_tools_files/figure-html/unnamed-chunk-2-1.png" width="672" /></p>
<hr>
</div>
<div id="interactive-charts-with-htmlwidgets" class="section level3">
<h3>Interactive charts with htmlwidgets</h3>
<p>htmlwidgets is a technology that allows R developers to easily build bindings to JavaScript libraries - for the average R user this translates into the ability to create rich, interactive visualisations for the web directly with the R language. The <a href="tools_htmlidgets-overview.html">htmlwidgets overview</a> page of this website provides a high-level overview of the most commonly used <code>htmlwidgets</code> libraries. For a more general introduction to htmlwidgets, including tutorials on creating your own <code>htmlwidget</code> libraries, refer to <a href="htmlwidgets.org" class="uri">htmlwidgets.org</a>.</p>
<p>University of Oxford researchers and staff are provided with access to Lynda.com, where there is a <a href="https://www.lynda.com/R-tutorials/R-Interactive-Visualizations-htmlwidgets/586671-2.html?org=ox.ac.uk">course dedicated to building interactive charts with htmlwidgets</a>. The two interactive charts below are made with the <code>leaflet</code> and <code>highcharter</code> libraries.</p>
<div class="row align-items-center">
<div class="col-md-6 align-self-center">
<center>
<div id="htmlwidget-d1b49f64503d21fd8d5c" style="width:250px;height:250px;" class="leaflet html-widget"></div>
<script type="application/json" data-for="htmlwidget-d1b49f64503d21fd8d5c">{"x":{"options":{"crs":{"crsClass":"L.CRS.EPSG3857","code":null,"proj4def":null,"projectedBounds":null,"options":{}}},"calls":[{"method":"addPolygons","args":[[[[{"lng":[-68.92401,-68.874784,-68.849009,-68.888483,-68.944433,-68.92401],"lat":[43.885407,43.904715,43.849841,43.803781,43.835326,43.885407]}],[{"lng":[-71.083924,-71.03821,-71.012757,-70.949365,-70.912111,-70.892822,-70.84443,-70.8340195374401,-70.82979,-70.808613,-70.819471,-70.806244,-70.825612,-70.781471,-70.755567,-70.729972,-70.677995,-70.634661,-70.635498,-70.674903,-70.723396,-70.688214,-70.649578,-70.591275,-70.5528239033785,-70.552793,-70.446903,-70.383552,-70.415684,-70.39662,-70.329748,-70.259117,-70.252526,-70.26541,-70.31297,-70.303034,-70.317629,-70.306734,-70.266349,-70.239566,-70.290896,-70.255492,-70.232682,-70.205719,-70.207415,-70.161337,-70.118597,-70.080292,-70.053748,-70.0230197870562,-69.997086,-69.818552,-69.566383,-69.439198,-69.219996,-69.156074,-69.108215,-69.039301,-69.053885,-69.0402,-68.966433,-68.900985,-68.803537,-68.675913,-68.604819,-68.588725,-68.507432,-68.460064,-68.375615,-68.384281,-68.361559,-68.26971,-68.204263,-68.153509,-68.082896,-67.998171,-67.952269,-67.889155,-67.789761,-67.789799,-67.788406,-67.782114,-67.780438,-67.779984,-67.750422,-67.803678,-67.763955,-67.803626,-67.781892,-67.8028942950771,-67.803313,-67.710464,-67.675417,-67.631762,-67.534919,-67.455406,-67.423646,-67.417417,-67.476855,-67.484328,-67.427243,-67.460554,-67.480256,-67.453473,-67.390579,-67.339869,-67.298209,-67.271076,-67.203933,-67.161247,-67.112414,-67.090786,-67.082074,-67.033474,-66.983558,-66.99296,-66.949895,-67.02615,-67.073439,-67.116745,-67.169857,-67.234275,-67.293403,-67.368269,-67.398987,-67.448513,-67.491751,-67.521168,-67.503208,-67.579726,-67.634806,-67.653123,-67.70668,-67.793589,-67.837938,-67.855108,-67.899571,-67.936531,-67.9438439570552,-67.978876,-68.01399,-68.049334,-68.103757,-68.125624,-68.189155,-68.173608,-68.191924,-68.22949,-68.17433,-68.306519,-68.314789,-68.331032,-68.438518,-68.502942,-68.5314142023518,-68.584101,-68.617085,-68.657031,-68.669383,-68.77965,-68.874139,-68.905098,-68.935327,-68.888597,-68.9349764317618,-68.95189,-69.0210745450046,-69.040193,-69.054546,-69.075667,-69.031878,-69.068112,-69.043912,-69.077028,-69.131536,-69.17498,-69.212939,-69.242812,-69.279918,-69.321031,-69.354577,-69.3804897193431,-69.393288,-69.422048,-69.438066,-69.50329,-69.552606,-69.578527,-69.650818,-69.6958154562599,-69.717074,-69.754091,-69.807359,-69.833471,-69.855081,-69.862155,-69.8874061241577,-69.915593,-69.983685,-70.001273,-70.0627766602365,-70.071304,-70.096039,-70.168227,-70.190704,-70.217087,-70.206123,-70.245499,-70.321116,-70.3387374772484,-70.361214,-70.385615,-70.327303,-70.383981,-70.416311,-70.465975,-70.517695,-70.5341490659506,-70.553854,-70.585184,-70.576986634166,-70.575787,-70.596185,-70.62251,-70.665958,-70.703818,-70.756397,-70.819549285713,-70.8281,-70.824801,-70.8247767120681,-70.813119,-70.872585,-70.923949,-70.984335,-70.968359,-70.960788896047,-70.954755,-70.9637926798064,-70.972716,-70.981946,-70.987258046746,-70.989929,-71.001367,-71.008736,-71.0102711678683,-71.01127,-71.0135759038146,-71.0194617294855,-71.022992,-71.036705,-71.057861,-71.083924],"lat":[45.305451,45.311922,45.34476,45.331536,45.296197,45.239172,45.234513,45.2717944023968,45.286941,45.311606,45.341435,45.376558,45.400305,45.431159,45.428361,45.399359,45.394362,45.383608,45.427817,45.452399,45.510394,45.563981,45.598147,45.630551,45.6678060578851,45.667836,45.704044,45.734869,45.786158,45.808486,45.853795,45.890755,45.933176,45.962692,45.961856,45.998976,46.01908,46.061344,46.100993,46.142762,46.185838,46.246444,46.284428,46.299865,46.331316,46.360984,46.384233,46.410531,46.429236,46.5734864725173,46.69523,46.87503,47.125032,47.250033,47.457159,47.451035,47.435831,47.42217,47.377878,47.2451,47.212712,47.178519,47.216033,47.242626,47.249418,47.281721,47.296636,47.286065,47.292268,47.326943,47.355605,47.353733,47.33973,47.314038,47.271921,47.217842,47.196142,47.118772,47.065744,46.794868,46.601795,46.279381,46.038452,45.938163,45.917898,45.869379,45.829983,45.781624,45.731189,45.6789278854632,45.677886,45.679372,45.630959,45.621409,45.595428,45.604665,45.572153,45.501985,45.49724,45.451955,45.37369,45.300379,45.268185,45.241127,45.154114,45.125594,45.146672,45.191081,45.171407,45.162879,45.112323,45.068721,45.029608,44.939923,44.903277,44.849181,44.817419,44.768199,44.741957,44.706106,44.662105,44.637201,44.599265,44.624672,44.602631,44.600322,44.556123,44.50991,44.476918,44.429131,44.487054,44.525823,44.501975,44.494779,44.46467,44.419434,44.394078,44.411187,44.407015790843,44.387034,44.390255,44.33073,44.364362,44.387127,44.373833,44.328397,44.306675,44.266918,44.225908,44.234829,44.197157,44.10758,44.11618,44.099722,44.0898523802565,44.071589,44.010097,44.003823,44.076359,44.057754,44.025359,44.077344,44.13038,44.15955,44.2029074739373,44.218719,44.2304353141229,44.233673,44.171542,44.129991,44.079036,44.039768,44.006336,43.973654,43.976089,43.976949,43.921404,43.918818,43.879579,43.856708,43.917765,43.9436402335565,43.95642,43.923047,43.909539,43.837673,43.841347,43.823316,43.803785,43.7960549672913,43.792403,43.743866,43.728081,43.701281,43.704746,43.758962,43.7665933794518,43.775112,43.744395,43.710388,43.7133599465128,43.713772,43.672276,43.675136,43.645582,43.596717,43.557627,43.539635,43.527262,43.5281092793689,43.52919,43.487031,43.458521,43.41294,43.361059,43.340246,43.344037,43.3339572407458,43.321886,43.270113,43.2280191731452,43.221859,43.163466,43.134573,43.076234,43.059825,43.079988,43.1232309734312,43.129086,43.179685,43.1797631051822,43.217252,43.270152,43.324768,43.376128,43.429283,43.4740887336216,43.509802,43.5402209553665,43.570255,43.70096,43.7929735928842,43.839239,44.092931,44.258825,44.284888321572,44.301846,44.3408374525595,44.4403632397875,44.500058,44.736498,45.000049,45.305451]}]],[[{"lng":[-114.799683,-114.809393,-114.76495,-114.719633,-114.705717,-114.667493,-114.617386523962,-114.570675,-114.531746,-114.468971,-114.463127,-114.47664,-114.481315,-114.511343,-114.517066790281,-114.575161,-114.628293,-114.670803,-114.706175,-114.679359,-114.678097,-114.674491,-114.723259,-114.707962,-114.707348,-114.725282,-114.673901,-114.635183,-114.629146518189,-114.597283,-114.524599,-114.529186,-114.525201,-114.504993,-114.496565,-114.504863,-114.520465,-114.505638,-114.508708,-114.534987,-114.509568,-114.454807,-114.435504,-114.43009113852,-114.428026,-114.405941,-114.348052,-114.292806,-114.229715,-114.17805,-114.139055,-114.14081715128,-114.14093,-114.172845,-114.264317,-114.335372,-114.378852,-114.378223,-114.422382,-114.465246,-114.490971,-114.576452,-114.634382,-114.629769,-114.633487,-114.625069,-114.619905,-114.59912,-114.572747,-114.587129,-114.627137,-114.6645,-114.663105,-114.653406,-114.689407,-114.697309,-114.70371,-114.669687,-114.700271,-114.731159,-114.742779,-114.743299245886,-114.743342,-114.736165,-114.666538,-114.627855,-114.572031,-114.511721,-114.487034,-114.448654,-114.41695,-114.372106,-114.337273,-114.316109,-114.270645,-114.21369,-114.151725,-114.138203,-114.09987,-114.046838,-114.048226,-114.047584,-114.049493,-114.050160776088,-114.0506,-113.965907,-112.966471,-112.899190897616,-112.829501944372,-112.545094,-112.538571,-112.35769,-111.412783987873,-111.405869,-111.278286,-111.066496,-110.75069,-110.750686478928,-110.47019,-110.000681818589,-110.000677,-109.495338,-109.045223,-109.045433,-109.045729,-109.045871168205,-109.046024,-109.046296,-109.046796,-109.046355894384,-109.045851235183,-109.045851,-109.046138935363,-109.046182,-109.046426,-109.046607473922,-109.047298,-109.047237,-109.047236980537,-109.04711706231,-109.047117,-109.047612,-109.04761200322,-109.048296,-109.049195,-109.050044,-109.829689,-110.460172610445,-111.074825,-111.366969371164,-112.365043,-113.333767973015,-113.750756,-114.813613,-114.811536,-114.795635,-114.814185,-114.799683],"lat":[32.593621,32.617119,32.649391,32.718763,32.741581,32.734226,32.7410527731766,32.747417,32.782503,32.845155,32.901884,32.923628,32.972064,33.023455,33.0246287635685,33.036542,33.031052,33.037984,33.105335,33.159519,33.2303,33.255597,33.288079,33.323421,33.376628,33.405048,33.418299,33.422726,33.4335449999998,33.490653,33.552231,33.60665,33.661583,33.693022,33.719155,33.760465,33.827778,33.864276,33.90064,33.928499,33.957264,34.010968,34.042615,34.0789314062795,34.092787,34.11154,34.134458,34.166725,34.186928,34.239969,34.259538,34.3031275138817,34.305919,34.344979,34.401329,34.450038,34.450376,34.516521,34.580711,34.691202,34.724848,34.8153,34.87289,34.94304,35.001857,35.068478,35.121632,35.12105,35.138725,35.262376,35.409504,35.449497,35.524491,35.610789,35.651412,35.733686,35.814585,35.865084,35.901772,35.943916,36.009963,36.0659351737601,36.070535,36.104367,36.117343,36.141012,36.15161,36.150956,36.129396,36.12641,36.145761,36.143114,36.10802,36.063109,36.03572,36.015613,36.024563,36.053161,36.121654,36.194069,36.268874,36.325573,36.604059,36.8431415396894,37.000396,37.000025,37.000219,37.0003012286284,37.0003864013144,37.000734,37.000744128882,37.001025,37.001477687156,37.001481,37.000465,37.002389,37.003197,37.0031969347252,36.997997,36.9979680002976,36.997968,36.999105,36.999084,36.874589,36.117028,36.002701630519,35.8798,35.614251,35.363606,35.1755071883512,34.9598185158367,34.959718,34.5792910128179,34.522393,33.875052,33.7782238003505,33.409783,33.208965,33.2088950315508,32.7777940009477,32.77757,32.426377,32.4263753885142,32.084093,31.796551,31.332502,31.334067,31.3331413789916,31.332239,31.4248242871916,31.74113,32.0402490800901,32.169005,32.494277,32.522834,32.550956,32.564788,32.593621]}]],[[{"lng":[-94.617919,-94.361203,-94.0770882668935,-93.95919,-93.8667582116711,-93.700171,-93.5842815473557,-93.426989,-93.3153271065291,-93.293447355634,-93.125969,-92.8540491149849,-92.838876,-92.7723338933721,-92.564238,-92.5291365810437,-92.350277,-92.1503062495012,-92.1204291043881,-91.985802,-91.6723424564437,-91.64259,-91.4500049181374,-91.4071374435175,-91.404915,-91.1265388745647,-91.017974,-90.7842441551312,-90.765672,-90.5761790655673,-90.494575,-90.2207490539154,-90.153871,-90.141399,-90.131038,-90.066136,-90.063526,-90.06398,-90.114922,-90.155928,-90.1891279822169,-90.220425,-90.235585,-90.294492,-90.339343,-90.368718,-90.2889479152728,-90.103842,-89.9593752951737,-89.901183,-89.733095,-89.686924,-89.652279,-89.6489049703452,-89.64727,-89.722634,-89.729517,-89.723426,-89.797053,-89.863874,-89.915491,-89.956589,-89.898916,-89.876548,-89.9325,-89.944754,-89.958498,-90.037615,-90.045805,-90.022064,-90.045306,-90.070549,-90.112504,-90.087903,-90.121864,-90.166594,-90.097947,-90.093285,-90.099777,-90.09061,-90.160058,-90.181387,-90.197146,-90.265296,-90.300697,-90.309297,-90.244476,-90.250095,-90.3114242503452,-90.313476,-90.401633,-90.4079827537943,-90.463795,-90.473527,-90.505494,-90.546053,-90.550158,-90.5732884126183,-90.587224,-90.549244,-90.569347,-90.583717,-90.575336,-90.641398,-90.660404,-90.729131,-90.765174,-90.752681,-90.812829,-90.839981,-90.89456,-90.882701,-90.894385,-90.938064,-90.9440807601938,-90.9447955243095,-90.946323,-90.90113,-90.874541,-90.89242,-90.942662,-90.979945,-91.004981,-91.048367,-91.088696,-91.035961,-91.026382,-91.061247,-91.052819,-91.025173,-91.026782,-91.08551,-91.111494,-91.143287,-91.075389,-91.10098,-91.178311,-91.130902,-91.188942,-91.2056449859479,-91.215671,-91.189375,-91.171799,-91.147663,-91.113764,-91.142219,-91.125539,-91.086137,-91.068708,-91.084366,-91.104317,-91.153015,-91.180836,-91.120379,-91.159606098013,-91.166073,-91.2645640502205,-91.4359310803318,-91.4603917718319,-91.489176,-91.875128,-92.0691037585613,-92.0691465924813,-92.222825,-92.501383,-92.723553,-92.7247431731793,-92.971137,-92.988707610715,-93.197402,-93.2386069623994,-93.377134,-93.4905124001204,-93.5209935537716,-93.723273,-93.8049077746304,-93.8145530134338,-94.042964,-94.042719,-94.042945847176,-94.043067,-94.042988,-94.043428,-94.0438337478011,-94.07267,-94.143024,-94.183395,-94.213605,-94.238868,-94.303742,-94.338422,-94.354165,-94.388052,-94.419057,-94.485875,-94.481842,-94.4772667415298,-94.474895,-94.4701526781621,-94.465425,-94.4611686861559,-94.4575,-94.4543950341379,-94.449058,-94.4475095357843,-94.44292586169,-94.435316,-94.431515,-94.4339134438324,-94.4348892875967,-94.449696,-94.4731193906467,-94.493040072427,-94.494549,-94.532071,-94.5519062826063,-94.5622680024925,-94.5862,-94.617919],"lat":[36.499414,36.4996,36.4989759572219,36.498717,36.4988661646849,36.499135,36.4989016786283,36.498585,36.4983127262979,36.4982593752343,36.497851,36.4980233811416,36.498033,36.4980831540794,36.49824,36.4981656829853,36.497787,36.4981403333242,36.4981931239997,36.498431,36.4992566337989,36.499335,36.4975402131847,36.4971407119486,36.49712,36.4977977010194,36.498062,36.4984622001291,36.498494,36.498405927798,36.498368,36.4959375921945,36.495344,36.459874,36.415069,36.386272,36.356911,36.303038,36.265595,36.214074,36.1989866086674,36.184764,36.139474,36.112949,36.047112,35.995812,35.9965140042114,35.998143,35.9990141101569,35.999365,36.000608,35.947716,35.921462,35.9035834823126,35.89492,35.873718,35.847632,35.809382,35.782648,35.747592,35.754917,35.695486,35.650904,35.626653,35.607865,35.560308,35.541703,35.550329,35.496533,35.457375,35.415435,35.423291,35.410153,35.36327,35.304535,35.274588,35.249983,35.203282,35.164474,35.118287,35.12883,35.091401,35.050731,35.040293,35.028793,34.995694,34.937596,34.90732,34.8728511441,34.871698,34.835305,34.8352659792807,34.834923,34.788835,34.764568,34.702076,34.663445,34.633670506468,34.615732,34.568101,34.524867,34.458829,34.415152,34.383869,34.33576,34.364206,34.342818,34.289266,34.279438,34.236114,34.22438,34.184364,34.160953,34.148754,34.1200652947774,34.1166572053142,34.109374,34.094667,34.072041,34.02686,34.01805,34.000106,33.977011,33.985078,33.961334,33.943758,33.90798,33.877505,33.824181,33.805953,33.763642,33.77641,33.774568,33.747141,33.714403,33.660551,33.651109,33.610919,33.576225,33.5469783709329,33.529423,33.493005,33.462342,33.427172,33.393124,33.348989,33.280255,33.273652,33.232936,33.180856,33.131598,33.135093,33.098364,33.05453,33.0112423213068,33.004106,33.0047388242704,33.0058398909721,33.0059970557015,33.006182,33.007728,33.0084822636996,33.0084824302569,33.00908,33.01216,33.014328,33.0143417676748,33.017192,33.0172509401522,33.017951,33.0180158799566,33.018234,33.0186345956663,33.018742293588,33.019457,33.0193962254509,33.0193890448708,33.019219,33.160291,33.2712420841398,33.330498,33.435824,33.551425,33.5517137355856,33.572234,33.577725,33.592212,33.570622,33.576722,33.564486,33.567082,33.556452,33.565511,33.577217,33.637867,33.789008,33.9409109279348,34.019655,34.1898642921261,34.359548,34.5074566515725,34.634945,34.7289586731794,34.890556,34.9339762121572,35.0625062095727,35.275893,35.369591,35.3863617698987,35.3931852155875,35.496719,35.6385471525294,35.7591664743273,35.768303,35.987852,36.1022256056686,36.1619730409753,36.299969,36.499414]}]],[[{"lng":[-75.773786,-75.753228,-75.717059,-75.662846,-75.5943169052201,-75.570433,-75.481207,-75.415062,-75.459439,-75.47764,-75.509742,-75.535144,-75.559446,-75.543965,-75.512732,-75.527676,-75.528088,-75.593068,-75.57183,-75.521682,-75.5056431673529,-75.469324,-75.408376,-75.39479,-75.407473,-75.396277,-75.34089,-75.3066521095097,-75.302552,-75.304078,-75.232029,-75.159022,-75.113331,-75.089473,-75.071805,-75.053973,-75.048939,-75.185455,-75.3412873203482,-75.479283,-75.693721,-75.700382,-75.701777515245,-75.707551,-75.707555026429,-75.7231026933327,-75.7481548142541,-75.7564352155685,-75.7604414164505,-75.766895,-75.7669046067092,-75.788596,-75.773786],"lat":[39.7222,39.757989,39.792325,39.821425,39.8345949730913,39.839185,39.829191,39.801919,39.765813,39.715013,39.686113,39.647212,39.629812,39.596,39.578,39.535278,39.498114,39.479186,39.438897,39.387871,39.3703945600796,39.33082,39.264698,39.188354,39.133706,39.057884,39.01996,38.9476601633284,38.939002,38.91316,38.844254,38.790193,38.782998,38.797198,38.696497,38.536273,38.451263,38.451012,38.4524365259555,38.453698,38.460128,38.542743,38.5607669290786,38.635335,38.6353853550599,38.8298265565277,39.1431317309597,39.2466875371253,39.2967896211001,39.377499,39.3776515935512,39.722199,39.7222]}]],[[{"lng":[-85.605165,-85.4743388431343,-85.384967,-85.3639190289311,-85.277556,-85.2650550217158,-85.045183,-84.9798540252315,-84.9769738065923,-84.861314,-84.8104774668864,-84.7758376712973,-84.727434,-84.621483,-84.509052,-84.321869,-84.1294469626359,-84.0053367334383,-83.936646,-83.936427344252,-83.619985,-83.5491807535047,-83.4828732042907,-83.322768,-83.1086129965073,-83.108606,-83.124378,-83.140621,-83.201183,-83.252582,-83.284812,-83.323866,-83.320062,-83.353238,-83.3496085109133,-83.3400391067846,-83.33869,-83.27796,-83.221402,-83.154577,-83.1028738260357,-83.096858,-83.0505729641024,-83.048289,-82.99509,-82.9913881531823,-82.925766,-82.873831,-82.841997,-82.82342,-82.780308,-82.7746287310121,-82.744982,-82.7351079889416,-82.715373,-82.642797,-82.5950257926073,-82.591855,-82.5629967985809,-82.556835,-82.51295,-82.43115,-82.32448,-82.239098,-82.2159383647475,-82.199747,-82.161908,-82.1424564745009,-82.1146538385848,-82.10624,-82.028238,-82.0165558704449,-81.990938,-81.926336,-81.920121,-81.932737,-81.846136,-81.8465005323579,-81.846536,-81.763535,-81.7625059827958,-81.755135,-81.658433,-81.6159557107891,-81.601655,-81.5439662243139,-81.50203,-81.499566,-81.464069,-81.42062,-81.4131167951736,-81.41267,-81.393818,-81.397106,-81.3869019026942,-81.328753,-81.2842383817656,-81.274927,-81.194829,-81.194931,-81.1734737944861,-81.133032,-81.128034,-81.153531,-81.1475951704554,-81.119361,-81.113334,-81.038265,-81.006745,-80.943226,-80.885517,-80.84313,-80.848441,-80.911207,-80.941359,-81.000317,-81.036873,-81.077057,-81.130634,-81.1352985902005,-81.139394,-81.133493,-81.173079,-81.1748326365906,-81.177254,-81.213493,-81.258616,-81.279338,-81.260958,-81.2643779480884,-81.282842,-81.304957,-81.368241,-81.402096,-81.401267,-81.420474,-81.4125180355795,-81.408484,-81.405153,-81.44013,-81.460061,-81.444124,-81.507218,-81.528281,-81.56171,-81.633273,-81.668283,-81.732238,-81.763384,-81.808543,-81.868624,-81.902354,-81.9059784394064,-81.943187,-81.994992,-82.032667,-82.041834,-82.049529,-82.015728,-82.018381,-82.028232,-82.042011,-82.040766,-82.0509829816809,-82.094709,-82.143306,-82.180043,-82.210318,-82.200965,-82.229427,-82.218607,-82.4189841121785,-82.459581,-82.4597924354137,-82.5840051864195,-82.6895297984728,-82.877311,-83.131431,-83.1366188582036,-83.3093471215958,-83.3577163136281,-83.499951,-83.6117040588264,-83.743729,-83.820973,-84.007454,-84.0837530823,-84.124993,-84.2855145090395,-84.3807541835525,-84.474519,-84.812997,-84.8634638443825,-84.864693,-84.91815,-84.934283,-84.935698,-84.983757,-85.006062,-85.002499,-85.011392,-85.0211075623628,-85.035615,-85.107516,-85.108192,-85.089774,-85.0888299635305,-85.087929,-85.092487,-85.066005,-85.071621,-85.0516814295062,-85.041881,-85.05796,-85.058169,-85.12553,-85.11893,-85.1254405773425,-85.1291593155832,-85.141831,-85.114031,-85.067829,-85.0635905429847,-85.0514111279128,-85.047063,-85.058749,-84.997765,-84.930127,-84.9199421479259,-84.891841,-84.955704,-85.008096,-84.983466,-84.9811502941337,-84.971831,-84.9997867563101,-85.0011308391237,-85.0071,-85.069848,-85.0760723726048,-85.088533,-85.11425,-85.1245332227506,-85.160963,-85.1844,-85.1861174017892,-85.232441,-85.2324414051873,-85.2365953712528,-85.2943468643453,-85.3049438332249,-85.314048,-85.3381162999059,-85.360532,-85.3866705737728,-85.398871,-85.398871244842,-85.4210731752288,-85.429499,-85.4631408247758,-85.4751472811043,-85.502471,-85.5130442292733,-85.526894818161,-85.5344052578154,-85.561424,-85.5828123337853,-85.595165,-85.605165],"lat":[34.984678,34.9836733267911,34.982987,34.9833765631405,34.984975,34.9850776447417,34.986883,34.9872056139756,34.9872198373549,34.987791,34.9878779552292,34.9879372061493,34.98802,34.988329,34.988033,34.988408,34.9879469539553,34.9876495840123,34.987485,34.9874843833797,34.986592,34.988803195914,34.9908739612868,34.995874,35.0006588436777,35.000659,34.95524,34.924915,34.884653,34.853483,34.823043,34.789712,34.759616,34.728648,34.7170105826273,34.6863277104121,34.682002,34.644853,34.609947,34.588198,34.5374309097654,34.531524,34.4950536521691,34.493254,34.472483,34.4729806272358,34.481802,34.471508,34.399766,34.358872,34.296701,34.2883668182547,34.244861,34.2126148122429,34.148165,34.081312,34.0135178092096,34.009018,33.9565549105269,33.945353,33.936969,33.867051,33.820033,33.730872,33.6877549753187,33.657611,33.610643,33.6053995999921,33.59790505457,33.595637,33.544934,33.5290553864259,33.494235,33.462937,33.410753,33.343541,33.303843,33.2472520854299,33.241746,33.203648,33.1972658882973,33.15155,33.103152,33.089338539364,33.084688,33.0443999541444,33.015113,32.943722,32.897814,32.831223,32.7442613279615,32.739083,32.653491,32.605587,32.5989648538998,32.561228,32.547110946285,32.544158,32.465086,32.411489,32.3849027808867,32.334794,32.276297,32.237687,32.2271694465971,32.177142,32.113205,32.084469,32.101152,32.057824,32.0346,32.024226,31.988279,31.943769,31.912984,31.856744,31.812721,31.761256,31.722692,31.7105645979661,31.699917,31.623348,31.555908,31.5395964494948,31.517074,31.462818,31.404425,31.351127,31.30391,31.2945990647455,31.24433,31.206173,31.136534,31.125383,31.072781,31.016703,30.9908345035084,30.977718,30.908203,30.821369,30.769912,30.709714,30.722936,30.723359,30.715597,30.729603,30.744644,30.749635,30.773821,30.790016,30.792756,30.82082,30.821407341502,30.827437,30.786074,30.750674,30.692374,30.655544,30.601698,30.531176,30.447385,30.403253,30.370144,30.3683677759449,30.360766,30.363378,30.36861,30.424577,30.474427,30.520814,30.564395,30.5809166697315,30.584264,30.5842765283062,30.5916365790876,30.5978892906418,30.609016,30.623575,30.6238859448931,30.6342387666716,30.6371378731342,30.645663,30.6515600937086,30.6585269137505,30.662603,30.6720699684692,30.675943397968,30.678037,30.684809171948,30.6888271970459,30.692783,30.70965,30.7114970146544,30.711542,30.772082,30.834033,30.878703,30.936984,30.977039,31.000682,31.053546,31.0754638723064,31.108192,31.186451,31.258591,31.295026,31.3086477554966,31.321648,31.362881,31.431363,31.468384,31.5195403291417,31.544684,31.57084,31.620227,31.694965,31.732664,31.7629687034183,31.7802782680766,31.839261,31.89336,31.967358,31.991857,32.062256083622,32.087389,32.136018,32.185445,32.219051,32.2308482009333,32.263398,32.30591,32.336677,32.363186,32.3790400766818,32.442843,32.5070669687837,32.5101547883978,32.523868,32.583146,32.6080674751571,32.657958,32.730447,32.7516296067514,32.826672,32.861317,32.8701382699716,33.108075,33.1080770939336,33.1295440282507,33.4279931463646,33.4827563368455,33.529805,33.6531143916014,33.767957,33.9017014940033,33.964128,33.9641292867795,34.0808126526072,34.125095,34.2861909885055,34.3436846578762,34.474526,34.5239464713237,34.5886856927335,34.6237903384358,34.750079,34.8604354744776,34.924171,34.984678]}]],[[{"lng":[-97.229039,-96.93096,-96.405408,-95.97539,-95.340962,-95.3198887834722,-95.153711,-95.153309,-95.15333,-95.153314,-95.058404,-94.988908,-94.952111,-94.878454,-94.816222,-94.797244,-94.774228,-94.750221,-94.750218,-94.718932,-94.683069,-94.685681,-94.694312,-94.61901,-94.508862,-94.446604,-94.4302012792341,-94.388848,-94.281797,-94.251169,-94.250191,-94.091244,-93.927004,-93.844008,-93.80527,-93.815178,-93.674568,-93.562062,-93.467504,-93.464308,-93.371156,-93.347528,-93.207398,-93.14242,-93.0884545352861,-92.954876,-92.894687,-92.728046,-92.634931,-92.631117,-92.657101,-92.575636,-92.51491,-92.456325,-92.469948,-92.416285,-92.369174,-92.314665,-92.295668,-92.295412,-92.26228,-92.162161,-92.055228,-92.000133,-91.980772,-91.89347,-91.7972835799087,-91.781182,-91.714931,-91.692366,-91.559272,-91.542512,-91.465499,-91.336578,-91.250112,-91.156107,-91.03555,-91.0325394612651,-90.906829,-90.843624,-90.804207,-90.775962,-90.703702,-90.566113,-90.471019,-90.31723,-90.136191,-90.029626,-89.973433,-89.868153,-89.749314,-89.625087,-89.489226,-89.555015,-89.660616,-89.737539,-89.793539,-89.923649,-89.974296,-90.072025,-90.187636,-90.323446,-90.42139,-90.537105,-90.647837,-90.735927,-90.86827,-91.023124,-91.0231247177021,-91.146958,-91.262512,-91.387021,-91.456965,-91.573817,-91.644564,-91.737098,-91.7939959120814,-91.806851,-91.906483,-92.013405,-92.062088,-92.01529,-92.050819,-92.100255,-92.143338,-92.183091,-92.205492,-92.292192,-92.292371,-92.2927598024283,-92.293619,-92.2938306085787,-92.294033,-92.338239,-92.35176,-92.392681,-92.44963,-92.472761,-92.545682,-92.580565,-92.656125,-92.721128,-92.759458,-92.776496,-92.826013,-92.8407421066255,-92.869689,-92.886697124409,-92.887929,-92.881136,-92.801503,-92.756906,-92.728023,-92.686793,-92.646768,-92.658486,-92.698967,-92.7482676746859,-92.761868,-92.7660914086737,-92.766932,-92.7438234793656,-92.740509,-92.802911,-92.761904,-92.750802,-92.7670232657519,-92.7671173343572,-92.768574,-92.805287,-92.7923607996705,-92.7316238513032,-92.696491,-92.618025,-92.54928,-92.399281,-92.361518,-92.3169331334058,-92.314071,-92.291005,-92.2453646490054,-92.232472,-92.111085,-92.0845285804928,-91.9636,-91.916191,-91.892698,-91.8544999752977,-91.817302,-91.719097,-91.647873,-91.573283,-91.5592155630397,-91.440536,-91.4235686998173,-91.357426,-91.291002,-91.2876556273671,-91.243955,-91.2570001560057,-91.273252,-91.252926,-91.232812,-91.217706,-91.491042,-91.6108350005544,-91.7302169978377,-91.824848,-92.0798019931283,-92.178863,-92.4489479514378,-92.5531280905188,-92.553161,-92.870277,-93.0243479005419,-93.0491920078165,-93.228861,-93.4973513252204,-93.576728,-93.6485330311736,-93.97076,-93.9707615585282,-94.2479674415552,-94.390597,-94.4428499897182,-94.8545550676107,-94.874235,-94.9146134847136,-95.214938,-95.3877875940219,-95.4544322386606,-95.486803,-95.834421,-95.8609462015723,-96.05316283451,-96.198484,-96.45326,-96.453315,-96.4529095743663,-96.4529095716932,-96.4524358546695,-96.4524358245955,-96.452213,-96.4532913135987,-96.4538066996671,-96.4548305155538,-96.4558401136336,-96.457553498485,-96.457781,-96.4700776030493,-96.482556,-96.521787,-96.562142,-96.617726,-96.675447,-96.710786,-96.742509,-96.781036,-96.8354191619781,-96.843957,-96.851621,-96.82616,-96.745086,-96.672665,-96.630512,-96.587093,-96.571871,-96.563672,-96.574264,-96.572697494194,-96.554507,-96.59567,-96.60104,-96.647296,-96.709095,-96.744436,-96.7857861825985,-96.7897865130498,-96.790523,-96.786845,-96.788803,-96.763973,-96.833504,-96.819078,-96.8265691272283,-96.8360095945419,-96.84022,-96.85748,-96.8559593490532,-96.854073,-96.882376,-96.8934933013398,-96.928506,-96.996364,-97.037354,-97.068987,-97.105616,-97.146745,-97.1458449594749,-97.1419103871983,-97.129533,-97.137904,-97.139173,-97.149122,-97.1481034661336,-97.1477235683009,-97.142915,-97.100009,-97.121253,-97.152588,-97.187362,-97.227854,-97.229039],"lat":[49.000687,48.999984,48.999984,48.999984,48.99874,48.9987583440104,48.998903,49.18488,49.309287,49.384358,49.35317,49.368897,49.368679,49.333193,49.320987,49.214284,49.124994,49.099763,48.999992,48.999991,48.883929,48.840119,48.789352,48.737374,48.700362,48.6929,48.6983087855285,48.711945,48.705255,48.683514,48.656323,48.643669,48.63122,48.629395,48.570299,48.526508,48.516297,48.528897,48.545664,48.591792,48.605085,48.62662,48.642474,48.624924,48.6268142184965,48.631493,48.594915,48.53929,48.542873,48.508252,48.466915,48.440827,48.448313,48.414204,48.351836,48.295463,48.220268,48.240527,48.278118,48.323957,48.354933,48.363279,48.359213,48.321355,48.247801,48.237699,48.2057759154536,48.200432,48.19913,48.11933,48.108268,48.053268,48.06677,48.069627,48.084087,48.140475,48.189459,48.1905788218987,48.237339,48.243576,48.177833,48.122229,48.096009,48.12262,48.106076,48.103793,48.112136,48.087588,48.02035,47.989898,48.023325,48.011517,48.014528,47.974849,47.951216,47.918183,47.891358,47.862062,47.830514,47.811105,47.77813,47.753771,47.73515,47.703055,47.656176,47.624343,47.5569,47.464964,47.4649635160608,47.381464,47.27929,47.187293,47.139156,47.089917,47.026491,46.982853,46.9427806471419,46.933727,46.891236,46.833727,46.804038,46.706469,46.710517,46.734446,46.731596,46.695241,46.664741,46.663242,46.495585,46.41721950288,46.244043,46.157321306496,46.074377,46.052149,46.015685,46.01954,46.002252,45.972952,45.970118,45.94625,45.924442,45.883805,45.835341,45.790014,45.73665,45.7293967344697,45.715142,45.644148,45.639006,45.573409,45.562854,45.557499,45.525652,45.472271,45.437929,45.396058,45.336374,45.2960593865098,45.284938,45.2100217024227,45.195111,45.123646262323,45.113396,45.065403,45.022467,44.941567,44.8619767370977,44.8615151858759,44.854368,44.768361,44.7589838136971,44.7149227852596,44.689436,44.61287,44.577704,44.558292,44.558935,44.5392760122027,44.538014,44.485464,44.4542511243518,44.445434,44.413948,44.404614314801,44.362112,44.318094,44.231105,44.1972265195522,44.164235,44.128853,44.064109,44.026901,44.0242093165812,44.001501,43.9842968803226,43.917231,43.852733,43.847065,43.773046,43.7256587372224,43.666623,43.600363,43.564842,43.50055,43.50069,43.5006878467793,43.5006857009461,43.500684,43.5007048851766,43.500713,43.5004149885627,43.5003000363123,43.5003,43.499548,43.49955616363,43.4995574800246,43.499567,43.4995307245117,43.49952,43.4995354896751,43.499605,43.4996050032074,43.5001754767076,43.500469,43.5004785076547,43.5005534191522,43.500557,43.5005958729861,43.500885,43.5004787289074,43.50032208525,43.500246,43.499966,43.4999928849056,43.5001877081575,43.500335,43.50039,43.552299,43.8495068930184,43.8495088526372,44.1967795400951,44.196801586665,44.360149,44.543636801818,44.631335831948,44.8055502040458,44.97734524828,45.2688979287184,45.30761,45.3267996493923,45.346273,45.375645,45.38609,45.408092,45.410216,45.43693,45.478723,45.535972,45.5861286928808,45.594003,45.619412,45.654164,45.701576,45.732336,45.781157,45.816445,45.871846,45.935245,46.016545,46.0218916713577,46.083978,46.21985,46.319554,46.358499,46.435294,46.56596,46.6295908492609,46.6357466727167,46.63688,46.692805,46.777575,46.912507,47.01011,47.081152,47.150539,47.2379818754871,47.276981,47.440457,47.499173229529,47.57201,47.649025,47.6721269594437,47.744884,47.844398,47.933279,48.026267,48.091362,48.168556,48.1732234829905,48.1936276188745,48.257815,48.344585,48.430528,48.532305,48.5407440461867,48.5438916836506,48.583733,48.667926,48.713593,48.772602,48.867598,48.945864,49.000687]}]],[[{"lng":[-118.593969,-118.484785,-118.370323,-118.286261,-118.325244,-118.374768,-118.465368,-118.482609,-118.563442,-118.593969],"lat":[33.467198,33.487483,33.409285,33.351463,33.299075,33.320065,33.326056,33.369914,33.434381,33.467198]}],[{"lng":[-118.594033,-118.540069,-118.446771,-118.353504,-118.425634,-118.487908,-118.581513,-118.641578,-118.594033],"lat":[33.035951,32.980933,32.895424,32.821962,32.800595,32.84459,32.931672,33.017129,33.035951]}],[{"lng":[-119.578942,-119.510489,-119.427171,-119.429559,-119.464725,-119.545872,-119.578942],"lat":[33.278628,33.307269,33.266023,33.228167,33.215432,33.233406,33.278628]}],[{"lng":[-119.916216,-119.857304,-119.739472,-119.5667,-119.470736656944,-119.442654,-119.364214,-119.363065,-119.391587,-119.487719557382,-119.554472,-119.662825,-119.721206,-119.795938,-119.873358,-119.876916,-119.916216],"lat":[34.058351,34.071298,34.049299,34.053452,34.053996622104,34.054156,34.050794,34.000548,33.994636,33.9965151543893,33.99782,33.985889,33.959583,33.962929,33.980375,34.023527,34.058351]}],[{"lng":[-120.368278,-120.24248,-120.135853,-120.055107,-119.984316,-119.973691,-120.049682,-120.121817,-120.179049,-120.200085,-120.36484,-120.454134,-120.368278],"lat":[34.076465,34.057172,34.026087,34.037729,33.983948,33.942481,33.914563,33.895712,33.927994,33.956904,33.991781,34.028081,34.076465]}],[{"lng":[-124.387023,-124.301355,-124.176715,-124.118147,-124.125448,-124.154513,-124.163988,-124.122677,-124.092284,-124.063076,-124.067473659422,-124.081987,-124.116037,-124.143479,-124.154246,-124.19104,-124.245027,-124.219592,-124.203402,-124.211605,-124.001188,-123.822037598588,-123.656998,-123.519112836804,-123.43477,-123.347562,-123.231001260578,-123.145959,-123.045254,-122.80008,-122.501135,-122.289749096157,-122.289527,-122.101922,-121.846712,-121.675348,-121.447539998048,-121.43961,-121.251099,-121.035195,-120.879925710236,-120.692219,-120.501069,-120.181563,-119.999168,-119.999276,-119.99828,-119.999866,-119.999231,-119.997533,-119.996155,-119.997124,-119.997634,-119.999935448085,-120.00174,-120.003028919657,-120.004795512304,-120.005142,-120.003364028833,-120.002614842913,-120.001975250867,-120.001014,-119.904315,-119.587679,-119.585406144839,-119.328704521076,-119.279262,-119.157226100872,-118.949673,-118.500958,-118.427995325157,-118.022181,-117.833504044144,-117.68061,-117.244917,-117.166000564031,-117.000895,-116.488233,-116.375875,-116.093601,-115.892975,-115.846113922762,-115.648032019625,-115.647683,-115.404537,-115.303743,-115.160068,-115.043812,-114.804249,-114.633487,-114.629769,-114.634382,-114.576452,-114.490971,-114.465246,-114.422382,-114.378223,-114.378852,-114.335372,-114.264317,-114.172845,-114.14093,-114.14081715128,-114.139055,-114.17805,-114.229715,-114.292806,-114.348052,-114.405941,-114.428026,-114.43009113852,-114.435504,-114.454807,-114.509568,-114.534987,-114.508708,-114.505638,-114.520465,-114.504863,-114.496565,-114.504993,-114.525201,-114.529186,-114.524599,-114.597283,-114.629146518189,-114.635183,-114.673901,-114.725282,-114.707348,-114.707962,-114.723259,-114.674491,-114.678097,-114.679359,-114.706175,-114.670803,-114.628293,-114.575161,-114.517066790281,-114.511343,-114.481315,-114.47664,-114.463127,-114.468971,-114.531746,-114.570675,-114.617386523962,-114.667493,-114.705717,-114.719633,-115.000802,-115.465164,-116.04662,-116.10617888905,-116.540643,-116.62705,-116.857154,-117.124862,-117.132038955738,-117.136664,-117.168866,-117.17719654845,-117.196767,-117.246069,-117.255169,-117.25497,-117.280971,-117.28217,-117.27387,-117.262905,-117.25617,-117.256160535149,-117.25447,-117.272139427178,-117.28077,-117.315278,-117.362572,-117.445583,-117.547693,-117.59588,-117.596188685737,-117.645582,-117.715349,-117.726486,-117.732258297614,-117.814188,-117.840289,-117.927091,-118.000593,-118.088896,-118.115076722882,-118.132698,-118.1837,-118.231926185873,-118.258687,-118.317205,-118.333295892977,-118.354705,-118.396606,-118.428407,-118.394307,-118.412708,-118.460611,-118.519514,-118.603572,-118.679366,-118.744952,-118.805114,-118.854653,-118.944479511459,-118.954722,-119.069959,-119.109784,-119.227743,-119.257043,-119.270144,-119.276614251859,-119.313034,-119.37578,-119.461036,-119.477946706724,-119.536957,-119.616862,-119.684666,-119.709067,-119.785871,-119.835771,-119.873971,-119.971951,-120.050682,-120.141165,-120.295051,-120.451425,-120.511421,-120.550092,-120.581293,-120.622575,-120.645739,-120.60197,-120.614852,-120.62632,-120.610266,-120.670835,-120.65030521184,-120.63357,-120.629583,-120.635787,-120.675074,-120.714185,-120.756086,-120.846674,-120.89679,-120.87957,-120.862133,-120.884757,-120.955863,-121.003359,-121.11424,-121.166712,-121.272322,-121.314632,-121.332449,-121.347053956004,-121.406823,-121.462264,-121.4862,-121.531876,-121.574602,-121.622009,-121.680145,-121.779851,-121.826425,-121.888491,-121.903195,-121.9416,-121.970427,-121.923866,-121.860604,-121.814462,-121.796826,-121.791544,-121.812732426762,-121.862266,-121.906468,-121.95167,-122.027174,-122.06731672906,-122.105976,-122.20618,-122.260481,-122.284882,-122.294310191913,-122.322971,-122.344029,-122.397065,-122.418452,-122.405590143901,-122.401323,-122.409258,-122.443687,-122.445987,-122.493789,-122.516689,-122.518088,-122.496786,-122.496784,-122.500678019083,-122.505601251345,-122.511983,-122.465396,-122.398139,-122.385323,-122.376462,-122.356784,-122.361749,-122.389826876588,-122.39319,-122.360219,-122.244372,-122.168449,-122.129199702224,-122.111998,-122.144396,-122.152905,-122.162802519462,-122.163049,-122.213774,-122.24981,-122.252452,-122.312974,-122.333711,-122.303931,-122.328714287407,-122.33453,-122.378709,-122.425258,-122.367582,-122.368891,-122.342803852188,-122.321706,-122.262861,-122.269320054917,-122.301804,-122.393588,-122.397581230624,-122.488499639259,-122.491283,-122.499465,-122.452995,-122.488665,-122.486375,-122.448413,-122.41847,-122.483483,-122.537285,-122.60129,-122.678474,-122.70264,-122.754606,-122.797405,-122.856573,-122.939711,-122.97439,-123.011533,-122.960889,-122.953629,-122.987149,-122.986319,-123.003146477056,-123.004122,-123.053504,-123.068437,-123.085572,-123.166428,-123.249797,-123.331899,-123.349612,-123.441774,-123.514784,-123.540922011634,-123.571987,-123.638637,-123.659846,-123.71054,-123.732892,-123.69074,-123.721505,-123.765891,-123.798991,-123.825331,-123.81469,-123.766475,-123.782322,-123.792659,-123.829545,-123.851714,-123.907664,-123.954952,-124.02520517453,-124.035904,-124.068908,-124.087086,-124.139952,-124.187874,-124.258405,-124.34307,-124.363414,-124.353124,-124.365357,-124.409591,-124.387023],"lat":[40.504954,40.659643,40.843618,40.989263,41.048504,41.087159,41.138675,41.189726,41.287695,41.439579,41.4647361884909,41.547761,41.628849,41.709284,41.728801,41.736079,41.7923,41.846432,41.940964,41.99846,41.996146,41.995620816947,41.995137,41.9991725180329,42.001641,41.999108,42.004970062256,42.009247,42.003049,42.004071,42.00846,42.0077647304966,42.007764,42.005766,42.00307,42.000351,41.9971900332726,41.99708,41.99757,41.993323,41.9934832599849,41.993677,41.993785,41.994588,41.99454,41.874891,41.618765,41.183974,40.865899,40.720992,40.32125,40.126363,39.956505,39.7224069247242,39.538852,39.4450457761605,39.3164750119585,39.291258,39.1656267640688,39.1126893740958,39.0674958744683,38.999574,38.933324,38.714734,38.7131509006712,38.5343519277975,38.499914,38.4143919717613,38.26894,37.949019,37.8962242809098,37.602583,37.4649387662445,37.353399,37.030244,36.9712075385903,36.847694,36.459097,36.372562,36.155805,35.999967,35.9635526731109,35.8096292126029,35.809358,35.617605,35.538207,35.424129,35.332012,35.139689,35.001857,34.94304,34.87289,34.8153,34.724848,34.691202,34.580711,34.516521,34.450376,34.450038,34.401329,34.344979,34.305919,34.3031275138817,34.259538,34.239969,34.186928,34.166725,34.134458,34.11154,34.092787,34.0789314062795,34.042615,34.010968,33.957264,33.928499,33.90064,33.864276,33.827778,33.760465,33.719155,33.693022,33.661583,33.60665,33.552231,33.490653,33.4335449999998,33.422726,33.418299,33.405048,33.376628,33.323421,33.288079,33.255597,33.2303,33.159519,33.105335,33.037984,33.031052,33.036542,33.0246287635685,33.023455,32.972064,32.923628,32.901884,32.845155,32.782503,32.747417,32.7410527731766,32.734226,32.741581,32.718763,32.699676,32.6671,32.623353,32.6185781426356,32.583747,32.576261,32.557459,32.534156,32.5856011873821,32.618754,32.671952,32.6769976233918,32.688851,32.669352,32.700051,32.786948,32.822247,32.839547,32.851447,32.849349,32.859447,32.8596735941017,32.900146,32.9755245825488,33.012343,33.093504,33.168437,33.268517,33.365491,33.386629,33.3869649943199,33.440728,33.460556,33.483427,33.4879550239786,33.552224,33.573523,33.605521,33.654319,33.729817,33.743803322895,33.753217,33.736118,33.7152954678275,33.703741,33.712818,33.7211848352577,33.732317,33.735917,33.774715,33.804315,33.883913,33.969111,34.027509,34.039048,34.033255,34.032103,34.001239,34.034215,34.046738953351,34.048167,34.09047,34.094566,34.161728,34.213304,34.252903,34.2563404250143,34.275689,34.321118,34.374064,34.3788375587756,34.395495,34.420995,34.408297,34.395397,34.415997,34.415796,34.408795,34.444641,34.461651,34.473405,34.470623,34.447094,34.522953,34.542794,34.556959,34.554017,34.581035,34.692095,34.730709,34.738072,34.85818,34.904115,34.9751663022687,35.033085,35.078362,35.123805,35.153061,35.175998,35.160459,35.204429,35.247877,35.294184,35.360763,35.430196,35.453743,35.46071,35.57172,35.635399,35.666711,35.71331,35.783106,35.7951862038146,35.844623,35.885618,35.970348,36.014368,36.025156,36.099695,36.165818,36.227407,36.24186,36.30281,36.393603,36.485602,36.582754,36.634559,36.611136,36.682858,36.777543,36.815186,36.8500494437455,36.931552,36.96895,36.97145,36.95115,36.9535956897314,36.955951,37.013949,37.072548,37.101747,37.105141386718,37.11546,37.144099,37.187249,37.248521,37.3149650377439,37.337009,37.374805,37.435941,37.461541,37.492341,37.52134,37.576138,37.612136,37.686433,37.7081325680179,37.7355674652407,37.77113,37.800879,37.80563,37.790724,37.738558,37.729505,37.71501,37.708331,37.707531,37.592501,37.55814,37.504143,37.5213219985908,37.528851,37.581866,37.640771,37.6672730133697,37.667933,37.698695,37.726406,37.755129,37.777244,37.809797,37.830087,37.8938323463208,37.908791,37.905191,37.955672,37.978168,38.007948,38.0092538777817,38.01031,38.051473,38.0603744975312,38.105142,38.143449,38.1420035972533,38.1090944743082,38.108087,38.032165,37.996167,37.966714,37.921881,37.89341,37.852721,37.826728,37.830328,37.875126,37.906604,37.89382,37.935527,37.976657,38.016717,38.031908,37.992429,38.003438,38.112962,38.17567,38.237538,38.273164,38.2957052387145,38.297012,38.299385,38.33521,38.390525,38.474947,38.511045,38.565542,38.596805,38.699744,38.741966,38.7676562160393,38.798189,38.843865,38.872529,38.91323,38.954994,39.021293,39.125327,39.193657,39.271355,39.360814,39.446538,39.552803,39.621486,39.684122,39.723071,39.832041,39.863028,39.922373,40.001299341669,40.013319,40.021307,40.078442,40.11635,40.130542,40.184277,40.243979,40.260974,40.331425,40.374855,40.438076,40.504954]}]],[[{"lng":[-77.119759,-77.041018,-77.002546244247,-76.909393,-76.979497,-77.039006,-77.0390663567647,-77.039099,-77.0902,-77.119759],"lat":[38.934343,38.995548,38.9655317004459,38.892852,38.837812,38.791645,38.8412718895186,38.868112,38.904211,38.934343]}]],[[{"lng":[-81.811693,-81.751266,-81.672338,-81.584599,-81.571151,-81.44351,-81.305054,-81.243232,-81.342192,-81.401889,-81.443915,-81.517404,-81.595334,-81.685243,-81.812536,-81.811693],"lat":[24.568745,24.653517,24.699514,24.736696,24.756354,24.813364,24.755185,24.673998,24.637774,24.623544,24.642677,24.621239,24.593107,24.558676,24.545469,24.568745]}],[{"lng":[-82.01491,-81.983908,-81.868711,-81.918855,-82.028091,-82.01491],"lat":[24.543071,24.580682,24.58412,24.498131,24.498716,24.543071]}],[{"lng":[-82.188031,-82.144099,-82.086643,-82.100757,-82.179454,-82.188031],"lat":[24.574699,24.622481,24.590071,24.533288,24.52947,24.574699]}],[{"lng":[-87.592064,-87.598937,-87.5988289462621,-87.519533,-87.425791,-87.312206,-87.1630806927656,-87.162644,-86.927851,-86.831979,-86.7856919760059,-86.6882409642461,-86.563494,-86.3886446620004,-86.364974,-86.1872480489813,-86.0350381049506,-85.893632,-85.749715,-85.5794975763383,-85.4980015850895,-85.4882982889391,-85.333319,-85.145959,-85.031285,-85.002499,-85.006062,-84.983757,-84.935698,-84.934283,-84.91815,-84.864693,-84.8634638443825,-84.812997,-84.474519,-84.3807541835525,-84.2855145090395,-84.124993,-84.0837530823,-84.007454,-83.820973,-83.743729,-83.6117040588264,-83.499951,-83.3577163136281,-83.3093471215958,-83.1366188582036,-83.131431,-82.877311,-82.6895297984728,-82.5840051864195,-82.4597924354137,-82.459581,-82.4189841121785,-82.218607,-82.229427,-82.200965,-82.210318,-82.180043,-82.143306,-82.094709,-82.0509829816809,-82.040766,-82.042011,-82.028232,-82.018381,-82.015728,-82.049529,-82.041834,-82.032667,-81.994992,-81.943187,-81.9059784394064,-81.902354,-81.868624,-81.808543,-81.763384,-81.732238,-81.668283,-81.633273,-81.56171,-81.528281,-81.507218,-81.444124,-81.42742,-81.443099,-81.434064,-81.4289547376433,-81.42601,-81.410809,-81.396407,-81.3743761280233,-81.288955,-81.270442,-81.2619334605748,-81.256711,-81.2104095965538,-81.163581,-81.1029673517454,-81.046678,-80.966176,-80.907275,-80.787021,-80.7275056700737,-80.647288,-80.583884,-80.525094,-80.587813,-80.606874,-80.604214,-80.589975,-80.547675,-80.4476769492176,-80.383695,-80.330956,-80.3166866116204,-80.253665,-80.1980213526587,-80.153375,-80.138605,-80.116772,-80.0830776297553,-80.046263,-80.038962,-80.033770917966,-80.03212,-80.035763,-80.0355685359398,-80.035363,-80.038863,-80.050363,-80.0615910108261,-80.0758744394432,-80.085565,-80.1086585055892,-80.109566,-80.1129782512854,-80.1150179645,-80.1151289238901,-80.117904,-80.1145142441078,-80.1143852242761,-80.109953,-80.123806,-80.154972,-80.176916,-80.229107,-80.265879,-80.301464,-80.313918,-80.3159759814327,-80.337049,-80.31036,-80.234849,-80.176024,-80.163156,-80.2323905589304,-80.238555,-80.358183,-80.496761,-80.651189,-80.966245,-81.103373,-81.148718,-81.038908,-80.847471,-80.610869,-80.516571,-80.500513,-80.495394,-80.542391,-80.650532,-80.710607,-80.747746,-80.812133,-80.8581700400306,-80.87546,-80.915924,-81.009598,-81.079859,-81.142278,-81.170907,-81.148103,-81.146765,-81.208201,-81.240519,-81.289901,-81.355986,-81.38381,-81.4418647717992,-81.472239,-81.614735,-81.6402369580568,-81.672633,-81.727086,-81.757463,-81.808833,-81.844555,-81.8464852479617,-81.923611,-81.956611,-82.013913,-82.075015,-82.126671,-82.180717,-82.245395,-82.264351,-82.264682,-82.2805412776288,-82.314277,-82.3692013921691,-82.452673,-82.5165854227882,-82.539719,-82.610581,-82.6481706168595,-82.691821,-82.743017,-82.719852,-82.65072,-82.584629,-82.5528872070636,-82.514265,-82.477638,-82.43198,-82.448786,-82.4734467487892,-82.489849,-82.553946,-82.5663804246361,-82.586519,-82.622723,-82.62502,-82.652521,-82.705017,-82.733076,-82.738467,-82.746223,-82.790224,-82.846526,-82.840882,-82.8283546892164,-82.828163,-82.850881,-82.8593849560329,-82.859624,-82.764103,-82.73146,-82.697433,-82.6907950133761,-82.665055,-82.656694,-82.668149,-82.6687114021448,-82.668722,-82.712373,-82.713121,-82.730245,-82.688864,-82.723861,-82.7555738086957,-82.759378,-82.759704,-82.823659,-82.798876,-82.827073,-82.927107,-82.996144,-83.016248,-83.053207,-83.078986,-83.074734,-83.107477,-83.1659218115864,-83.169576,-83.175518,-83.202446,-83.240509,-83.294747,-83.307828,-83.401552,-83.405068,-83.4141265131585,-83.414701,-83.483567,-83.537645,-83.583045,-83.625026,-83.679219,-83.788729,-83.93151,-83.992310340478,-84.000716,-84.06299,-84.0761320719114,-84.124889,-84.179149,-84.20801,-84.289727,-84.366115,-84.341439,-84.3411488331816,-84.333746,-84.349066,-84.423834,-84.470323,-84.535873,-84.57744,-84.564976,-84.604003,-84.692619,-84.776954,-84.876731,-85.045074,-85.15731,-85.2284251330731,-85.259719,-85.352615,-85.40283,-85.416548,-85.38473,-85.389240033232,-85.425956,-85.487764,-85.571907,-85.601178,-85.69681,-85.811219,-85.996102593976,-85.999937,-86.089963,-86.222561,-86.3973796065024,-86.412076,-86.632953,-86.8003513519659,-86.850625,-86.9192047498008,-87.155392,-87.2297658113648,-87.267827,-87.319518,-87.419859,-87.518324,-87.452282,-87.431784,-87.366601,-87.414685,-87.444722,-87.43145,-87.401189,-87.400189,-87.442291,-87.523621,-87.542268,-87.634943,-87.592064],"lat":[30.95146,30.997422,30.9974221769053,30.997552,30.998058,30.998404,30.9990241838776,30.999026,30.997678,30.997354,30.9969829935168,30.9962018900015,30.995202,30.9945282152752,30.994437,30.9940667234622,30.9937496073023,30.993455,30.995282,30.9970287484109,30.9978650493614,30.9979646232873,30.999555,31.000693,31.000647,31.000682,30.977039,30.936984,30.878703,30.834033,30.772082,30.711542,30.7114970146544,30.70965,30.692783,30.6888271970459,30.684809171948,30.678037,30.675943397968,30.6720699684692,30.662603,30.6585269137505,30.6515600937086,30.645663,30.6371378731342,30.6342387666716,30.6238859448931,30.623575,30.609016,30.5978892906418,30.5916365790876,30.5842765283062,30.584264,30.5809166697315,30.564395,30.520814,30.474427,30.424577,30.36861,30.363378,30.360766,30.3683677759449,30.370144,30.403253,30.447385,30.531176,30.601698,30.655544,30.692374,30.750674,30.786074,30.827437,30.821407341502,30.82082,30.792756,30.790016,30.773821,30.749635,30.744644,30.729603,30.715597,30.723359,30.722936,30.709714,30.69802,30.600938,30.522569,30.5061830741652,30.496739,30.482039,30.34004,30.252931,29.91518,29.883106,29.8221234866761,29.784693,29.6706408057043,29.55529,29.426996650452,29.307856,29.14796,29.064262,28.875266,28.7911928713227,28.677875,28.597705,28.459454,28.410856,28.336484,28.257733,28.17799,28.048795,27.860513513361,27.740045,27.597541,27.5573400246076,27.37979,27.2630088036725,27.169308,27.111517,27.072397,26.970534,26.859238,26.8139607527399,26.7817681894199,26.77153,26.676043,26.6450760568884,26.612346,26.569347,26.509549,26.4265270427835,26.3209127698802,26.249259,26.0932938862554,26.087165,26.017023960834,25.9750963322679,25.9728154900106,25.915772,25.8741996346921,25.8726173202879,25.81826,25.762767,25.66549,25.685062,25.732509,25.658373,25.613299,25.539164,25.5326208272661,25.465621,25.389707,25.42196,25.521154,25.452184,25.3370694594127,25.32682,25.153228,24.999324,24.866131,24.707852,24.669463,24.710477,24.772596,24.851753,25.006995,25.095457,25.156674,25.199808,25.206379,25.189097,25.15253,25.147441,25.186039,25.1775203265261,25.174321,25.141301,25.125403,25.118797,25.183,25.245857,25.332793,25.407577,25.504937,25.599041,25.673554,25.703526,25.776751,25.803129028431,25.81693,25.893977,25.8775375792851,25.856654,25.907207,26.000374,26.152246,26.327712,26.3303720485028,26.436658,26.452358,26.452058,26.422059,26.436279,26.476257,26.601094,26.698496,26.756836,26.7893085864431,26.858384,26.9460810256335,27.079359,27.2078263032418,27.254326,27.348817,27.38972,27.437218,27.531086,27.528933,27.523115,27.596021,27.6454475963655,27.705588,27.723004,27.768092,27.810036,27.8175856255273,27.822607,27.848462,27.8363383119142,27.816703,27.779868,27.732706,27.700307,27.62531,27.612972,27.678504,27.731306,27.791603,27.854301,27.937162,28.0188795816569,28.02013,28.102451,28.1721750746045,28.174135,28.244345,28.325075,28.420166,28.4333419257627,28.484434,28.544814,28.622411,28.6943032685852,28.695658,28.720921,28.800283,28.850155,28.905609,28.953506,29.0009301182604,29.006619,29.054192,29.098902,29.114504,29.158425,29.168907,29.178074,29.125371,29.130839,29.196944,29.247975,29.268889,29.2890918426466,29.290355,29.34469,29.394422,29.433178,29.437923,29.468861,29.523291,29.59557,29.6660652244827,29.670536,29.698542,29.72306,29.787307,29.856892,29.918513,29.976982,30.039068,30.0892687377287,30.096209,30.101378,30.0990898837301,30.090601,30.073187,30.084776,30.057197,30.008662,29.962208,29.9607563361054,29.923721,29.896812,29.902996,29.924524,29.910092,29.887828,29.81018,29.786021,29.763039,29.692191,29.655758,29.586991,29.64289,29.669559997762,29.681296,29.659787,29.758782,29.842628,29.920949,29.9241148626037,29.949888,29.961227,30.02644,30.056342,30.09689,30.17832,30.2689013812091,30.27078,30.303569,30.343585,30.3774952804191,30.380346,30.396299,30.3845080873776,30.380967,30.3689914721225,30.327748,30.319632929801,30.31548,30.317814,30.297128,30.280435,30.344097,30.403193,30.436643,30.457289,30.507484,30.550252,30.604383,30.657201,30.692661,30.738285,30.767481,30.865857,30.95146]}]],[[{"lng":[-117.243027,-117.215072,-117.225932,-117.167187,-117.14293,-117.094968,-117.062273,-117.013802,-116.9318,-116.889295186967,-116.865338,-116.833632,-116.858313,-116.841314,-116.78371,-116.783128263267,-116.754643,-116.696047,-116.690926620091,-116.674648,-116.588195,-116.502756,-116.463504,-116.528272,-116.535698,-116.593004,-116.665344,-116.736268,-116.78752,-116.799204532501,-116.859795,-116.886843,-116.915989,-116.942656,-116.981962,-116.935473,-116.923958,-116.962966,-116.964379,-116.99726,-117.062748,-117.035545,-117.036645748421,-117.039771,-117.039777655562,-117.039833386028,-117.039836,-117.040159751863,-117.040490375568,-117.041634,-117.041306446459,-117.041214453461,-117.041107,-117.035289,-117.033671,-117.032939182117,-117.032351,-116.757234,-116.417503,-116.049193,-116.049156520649,-116.049155,-116.048948,-116.048929247776,-116.048911,-116.049153,-116.038565829873,-116.030751,-115.959946,-115.900934,-115.845474,-115.835365,-115.72377,-115.73627,-115.694284,-115.721207,-115.717024,-115.634684,-115.69293,-115.71034,-115.578619,-115.531971,-115.470959,-115.371825,-115.326903,-115.29211,-115.255786,-115.189451,-115.120917,-115.071254,-115.031651,-114.961422906068,-114.927432,-114.943281,-114.880588,-114.79004,-114.76718,-114.699008,-114.676827162695,-114.626695,-114.621483,-114.591247894748,-114.547321,-114.453239,-114.360709,-114.335724935405,-114.320665,-114.331338,-114.351655,-114.403019,-114.384756,-114.422458,-114.431708,-114.441326,-114.449819,-114.445928,-114.514706,-114.5213,-114.460049,-114.480241,-114.441185,-114.402261,-114.413168,-114.388243,-114.422963,-114.517143,-114.562509,-114.504869,-114.499637,-114.53577,-114.538132,-114.523710674935,-114.506341,-114.456764,-114.36852,-114.279217,-114.251836,-114.18647,-114.083149,-114.014973,-114.015633,-113.971565,-113.94832148257,-113.898883,-113.861404,-113.806729,-113.802849,-113.759986,-113.763368,-113.73239,-113.735601,-113.650064,-113.57467,-113.510819,-113.45197,-113.437726,-113.448958,-113.474573,-113.422376,-113.377153,-113.301508,-113.247166,-113.131387,-113.101154,-113.049349,-113.061071,-113.006828,-113.006846,-112.951146,-112.881769,-112.826826881265,-112.821896,-112.828191,-112.735084,-112.707815,-112.601863,-112.473207,-112.387389,-112.358917,-112.286187,-112.221698,-112.125101,-112.034133,-111.870504,-111.807914,-111.704218,-111.617107034305,-111.562814,-111.519126,-111.468833,-111.456947232494,-111.438793,-111.385005,-111.377138236735,-111.323669,-111.26875,-111.224161,-111.201459,-111.143557,-111.122654,-111.048974,-111.049148,-111.048452,-111.04721938442,-111.046515,-111.04611,-111.04536056097,-111.044617,-111.044143,-111.044052705118,-111.043959,-111.043564,-111.045530292713,-111.04708,-111.046689,-111.374129,-111.471381,-111.507806195687,-111.507813035176,-111.750778,-112.109512054212,-112.109532,-112.15917745151,-112.264936,-112.648019,-113.000040139624,-113.000821,-113.249159,-113.496548,-113.817964,-114.041723,-114.28179946722,-114.281855,-114.598267,-114.89921,-115.038109752434,-115.313877,-115.625914,-115.870181,-116.332763,-116.625947,-117.018203216741,-117.026197,-117.026551,-117.026253,-117.026652,-117.026889,-117.025663810446,-117.023577,-116.98554503849,-116.976024,-116.959871,-116.937342,-116.977351,-116.897854677115,-116.895931,-116.902752,-116.965498,-116.971958,-117.059352,-117.121037,-117.170342,-117.216974,-117.211995506953,-117.192203,-117.216911,-117.243027],"lat":[44.390974,44.427162,44.479389,44.523431,44.557236,44.652011,44.727143,44.756841,44.787181,44.8405297781533,44.870599,44.928976,44.978761,45.030907,45.076972,45.07771250501,45.113972,45.254679,45.2689552384449,45.314342,45.44292,45.566608,45.615785,45.681473,45.734231,45.778541,45.781998,45.826179,45.840204,45.8510454354829,45.907264,45.958617,45.995413,46.061,46.084915,46.142448,46.17092,46.19968,46.253282,46.303151,46.353624,46.410012,46.4261004826554,46.471779,46.5417089920381,47.1272689922541,47.154734,47.259272,47.366028886698,47.7353,47.9774559200268,48.0454651038028,48.124904,48.422732,48.656902,48.8466679212015,48.999188,48.999943,49.000099,49.000912,48.5020424817581,48.481247,48.309847,48.2161279479271,48.12493,47.999923,47.9846342564417,47.973349,47.898142,47.843064,47.814967,47.760957,47.696671,47.654762,47.62346,47.576323,47.532693,47.48176,47.457237,47.417784,47.367007,47.314121,47.284873,47.265213,47.255912,47.209861,47.174725,47.131032,47.061237,47.022083,46.971548,46.9328938759708,46.914185,46.867971,46.811791,46.778729,46.738828,46.740223,46.7318387398131,46.712889,46.658143,46.6525747700772,46.644485,46.649266,46.669059,46.6552729673536,46.646963,46.577781,46.508119,46.498675,46.411784,46.387097,46.310744,46.2738,46.237119,46.173933,46.167726,46.125287,46.097104,46.030325,45.988453,45.961489,45.911479,45.88234,45.855381,45.835993,45.779927,45.722176,45.669035,45.650613,45.606834,45.5852330860002,45.559216,45.543983,45.492716,45.480616,45.537812,45.545539,45.603996,45.654008,45.696127,45.700636,45.6825773584415,45.644167,45.62366,45.602146,45.523159,45.480735,45.427732,45.385058,45.325265,45.23471,45.128411,45.099902,45.059247,45.006967,44.953544,44.910846,44.842595,44.834858,44.798985,44.82295,44.764738,44.708578,44.62938,44.577329,44.518439,44.471715,44.416699,44.380315,44.4052024317675,44.407436,44.442472,44.499159,44.503023,44.491015,44.480027,44.448058,44.528847,44.568472,44.543519,44.528527,44.537716,44.564033,44.511716,44.560205,44.5571272484186,44.555209,44.582916,44.679335,44.6956407378395,44.720546,44.755128,44.7511964139636,44.724474,44.668279,44.623402,44.575696,44.535732,44.493659,44.474072,44.374925,44.114831,43.9834527607018,43.908376,43.687848,43.5010514511122,43.31572,43.072364,43.019407032899,42.96445,42.722624,42.5139128777751,42.34942,42.001567,42.000893,41.999739,41.9996856783643,41.9996856683522,41.99933,41.9975980962947,41.997598,41.9986819297378,42.000991,42.000307,41.9982276125391,41.998223,41.996203,41.993305,41.98858,41.99372,41.9942138857579,41.994214,41.994511,41.999909,41.9986341156765,41.996103,41.997415,41.996766,41.997283,41.997379,41.9998398503691,41.99989,42.378557,42.807447,43.025128,43.596033,43.680293635954,43.823811,43.8811848528138,43.895548,43.982925,44.029376,44.085364,44.1526663953914,44.154295,44.179467,44.194126,44.235677,44.237244,44.277585,44.25889,44.288357,44.2964510959383,44.32863,44.360163,44.390974]}]],[[{"lng":[-91.5061679086223,-91.4969574903395,-91.492891,-91.469656,-91.419422,-91.372921,-91.379907,-91.367876,-91.394475,-91.374252,-91.339719,-91.247851,-91.18698,-91.1854606087043,-91.12082,-91.1182229383975,-91.115735,-91.091703,-91.092993,-91.044653,-90.985462,-90.952233,-90.945324,-90.9518941426813,-90.9522654164822,-90.957246,-90.997906,-91.041536,-91.081445,-91.114186,-91.0744154980196,-91.0740876236741,-91.071552,-91.065058,-91.027787,-90.966662,-90.924343,-90.867282,-90.786282,-90.701159,-90.618537,-90.571136,-90.513134,-90.461432,-90.41583,-90.364128,-90.339528,-90.336729,-90.314687,-90.3118568504162,-90.310708,-90.248631,-90.2423682473972,-90.180643,-90.181401,-90.165065,-90.1581530337095,-90.156902,-90.140613,-90.1596824511227,-90.163446,-90.161159,-90.207421,-90.26908,-90.3156965142715,-90.338169,-90.400653,-90.430884,-90.417125,-90.44632,-90.4843456727163,-90.517516,-90.565248,-90.590416,-90.646727,-90.642843,-90.437011,-90.4263769607361,-90.22319,-89.927006876764,-89.926484,-89.8375948863256,-89.493216,-89.4014168110406,-89.3657986076635,-89.042898,-88.9925602268173,-88.940384860378,-88.7764957607352,-88.70738,-88.7073777154018,-88.506912,-88.304692,-88.2169,-88.1995290014485,-87.8977017973003,-87.800477,-87.80337,-87.820858,-87.834769,-87.833377771567,-87.800066,-87.7985894512385,-87.7593265652386,-87.7416899291898,-87.741662,-87.7413552334043,-87.6892756203283,-87.682359,-87.668982,-87.634367533887,-87.624982113481,-87.624052,-87.612291,-87.613556,-87.616293,-87.60945,-87.5883759425147,-87.587077166173,-87.5816026607332,-87.560646,-87.530745,-87.524141,-87.524044,-87.52494,-87.5254093533475,-87.526768,-87.5267678862275,-87.5266481580824,-87.52652,-87.5264633059912,-87.526014,-87.5261364904237,-87.526292,-87.5268757732538,-87.5270652633992,-87.530054,-87.531021612428,-87.532308,-87.5324544938843,-87.532703,-87.532385282791,-87.5316666819744,-87.531624,-87.531646,-87.578331,-87.600397,-87.594745845406,-87.593486,-87.577029,-87.640435,-87.6382934137441,-87.625379,-87.572588,-87.579117,-87.529496,-87.527645,-87.5287176636979,-87.54737,-87.5352570508085,-87.521681,-87.498948,-87.545538,-87.62012,-87.637752,-87.6483567630745,-87.660732,-87.654166,-87.714047,-87.74104,-87.7511059451205,-87.779996,-87.831972,-87.908542,-87.968968,-87.9702008408039,-87.975819,-87.927468,-87.96221,-87.98877,-88.030884,-88.016311,-88.040861,-88.0594694927008,-88.067364,-88.02803,-88.059588,-88.132341,-88.160062,-88.1321634382725,-88.131622,-88.072242,-88.0662503200971,-88.062294,-88.157061,-88.281667,-88.358436,-88.4159021787757,-88.418594,-88.465861,-88.486947,-88.514661,-88.471753,-88.424776,-88.444605,-88.476127,-88.48380327698,-88.4903994463247,-88.531576,-88.5610439294726,-88.61144,-88.693983,-88.753068,-88.835051,-88.9280048294943,-88.931745,-88.9335172147478,-89.000968,-89.058036,-89.099047,-89.168087,-89.1666202120197,-89.128899,-89.132915,-89.195039,-89.257608,-89.307436691173,-89.359456,-89.384175,-89.456105,-89.470525,-89.482889284644,-89.517032,-89.49516,-89.4736794345412,-89.428185,-89.42594,-89.471201,-89.5124,-89.5017910494998,-89.4977459260392,-89.494051,-89.506563,-89.521948,-89.591289,-89.667993,-89.6872213808531,-89.696559,-89.782035,-89.851048,-89.923185,-89.933095790915,-89.974221,-89.95491,-90.008353,-90.080959,-90.126006,-90.2057286258827,-90.218708,-90.252484,-90.2527463239758,-90.322353,-90.3511641450603,-90.363926,-90.372519,-90.349743,-90.3429152667372,-90.3402442817043,-90.288815,-90.271314,-90.260976059287,-90.2552948876694,-90.248913,-90.18451,-90.18111,-90.1815243815314,-90.19521,-90.20991,-90.1665946400156,-90.166409,-90.117707,-90.113327,-90.2072823011856,-90.230336,-90.2765837220256,-90.298711,-90.395816,-90.4509699408919,-90.467784,-90.500117,-90.555693,-90.595354,-90.657254,-90.6615829068768,-90.676397,-90.713629,-90.681086,-90.707902,-90.7232836234127,-90.72996,-90.840106,-90.9353499463686,-90.937419,-91.03827,-91.064305,-91.100307,-91.148275,-91.174232,-91.1828755008197,-91.27614,-91.3057603349652,-91.367753,-91.3646166033233,-91.361571,-91.397853,-91.436051,-91.428956,-91.4368432685991,-91.43709,-91.484064,-91.497663,-91.511956,-91.5061679086223],"lat":[40.2006435127951,40.2487038763728,40.269923,40.322409,40.378264,40.399108,40.45211,40.510479,40.534543,40.58259,40.613488,40.63839,40.637297,40.6381118126235,40.672777,40.6995346508191,40.725168,40.779708,40.821079,40.868356,40.912141,40.954047,41.019279,41.0698727358664,41.07273174967,41.111085,41.162564,41.166138,41.214429,41.250029,41.3336315690407,41.3343208019205,41.339651,41.369101,41.423603,41.430051,41.42286,41.448215,41.452888,41.454743,41.485032,41.516332,41.519533,41.523533,41.562933,41.579633,41.598633,41.664532,41.69483,41.7285328921536,41.742214,41.779805,41.7827687259846,41.811979,41.844647,41.883777,41.9298432273761,41.938181,41.995999,42.0330872575859,42.040407,42.106372,42.149109,42.1745,42.1939464322514,42.203321,42.239293,42.27823,42.319943,42.357041,42.3815977781919,42.403019,42.438742,42.447493,42.471904,42.508481,42.507147,42.5071777352237,42.507765,42.5057904857746,42.505787,42.5049103527915,42.501514,42.5004419310737,42.5000259669515,42.496255,42.4958547198992,42.4954398274712,42.4941366004674,42.493587,42.4935870147696,42.494883,42.4956081727515,42.495923,42.4957560156903,42.4928546046294,42.49192,42.420621,42.361584,42.301522,42.2977737051545,42.208024,42.2060066011656,42.1523619789799,42.1282651594678,42.128227,42.1279554347716,42.0818519403908,42.075729,42.029142,41.9329102403255,41.9068178107036,41.904232,41.893335,41.88448,41.870929,41.845233,41.8110340761664,41.8089264254106,41.8000424127,41.766034,41.748235,41.72399,41.708335,41.529735,41.4702806660617,41.298177,41.2980516024792,41.1660899445116,41.024837,41.0103548179645,40.895582,40.7368850814229,40.535409,40.4912244096904,40.4768822924615,40.250671,40.1480353967457,40.011587,39.8829991187823,39.664868,39.6073049442215,39.4771109927429,39.469378,39.347888,39.340343,39.312904,39.259383616483,39.247452,39.211123,39.166727,39.1574925472025,39.101806,39.057286,39.001607,38.971925,38.907688,38.9059437862892,38.875614,38.8524914649674,38.826576,38.757774,38.677613,38.639489,38.588512,38.5666287160576,38.541092,38.511911,38.47988,38.435576,38.4188492084548,38.370842,38.307241,38.268581,38.237389,38.2302710583858,38.197834,38.151946,38.100054,38.055591,38.030713,37.961574,37.891767,37.8666898040108,37.856051,37.799224,37.742608,37.697142,37.654332,37.57451700083,37.572968,37.528826,37.5041383273482,37.487837,37.466937,37.452596,37.40486,37.4212206377189,37.421987,37.400547,37.339596,37.290948,37.220155,37.149901,37.098601,37.068223,37.0680802698955,37.0679576229479,37.067192,37.0839999809584,37.112745,37.141155,37.154701,37.196486,37.2263897662531,37.227593,37.2275112799146,37.224401,37.188767,37.140967,37.074218,37.0721103437999,37.017908,36.982057,36.989768,37.015496,37.0287594496279,37.042606,37.103267,37.18812,37.253357,37.2609507184141,37.28192,37.324795,37.3348539021946,37.356158,37.407471,37.466473,37.52981,37.5588957193232,37.5699859139282,37.580116,37.62505,37.696475,37.723599,37.759484,37.7964067184393,37.814337,37.855092,37.90398,37.870672,37.8800990582524,37.919217,37.966647,37.970179,38.015428,38.05057,38.0882331831086,38.094365,38.127571,38.1277738262294,38.181593,38.2195444570945,38.236355,38.323354,38.377609,38.3844273200276,38.3870946226363,38.438453,38.496052,38.5185267874078,38.530877711821,38.544752,38.611551,38.65955,38.6603728853105,38.68755,38.72605,38.7724501393051,38.772649,38.805748,38.849306,38.8987323228399,38.91086,38.9193384672116,38.923395,38.960037,38.9613950033245,38.961809,38.910408,38.870785,38.87505,38.92027,38.9347033077532,38.984096,39.053977,39.10059,39.15086,39.2241029700576,39.255894,39.340438,39.3995195289071,39.400803,39.448436,39.494643,39.538695,39.545798,39.591975,39.5982331157954,39.665759,39.6862154700779,39.729029,39.7587182263223,39.787548,39.821122,39.84551,39.907729,39.9452434636785,39.946417,40.019332,40.078257,40.170441,40.2006435127951]}]],[[{"lng":[-96.621875,-96.577937,-96.537851,-96.5404723291933,-96.541689,-96.500308,-96.520246,-96.492693,-96.511605,-96.458201,-96.4520975160537,-96.439335,-96.458854,-96.475571,-96.522084,-96.552963,-96.5590273427097,-96.578823,-96.530392,-96.524289,-96.521572,-96.594254,-96.584603,-96.598928,-96.45326,-96.198484,-96.05316283451,-95.8609462015723,-95.834421,-95.486803,-95.4544322386606,-95.3877875940219,-95.214938,-94.9146134847136,-94.874235,-94.8545550676107,-94.4428499897182,-94.390597,-94.2479674415552,-93.9707615585282,-93.97076,-93.6485330311736,-93.576728,-93.4973513252204,-93.228861,-93.0491920078165,-93.0243479005419,-92.870277,-92.553161,-92.5531280905188,-92.4489479514378,-92.178863,-92.0798019931283,-91.824848,-91.7302169978377,-91.6108350005544,-91.491042,-91.217706,-91.232276,-91.2106633577727,-91.199408,-91.207367,-91.154806,-91.107237,-91.05791,-91.087456,-91.134173,-91.175253,-91.1749349139112,-91.174692,-91.1590843059475,-91.155519,-91.138,-91.09882,-91.070716,-91.017239,-90.941567,-90.8969620271584,-90.852497,-90.743677,-90.700856,-90.672727,-90.642843,-90.646727,-90.590416,-90.565248,-90.517516,-90.4843456727163,-90.44632,-90.417125,-90.430884,-90.400653,-90.338169,-90.3156965142715,-90.26908,-90.207421,-90.161159,-90.163446,-90.1596824511227,-90.140613,-90.156902,-90.1581530337095,-90.165065,-90.181401,-90.180643,-90.2423682473972,-90.248631,-90.310708,-90.3118568504162,-90.314687,-90.336729,-90.339528,-90.364128,-90.41583,-90.461432,-90.513134,-90.571136,-90.618537,-90.701159,-90.786282,-90.867282,-90.924343,-90.966662,-91.027787,-91.065058,-91.071552,-91.0740876236741,-91.0744154980196,-91.114186,-91.081445,-91.041536,-90.997906,-90.957246,-90.9522654164822,-90.9518941426813,-90.945324,-90.952233,-90.985462,-91.044653,-91.092993,-91.091703,-91.115735,-91.1182229383975,-91.12082,-91.1854606087043,-91.18698,-91.247851,-91.339719,-91.374252,-91.394475,-91.367876,-91.379907,-91.372921,-91.419422,-91.498093,-91.519134,-91.563844,-91.608347,-91.618999,-91.670993,-91.685381,-91.7166549876819,-91.729115,-91.939292,-91.9431174596857,-92.17978,-92.3508041867264,-92.453745,-92.6379032935995,-92.686693,-92.714597263045,-92.941595,-93.0972912037498,-93.135802,-93.345442,-93.3743862587638,-93.5568966742717,-93.597352,-93.7743442040303,-93.84093,-94.015492,-94.091085,-94.2322407102083,-94.310724,-94.4712077271232,-94.533878,-94.6320259176948,-94.819978,-94.9148978673616,-95.068921,-95.2022660008303,-95.335588,-95.3739250533987,-95.533182,-95.765645,-95.748626,-95.781909,-95.846034,-95.888697,-95.834156,-95.8342438167144,-95.841309,-95.810709,-95.8187272785699,-95.837774,-95.828329,-95.865878,-95.8647847640853,-95.863839,-95.868688,-95.8618980682094,-95.856788,-95.90969,-95.9099084912548,-95.911391,-95.890152,-95.92569,-95.92879,-95.9273362423201,-95.922529,-95.982962,-95.9940203930119,-96.005079,-96.080493,-96.09182,-96.118105,-96.111483,-96.1079378717465,-96.0876,-96.064537,-96.107911,-96.1268212534654,-96.159098,-96.132537,-96.223611,-96.272877,-96.2689,-96.347752,-96.3372160947059,-96.336323,-96.336003,-96.351957192496,-96.407998,-96.411808,-96.381307,-96.445508,-96.477454,-96.49297,-96.476952,-96.48002247898,-96.526766,-96.591602,-96.624704,-96.621875],"lat":[42.779255,42.827645,42.878475,42.908595697956,42.922576,42.959391,42.977643,43.005089,43.039927,43.067554,43.0825529251945,43.113916,43.143356,43.221054,43.22096,43.247281,43.257555675618,43.291095,43.300034,43.347214,43.38564,43.434153,43.46961,43.500457,43.50039,43.500335,43.5001877081575,43.4999928849056,43.499966,43.500246,43.50032208525,43.5004787289074,43.500885,43.5005958729861,43.500557,43.5005534191522,43.5004785076547,43.500469,43.5001754767076,43.4996050032074,43.499605,43.4995354896751,43.49952,43.4995307245117,43.499567,43.4995574800246,43.49955616363,43.499548,43.5003,43.5003000363123,43.5004149885627,43.500713,43.5007048851766,43.500684,43.5006857009461,43.5006878467793,43.50069,43.50055,43.450952,43.4194417829033,43.403032,43.373659,43.334826,43.313645,43.253968,43.221891,43.174405,43.134665,43.0802603718452,43.038713,42.9874777913228,42.975774,42.903772,42.864421,42.775502,42.719566,42.683844,42.6743180564343,42.664822,42.64556,42.626445,42.576599,42.508481,42.471904,42.447493,42.438742,42.403019,42.3815977781919,42.357041,42.319943,42.27823,42.239293,42.203321,42.1939464322514,42.1745,42.149109,42.106372,42.040407,42.0330872575859,41.995999,41.938181,41.9298432273761,41.883777,41.844647,41.811979,41.7827687259846,41.779805,41.742214,41.7285328921536,41.69483,41.664532,41.598633,41.579633,41.562933,41.523533,41.519533,41.516332,41.485032,41.454743,41.452888,41.448215,41.42286,41.430051,41.423603,41.369101,41.339651,41.3343208019205,41.3336315690407,41.250029,41.214429,41.166138,41.162564,41.111085,41.07273174967,41.0698727358664,41.019279,40.954047,40.912141,40.868356,40.821079,40.779708,40.725168,40.6995346508191,40.672777,40.6381118126235,40.637297,40.63839,40.613488,40.58259,40.534543,40.510479,40.45211,40.399108,40.378264,40.401926,40.432822,40.460988,40.50004,40.539084,40.550937,40.578892,40.603740139296,40.61364,40.60615,40.606060586354,40.600529,40.5972572763761,40.595288,40.5909565470979,40.589809,40.5895828338363,40.587743,40.5838234773251,40.582854,40.580514,40.5803970326092,40.5796594850605,40.579496,40.5775304533911,40.576791,40.5740737070096,40.572897,40.5720146121266,40.571524,40.570959458357,40.570739,40.5717595874,40.573714,40.5749211691113,40.57688,40.578375628996,40.579871,40.5803323779415,40.582249,40.585208,40.603355,40.653272,40.682605,40.736292,40.783016,40.7837843870431,40.845604,40.886681,40.8979480664065,40.924712,40.972378,41.017403,41.0528455046135,41.083507,41.124698,41.1603023482127,41.187098,41.184398,41.1912828508279,41.237998,41.278308,41.322197,41.370096,41.3899879374596,41.455766,41.469778,41.5068906409415,41.544004,41.528199,41.561086,41.613495,41.668548,41.6765089897621,41.72218,41.793002,41.840339,41.8660952477016,41.910057,41.974625,42.022652,42.047238,42.11359,42.166806,42.2148495068956,42.218922,42.264806,42.2808947045433,42.337408,42.410894,42.461694,42.49063,42.509589,42.517282,42.556079,42.5613247765607,42.641184,42.688081,42.725497,42.779255]}]],[[{"lng":[-89.544434,-89.479346,-89.407906,-89.378694,-89.327319777009,-89.324658,-89.278935,-89.227319,-89.199136,-89.1756497723469,-89.165488,-89.202511,-89.15699,-89.1559849090704,-89.155891,-89.147674,-89.120472,-89.1031354483266,-89.098843,-89.132915,-89.128899,-89.1666202120197,-89.168087,-89.099047,-89.058036,-89.000968,-88.9335172147478,-88.931745,-88.9280048294943,-88.835051,-88.753068,-88.693983,-88.61144,-88.5610439294726,-88.531576,-88.4903994463247,-88.48380327698,-88.476127,-88.444605,-88.424776,-88.471753,-88.514661,-88.486947,-88.465861,-88.418594,-88.4159021787757,-88.358436,-88.281667,-88.157061,-88.062294,-88.0662503200971,-88.072242,-88.131622,-88.1321634382725,-88.160062,-88.132341,-88.059588,-88.02803,-87.970262,-87.935861,-87.903804,-87.938128,-87.9253933783054,-87.921744,-87.87254,-87.808013,-87.723635,-87.7132107852903,-87.681633,-87.625851,-87.608479,-87.551277,-87.486347,-87.4486358576095,-87.418585,-87.331765,-87.304057452442,-87.270387407739,-87.25525,-87.180063,-87.137502,-87.105614,-87.057836,-87.043049,-87.010315,-86.9777414251102,-86.927747,-86.875874,-86.8136599412853,-86.810913,-86.779993,-86.722247,-86.658374,-86.6467030578591,-86.615215,-86.599848,-86.509368,-86.525174,-86.521825,-86.4880524671283,-86.471903,-86.434046,-86.4335743640881,-86.387216,-86.356407267971,-86.321274,-86.278656,-86.206439,-86.095766,-86.033386,-85.9973516597543,-85.976028,-85.9517296459155,-85.922395,-85.905164,-85.8959117877356,-85.894764,-85.839664,-85.816164,-85.7945109067701,-85.750962,-85.683561,-85.646201,-85.6344441449773,-85.621625,-85.587758,-85.498866,-85.474354,-85.433136,-85.4329722694261,-85.4156,-85.4314160707522,-85.43617,-85.438742,-85.448862,-85.400481,-85.340953,-85.3326407337514,-85.275454,-85.238665,-85.2017606225486,-85.187278,-85.146861,-85.071928,-85.0210521416742,-84.962535,-84.856904,-84.812877,-84.803247,-84.7986998229523,-84.786406,-84.830472,-84.8644285189917,-84.877762,-84.832617,-84.849445,-84.8775702311248,-84.897171,-84.860689,-84.820157,-84.750749,-84.714048,-84.677247,-84.6222839246308,-84.607928,-84.550844,-84.5065187374369,-84.4991878407024,-84.493743,-84.480943,-84.462042,-84.445242,-84.432941,-84.40094,-84.326539,-84.3212072268568,-84.297255,-84.288164,-84.232132,-84.2323050454035,-84.233265,-84.2261626339635,-84.212904,-84.135088,-84.0526461732196,-84.051642,-83.978814,-83.928454,-83.9043750861048,-83.852085,-83.834015,-83.78362,-83.77216,-83.7058616355856,-83.679484,-83.6469114041267,-83.642994,-83.626922,-83.533339,-83.440404,-83.376302,-83.320531,-83.286514,-83.2642989019587,-83.239515,-83.172647,-83.128973,-83.112372,-83.042338,-83.0303349312311,-83.011816,-82.943147,-82.889193,-82.8822899936093,-82.871192,-82.869592,-82.851314,-82.8115423846504,-82.800112,-82.724846,-82.675724,-82.6641169075157,-82.618474,-82.593673,-82.5959642645,-82.597979,-82.571877,-82.581796,-82.5846938141256,-82.598864,-82.626182,-82.549407,-82.464987,-82.479420123223,-82.487556,-82.41869,-82.3984648162589,-82.369973,-82.327356,-82.3206749571778,-82.296118,-82.226111,-82.141555,-82.064418,-81.968297,-82.201745,-82.309415,-82.3147812713346,-82.355343,-82.449164,-82.5536338262746,-82.558178,-82.565275702797,-82.726294,-82.722254,-82.750715,-82.815748,-82.869183,-82.865192,-82.8836101548798,-82.895445,-83.012587,-83.07559,-83.114693,-83.136395,-83.236399,-83.386099,-83.436508,-83.4609546474638,-83.527112,-83.614513,-83.675413,-83.690714,-83.894421,-83.9307607839439,-83.9876109506828,-83.987842,-84.2271939619983,-84.227332,-84.2613212015047,-84.499938,-84.7784558643505,-84.785341,-84.7853999785503,-84.943948,-84.9748684358374,-85.096128,-85.2762879474994,-85.290627,-85.2958124857275,-85.4364042728859,-85.488353,-85.731862,-85.7885565436139,-85.873857,-85.975713174144,-86.081944,-86.205565269856,-86.4114961989664,-86.507771,-86.551292,-86.5620676518653,-86.606394,-86.7632909641085,-86.813037,-87.0608263443929,-87.1150035566884,-87.3359790500808,-87.347796,-87.6411458970021,-87.64115,-87.6941859078643,-87.853204,-87.849567,-88.011792,-88.070532,-88.055738,-88.033802,-88.050466,-88.0533508007759,-88.127378,-88.4890767387132,-88.51192,-88.5163580599794,-88.8167641573481,-88.8271780363405,-88.8345890228743,-88.964471,-89.211409,-89.3451943195388,-89.417293,-89.539232,-89.571481,-89.544434],"lat":[36.57451,36.566253,36.562345,36.622292,36.6239462887705,36.624032,36.577699,36.569375,36.625649,36.6513192625535,36.662426,36.716618,36.755968,36.7862926633714,36.789126,36.847148,36.891896,36.9447609003223,36.95785,36.982057,37.017908,37.0721103437999,37.074218,37.140967,37.188767,37.224401,37.2275112799146,37.227593,37.2263897662531,37.196486,37.154701,37.141155,37.112745,37.0839999809584,37.067192,37.0679576229479,37.0680802698955,37.068223,37.098601,37.149901,37.220155,37.290948,37.339596,37.400547,37.421987,37.4212206377189,37.40486,37.452596,37.466937,37.487837,37.5041383273482,37.528826,37.572968,37.57451700083,37.654332,37.697142,37.742608,37.799224,37.781856,37.789703,37.817762,37.870651,37.8995914848741,37.907885,37.920999,37.875191,37.892058,37.8830883903665,37.855917,37.851919,37.898794,37.925418,37.920218,37.9338778682149,37.944763,37.908253,37.8934325491223,37.87542282659,37.867326,37.841375,37.807264,37.767631,37.827457,37.875049,37.919668,37.9256992083727,37.934956,37.97077,37.9960344951416,37.99715,37.956522,37.892648,37.869376,37.8649089758978,37.852857,37.906754,37.902887,37.968228,38.038327,38.0436653088997,38.046218,38.086763,38.0871443875795,38.124632,38.1352778367658,38.147418,38.098509,38.021876,38.00893,37.970382,37.9912256022991,38.00356,38.0149401270906,38.028679,38.11107,38.1799269208704,38.188469,38.23977,38.282969,38.2779547357953,38.26787,38.295469,38.342916,38.3783994475748,38.417089,38.450495,38.468242,38.504074,38.523914,38.5241233969879,38.546341,38.5862856131089,38.598292,38.659319,38.713368,38.73598,38.733893,38.7348167543477,38.741172,38.722494,38.6974407918463,38.687609,38.695427,38.741567,38.7585273247139,38.778035,38.790224,38.786087,38.850723,38.8592273902067,38.88222,38.897256,38.9138436410494,38.920357,38.96146,39.000923,39.031262844094,39.052407,39.07814,39.10548,39.147358,39.132659,39.09826,39.0784200416641,39.073238,39.09936,39.101766408188,39.1021644008655,39.10246,39.11676,39.12176,39.114461,39.083961,39.046362,39.027463,39.0205863526894,38.989694,38.955789,38.880483,38.8747078960317,38.842671,38.829777141242,38.805707,38.789485,38.7716146675358,38.771397,38.787104,38.774583,38.7672838752678,38.751433,38.716008,38.695641,38.65815,38.638037865066,38.630036,38.6418519345458,38.643273,38.679387,38.702105,38.669361,38.661473,38.622713,38.599241,38.6131124968875,38.628588,38.620252,38.640231,38.671685,38.708319,38.7168676766561,38.730057,38.74328,38.756076,38.7416192232696,38.718377,38.678177,38.604334,38.5723695895619,38.563183,38.5576,38.515504,38.507715590257,38.477089,38.421809,38.3808897617155,38.344909,38.315781,38.248592,38.2405129933697,38.201007,38.134835,38.063063,37.976859,37.9385625246981,37.916975,37.872375,37.8430541504629,37.801749,37.762233,37.7459658434594,37.686174,37.653092,37.595166,37.544516,37.537798,37.375108,37.300066,37.2959945601175,37.26522,37.243908,37.2014526984459,37.199606,37.1959011068831,37.111852,37.057948,37.024107,37.007196,36.974182,36.920923,36.8973147889158,36.882145,36.847289,36.850589,36.796088,36.743088,36.726887,36.686589,36.666185,36.6661310362733,36.665985,36.633983,36.600814,36.582581,36.586481,36.5876942581124,36.5895922860725,36.5896,36.5921795123551,36.592181,36.592741697267,36.596678,36.6032105122159,36.603372,36.6033754199356,36.612569,36.6145833593172,36.622483,36.6261575408034,36.62645,36.6261495593675,36.618003845027,36.614994,36.620429,36.6217118590347,36.623642,36.6286377186817,36.633848,36.6392468703288,36.6482404228482,36.652445,36.637985,36.6407466739073,36.652107,36.6487206745018,36.647647,36.6447708848516,36.6441420446512,36.6415771604931,36.64144,36.6380360476101,36.638036,36.6368382439437,36.633247,36.663701,36.677025,36.678118,36.630475,36.551733,36.500053,36.4999962506816,36.49854,36.5012837190757,36.501457,36.5014641981633,36.5019514318132,36.5019683222569,36.5019803422593,36.502191,36.50563,36.5013432086369,36.499033,36.497934,36.538087,36.57451]}]],[[{"lng":[-94.0430515276176,-94.043026,-94.0430026215633,-94.042964,-93.8145530134338,-93.8049077746304,-93.723273,-93.5209935537716,-93.4905124001204,-93.377134,-93.2386069623994,-93.197402,-92.988707610715,-92.971137,-92.7247431731793,-92.723553,-92.501383,-92.222825,-92.0691465924813,-92.0691037585613,-91.875128,-91.489176,-91.4603917718319,-91.4359310803318,-91.2645640502205,-91.166073,-91.134414,-91.072075,-91.070602,-91.13789,-91.161669,-91.157614,-91.113652,-91.056999,-91.098762,-91.079506,-91.0552931049499,-91.049312,-91.0487604277637,-91.011275,-91.060516,-91.052907,-90.965986,-90.986672,-90.92117,-90.947834,-90.991227,-91.108509,-91.039472318907,-91.034707,-91.079108,-91.080808,-91.117409,-91.17741,-91.18111,-91.234899,-91.2440151613247,-91.290135,-91.345714,-91.359514,-91.3204587332816,-91.318576,-91.3801245299835,-91.380915,-91.395715,-91.463817,-91.457517,-91.437616,-91.489618,-91.51714,-91.510356,-91.532336,-91.536061,-91.508858,-91.564192,-91.621358,-91.644356,-91.590051,-91.5909938930645,-91.621671,-91.594693,-91.560365,-91.6282572982088,-91.636942,-91.224068,-91.1761401239669,-91.0601274679966,-90.8258291412919,-90.758775,-90.5671954006585,-90.5475744252331,-90.3472410806621,-90.346007,-90.2595549404913,-89.897516,-89.8359078243282,-89.728147,-89.7281756901606,-89.750073,-89.791745,-89.836331,-89.8261803591152,-89.821868,-89.791664,-89.712493,-89.6999320828408,-89.678514,-89.634208,-89.607655,-89.524504,-89.6050884565546,-89.656986,-89.683712,-89.782534,-89.845065,-89.8452971195724,-89.852583,-89.795969,-89.744272,-89.701725,-89.647064,-89.598129,-89.574425,-89.494064,-89.444618,-89.342163,-89.303026,-89.233168,-89.183256,-89.185799,-89.215675,-89.231178,-89.236298,-89.293251,-89.271034,-89.399162,-89.403956,-89.465562,-89.5009667531337,-89.504738,-89.535202,-89.602109,-89.564615,-89.569607,-89.53215,-89.482318,-89.380001,-89.312085,-89.257852,-89.200389,-89.134337,-89.116653,-89.025974,-89.01428,-89.066617,-89.11653,-89.148792,-89.142866,-89.218673,-89.259354,-89.322011,-89.400966,-89.40353,-89.361098,-89.390515,-89.432932,-89.482844,-89.564551,-89.606651,-89.639663,-89.726162,-89.842641,-89.883463,-89.9027063240243,-89.95646,-90.058512,-90.0898354481942,-90.122753,-90.223587,-90.334935,-90.4094709017198,-90.442734,-90.488117,-90.652116,-90.748377,-90.81255,-90.867853,-90.877583,-90.941877,-91.000096,-91.094015,-91.158148,-91.278792,-91.334885,-91.276647,-91.265452,-91.2663226707192,-91.334051,-91.363967,-91.347514,-91.394307,-91.460963,-91.48559,-91.531021,-91.537445,-91.541974,-91.600179,-91.643832,-91.623829,-91.667128,-91.737253,-91.808142,-91.85307,-91.8625569965226,-91.873266,-91.80373,-91.711081,-91.768263,-91.821579,-91.915321,-92.030186,-92.0428943038274,-92.064513,-92.158624,-92.25186,-92.323465,-92.40986,-92.473585,-92.568038,-92.6172344374499,-92.684486,-92.879992,-92.993128,-93.088182,-93.17693,-93.295573,-93.411087,-93.538462,-93.741948,-93.79925,-93.837971,-93.863204,-93.890821,-93.929208,-93.872446,-93.8523098709223,-93.830374,-93.807815,-93.741078,-93.7063357624702,-93.70394,-93.702436,-93.703764,-93.713359,-93.7110621713009,-93.70719,-93.760328,-93.745333,-93.738540238226,-93.702665,-93.710117,-93.729195,-93.684329,-93.685121,-93.629904,-93.617688,-93.569303,-93.558617,-93.5545758543455,-93.530936,-93.549841,-93.539526,-93.531219,-93.540278,-93.535097,-93.5524973075023,-93.6006030873629,-93.602443,-93.613942,-93.67544,-93.668146,-93.697603,-93.749476,-93.725925,-93.787687,-93.8349232144778,-93.834924,-93.816838,-93.803419,-93.85339,-93.8782518953866,-93.909557,-93.977461,-94.029428406596,-94.041833,-94.042681,-94.0426959237401,-94.042739,-94.0427882328053,-94.043083,-94.0430515276176],"lat":[32.6930299766656,32.797476,32.881088978924,33.019219,33.0193890448708,33.0193962254509,33.019457,33.018742293588,33.0186345956663,33.018234,33.0180158799566,33.017951,33.0172509401522,33.017192,33.0143417676748,33.014328,33.01216,33.00908,33.0084824302569,33.0084822636996,33.007728,33.006182,33.0059970557015,33.0058398909721,33.0047388242704,33.004106,32.980533,32.937832,32.888659,32.848975,32.812465,32.776033,32.73997,32.72558,32.685291,32.60068,32.5789835010771,32.573624,32.5727970404214,32.516596,32.512361,32.438442,32.424806,32.35176,32.342073,32.283486,32.214662,32.20815,32.1079681426653,32.101053,32.050255,32.023456,31.987057,31.973257,31.920059,31.876863,31.8697324375039,31.833658,31.842861,31.799362,31.7478006144822,31.745315,31.73262695305,31.732464,31.644165,31.620365,31.587566,31.546166,31.534266,31.498394,31.438928,31.390275,31.338355,31.291644,31.261633,31.267811,31.234414,31.193693,31.1919985656988,31.13687,31.091444,31.049508,31.0050970018952,30.999416,30.999183,30.9992242023186,30.9993239353092,30.9995253553406,30.999583,30.9999450243999,30.9999821017916,31.0003606679808,31.000363,31.0006617812291,31.001913,31.0021014231176,31.002431,31.0023138879841,30.91293,30.820387,30.727197,30.6688232701852,30.644024,30.551524,30.47751,30.454036880786,30.414012,30.308256,30.217096,30.180753,30.1428141575593,30.118381,30.076018,30.045372,30.01841,30.0163818405701,29.952721,29.934003,29.917647,29.874085,29.863602,29.881409,29.983738,30.040972,30.060959,30.059172,30.09157,30.134957,30.149344,30.063934,29.993523,29.925484,29.877081,29.803053,29.756355,29.770592,29.681808,29.651738,29.6334554250588,29.631508,29.648567,29.610295,29.543786,29.494044,29.434567,29.406222,29.391785,29.388038,29.336872,29.344418,29.27934,29.219532,29.215153,29.166913,29.090714,29.074097,29.02967,28.991623,29.022515,29.058358,29.010251,28.933812,29.016964,29.071848,29.123576,29.149023,29.215053,29.242527,29.252023,29.290531,29.304026,29.318823,29.307103,29.293036606496,29.253744,29.183687,29.1644753566211,29.144286,29.085075,29.063803,29.0584443859282,29.056053,29.05876,29.057721,29.04006,29.042138,29.056064,29.104891,29.162373,29.169481,29.187711,29.2181,29.247776,29.298775,29.329825,29.360976,29.361363733346,29.391525,29.420664,29.444438,29.497115,29.469961,29.499116,29.531543,29.565888,29.594353,29.631156,29.630625,29.69924,29.745822,29.74937,29.725097,29.702936,29.6673954637599,29.627277,29.595952,29.569328,29.490362,29.473925,29.518513,29.572669,29.577480288972,29.585665,29.581616,29.539354,29.531497,29.547477,29.561081,29.577397,29.5890590161735,29.605001,29.680285,29.723846,29.749125,29.770487,29.775071,29.767357,29.763299,29.736343,29.71526,29.690619,29.724059,29.761673,29.802952,29.85165,29.8720910043919,29.894359,29.954549,30.021571,30.0521802415309,30.054291,30.112721,30.173936,30.225261,30.2439707156403,30.275513,30.329924,30.397022,30.4022636724808,30.429947,30.5064,30.544842,30.592586,30.625201,30.67994,30.738479,30.802969,30.869424,30.8774695018611,30.924534,30.967118,31.008498,31.051678,31.128868,31.185614,31.1848200234468,31.1826249552688,31.182541,31.259375,31.30104,31.375103,31.428409,31.46869,31.504092,31.527344,31.586210021078,31.586211,31.622509,31.700686,31.805467,31.8442765572456,31.893144,31.926419,31.979686964168,31.992402,32.137956,32.1960049748249,32.363559,32.3922831932812,32.564261,32.6930299766656]}]],[[{"lng":[-76.046213,-76.007337,-75.980089,-75.984648,-76.04653,-76.046213],"lat":[38.025533,38.036706,38.004891,37.938121,37.953586,38.025533]}],[{"lng":[-79.484372,-79.482366,-79.476662,-79.3924584050224,-79.045576,-78.9311751343098,-78.8082995296216,-78.723578,-78.380477064564,-78.3428335185744,-78.342593,-78.0989706961667,-78.075861,-77.768644,-77.469274,-77.4691450036804,-77.4594334195239,-77.23995,-77.2170237552374,-76.9993180263332,-76.991062,-76.7870971997576,-76.715771,-76.5694751172116,-76.41898,-76.2396837411146,-76.233485,-76.2332793471166,-76.1356974269902,-75.8120799848468,-75.788596,-75.7669046067092,-75.766895,-75.7604414164505,-75.7564352155685,-75.7481548142541,-75.7231026933327,-75.707555026429,-75.707551,-75.701777515245,-75.700382,-75.693721,-75.479283,-75.3412873203482,-75.185455,-75.048939,-75.085518,-75.102947,-75.143229,-75.177394,-75.193796,-75.242266,-75.624341,-75.669711,-75.722662,-75.783815,-75.860727,-75.892686,-75.898956,-75.857507,-75.858881,-75.86381,-75.937089,-75.942375,-75.864104,-75.8754473114647,-75.888513,-75.9237660824283,-75.9445,-76.038935,-76.031988,-76.011916,-76.005904,-76.048692,-76.095548,-76.088639,-76.135513,-76.217613,-76.257667,-76.25,-76.280551,-76.33636,-76.277461,-76.290043,-76.279589,-76.231187,-76.203065,-76.165435,-76.1701618745873,-76.175159,-76.200334,-76.238725,-76.275015,-76.322418,-76.347998,-76.340543,-76.39035,-76.379739,-76.310081,-76.271575,-76.219328,-76.19109,-76.196868759948,-76.205063,-76.203638,-76.250868,-76.317947,-76.334019,-76.376202,-76.361727,-76.322296,-76.301847,-76.2650366404087,-76.231765,-76.233457,-76.246481,-76.278527,-76.243166,-76.211253,-76.177704,-76.159673,-76.110527,-76.0614988219557,-76.040962,-76.00688,-76.012312,-76.0376462883158,-76.060931,-76.146373,-76.224161,-76.296609,-76.3254183419569,-76.349994,-76.395509,-76.425281,-76.463483,-76.498384,-76.5040085909181,-76.525785,-76.428681,-76.42186,-76.420394,-76.39408,-76.448981,-76.471281,-76.45028,-76.46938,-76.4739761636555,-76.49068,-76.516944,-76.489878,-76.526979,-76.558743,-76.526655,-76.5270925473942,-76.528923,-76.511278,-76.517506,-76.492699,-76.450937,-76.393378,-76.387002,-76.400194624698,-76.402894,-76.374481,-76.392668,-76.353516,-76.320136,-76.330794,-76.322093,-76.37179,-76.430425,-76.481036,-76.54038,-76.590637,-76.673462,-76.740055,-76.805949,-76.8270361292819,-76.864292,-76.922177,-76.975492,-77.001638,-77.016371,-77.075489,-77.123325,-77.211188,-77.259962,-77.246584,-77.183767,-77.129084,-77.1302,-77.132501,-77.0857847651564,-77.079499,-77.053199,-77.040998,-77.0406725707781,-77.0392398850823,-77.039006,-76.979497,-76.909393,-77.002546244247,-77.041018,-77.119759,-77.146601,-77.202502,-77.249803,-77.2484037049754,-77.248403,-77.310705,-77.3300377059541,-77.359702,-77.462617,-77.481279,-77.519929,-77.521222,-77.485971,-77.459883,-77.4600656264978,-77.496606,-77.553114,-77.588235,-77.66613,-77.6776957620787,-77.719519,-77.74593,-77.740012,-77.798201,-77.8109438962622,-77.823762,-77.829814,-77.925988,-78.006734,-78.0276291001733,-78.08226,-78.225075,-78.313033,-78.3327880214991,-78.382959,-78.438179,-78.460951,-78.4682695950029,-78.590654,-78.6550361715467,-78.707098,-78.73905,-78.77114,-78.851016,-78.942618,-78.956751,-79.035623,-79.0678255734734,-79.091329,-79.166497,-79.2623921171761,-79.283723,-79.35375,-79.424413,-79.486873,-79.484372],"lat":[39.3443,39.531689,39.721078,39.7214393586401,39.722928,39.7229969251733,39.7230709562769,39.723122,39.72270413884,39.7226582929265,39.722658,39.7224661944281,39.722448,39.721538,39.720229,39.72022900225,39.720229171645,39.720233,39.7202172483854,39.7200676723526,39.720062,39.7210481461113,39.721393,39.7214585591053,39.721526,39.7216419899246,39.721646,39.7216462556279,39.7217675506067,39.7221698092499,39.722199,39.3776515935512,39.377499,39.2967896211001,39.2466875371253,39.1431317309597,38.8298265565277,38.6353853550599,38.635335,38.5607669290786,38.542743,38.460128,38.453698,38.4524365259555,38.451012,38.451263,38.32427,38.311525,38.220475,38.130014,38.096013,38.027209,37.994211,37.950796,37.97131,37.972594,37.91831,37.916848,37.974514,38.038778,38.060135,38.100968,38.124209,38.187066,38.200858,38.219709301961,38.241423,38.246285277002,38.249145,38.254932,38.18742,38.122214,38.07717,38.086728,38.125123,38.192649,38.232185,38.305683,38.324855,38.362304,38.403143,38.492235,38.541851,38.569158,38.60952,38.61401,38.610741,38.6102,38.6408420471501,38.673236,38.670774,38.712845,38.712714,38.679304,38.686234,38.730338,38.757004,38.788314,38.796846,38.851771,38.812371,38.82966,38.8557419634207,38.892726,38.928382,38.92825,38.911312,38.860238,38.850461,38.939175,39.006375,39.039651,39.0285509553488,39.018518,39.091385,39.119588,39.145764,39.213362,39.269812,39.298701,39.335909,39.372257,39.3877481141151,39.394237,39.414527,39.453115,39.4526423823093,39.452208,39.40531,39.35278,39.301137,39.2729050860827,39.248822,39.231702,39.205708,39.205908,39.204808,39.199286249126,39.177908,39.131709,39.081442,39.04207,39.011311,38.982811,38.956512,38.941113,38.907613,38.9026933786299,38.884814,38.851157,38.838715,38.787016,38.756352,38.72443,38.7127503012383,38.663889,38.615745,38.539149,38.482849,38.442422,38.389477,38.361267,38.3198719439614,38.311402,38.296348,38.239663,38.178135,38.138339,38.099331,38.036503,38.079565,38.119383,38.115873,38.152991,38.214212,38.234401,38.235227,38.252275,38.2583001006141,38.268945,38.311339,38.347327,38.421952,38.445572,38.42471,38.410646,38.380662,38.435821,38.538341,38.600699,38.614364,38.635017,38.673816,38.7052812818324,38.709515,38.709915,38.737914,38.7466919304829,38.7853363256236,38.791645,38.837812,38.892852,38.9655317004459,38.995548,38.934343,38.96421,38.96791,38.985909,39.0268883542923,39.026909,39.052008,39.055952113491,39.062004,39.076248,39.105658,39.120925,39.161057,39.185665,39.218682,39.2188429438594,39.251045,39.279268,39.301955,39.317008,39.317940817088,39.321314,39.353221,39.401694,39.475719,39.5007391665665,39.525907,39.587288,39.607642,39.601337,39.6206559623441,39.671166,39.658878,39.631001,39.6285275964988,39.622246,39.563524,39.525987,39.5262242704717,39.530192,39.5443822410837,39.555857,39.609697,39.638387,39.554044,39.479614,39.440264,39.473344,39.4728023382159,39.472407,39.400888,39.3262438284674,39.30964,39.278039,39.228171,39.205961,39.3443]}]],[[{"lng":[-84.61622,-84.517895,-84.419696,-84.35602,-84.394038,-84.484128,-84.587572,-84.650783,-84.61622],"lat":[45.89447,45.828543,45.799823,45.771895,45.727623,45.73071,45.8067,45.85921,45.89447]}],[{"lng":[-85.701809,-85.651866,-85.524448,-85.360952,-85.377132,-85.509276,-85.561634,-85.622741,-85.696872,-85.701809],"lat":[45.736129,45.743139,45.829794,45.817554,45.769013,45.596475,45.572213,45.586028,45.69725,45.736129]}],[{"lng":[-86.138095,-86.04443,-85.989412,-85.954021,-85.976883,-86.081487,-86.154824,-86.138095],"lat":[45.043038,45.159582,45.151069,45.119281,45.06266,44.990096,45.002394,45.043038]}],[{"lng":[-86.693267,-86.597899,-86.501322,-86.466262,-86.3663791270383,-86.356218,-86.284448,-86.2769940445315,-86.240642,-86.2286948010023,-86.226638,-86.208309,-86.2085385029097,-86.214138,-86.226305,-86.254646,-86.2739282786714,-86.316259,-86.407832,-86.448743,-86.4635168866811,-86.479276,-86.529507,-86.540787,-86.510319,-86.445123,-86.4354850382583,-86.431198,-86.447915,-86.463136,-86.4632031152485,-86.501738,-86.514702,-86.4580652757377,-86.429871,-86.3913991469087,-86.3878433975288,-86.351638,-86.26871,-86.251926,-86.248914,-86.2370208650165,-86.220697,-86.25395,-86.248474,-86.160268,-86.089186,-86.0784734528105,-86.065966,-86.058862,-85.980219,-85.9316,-85.854304,-85.780439,-85.746444,-85.681096,-85.633124,-85.551072,-85.531461,-85.56613,-85.5551427027088,-85.520034,-85.475204,-85.4314154750083,-85.380659,-85.366749,-85.380464,-85.3778299745968,-85.371593,-85.294848,-85.196704,-85.096056872271,-85.054805,-84.959119,-84.912956,-84.980953,-85.040936,-85.109252,-85.119737,-85.061488,-84.97095,-85.014509,-84.866976,-84.772765,-84.732242,-84.718904,-84.553311,-84.46168,-84.413642,-84.329537,-84.2108933455563,-84.196043,-84.126532,-84.095905,-83.99835,-83.909472,-83.841543,-83.697316,-83.599273,-83.488826,-83.385104,-83.405914,-83.3852110792565,-83.315924,-83.265896,-83.340257,-83.399255,-83.442052,-83.435822,-83.438856,-83.352815,-83.320503,-83.3162661085766,-83.296971,-83.276836,-83.314517,-83.3169625684127,-83.31761,-83.336988,-83.401822,-83.442731,-83.524817,-83.5646457924967,-83.567744,-83.58409,-83.679654,-83.693214,-83.787863,-83.869406,-83.901329352181,-83.910613,-83.929375,-83.94774,-83.909479,-83.817894,-83.731005,-83.6994170918811,-83.683351,-83.529640471734,-83.51234,-83.5060855525428,-83.479567,-83.43261,-83.407146,-83.28231,-83.26153,-83.134881,-83.046577,-83.024604,-82.928884,-82.793205,-82.709839,-82.633641,-82.612224,-82.6064774206084,-82.593785,-82.53993,-82.523086,-82.5060424049551,-82.486042,-82.415937,-82.428603,-82.469912,-82.467483,-82.509935,-82.583996,-82.679059,-82.706371,-82.639701,-82.707885,-82.801022,-82.766004,-82.755927,-82.859316,-82.8594470654881,-82.860210200131,-82.8675319449814,-82.87030495845,-82.870347,-82.92397,-82.9496720986456,-82.988619,-83.096521,-83.0978584962561,-83.1156828414025,-83.133923,-83.133511,-83.185526,-83.1949057141367,-83.216897,-83.269521,-83.326024,-83.341557,-83.39622,-83.441668,-83.424076,-83.453832,-83.5855418421088,-83.763038,-83.7631499920621,-83.8803902452576,-84.134417,-84.3604190413973,-84.3995487854742,-84.438067,-84.806082,-84.805883,-84.8251282838768,-85.196774200302,-85.232835,-85.2921788113335,-85.6597502379909,-85.7913349619628,-85.791363,-86.0625630290106,-86.22607,-86.2260943449874,-86.501773,-86.5242197424429,-86.640044,-86.6413229205208,-86.824828,-86.693267],"lat":[41.835403,41.918291,42.08454,42.134406,42.2431077271809,42.254166,42.394563,42.4193103159263,42.54,42.6295118547012,42.644922,42.762789,42.7675438719157,42.883555,42.988284,43.083409,43.1183679687078,43.195114,43.338436,43.432013,43.4723296995067,43.515335,43.593462,43.644593,43.698625,43.771564,43.8194291980042,43.84072,43.918089,43.970976,43.9710645597197,44.021912,44.058119,44.0992877982953,44.119782,44.173701998925,44.1786855385089,44.229429,44.345324,44.400984,44.483004,44.5182985861447,44.566742,44.64808,44.699046,44.728189,44.741496,44.7784159957531,44.821522,44.911012,44.906136,44.968788,44.938147,44.977932,45.051229,45.092693,45.170899,45.210742,45.177247,45.043633,45.0270345441369,44.973996,44.991053,45.0166494527177,45.046319,45.101591,45.180876,45.2075868169564,45.270834,45.316408,45.360641,45.3630880404348,45.364091,45.375973,45.409776,45.429382,45.436701,45.521626,45.569026,45.639505,45.686334,45.760329,45.752066,45.789301,45.780496853289,45.777599,45.698566,45.652404,45.669427,45.66438,45.6262310178484,45.621456,45.556616,45.497298,45.491158,45.485784,45.435287,45.396239,45.352561,45.355872,45.274195,45.227157,45.207103993148,45.139992,45.026844,45.041545,45.070364,45.051056,45.000012,44.940843,44.886164,44.880571,44.8585914505609,44.758495,44.689354,44.608725,44.5117348478876,44.486058,44.332919,44.301831,44.265361,44.261558,44.163524818403,44.155899,44.056748,44.036365,43.98877,43.985279,43.960719,43.9084270508442,43.89322,43.777091,43.735165,43.672622,43.673789,43.623369,43.6016371502565,43.590584,43.7192449191049,43.733726,43.7451572131399,43.793625,43.885273,43.919807,43.938031,43.973525,43.993147,44.01571,44.045174,44.069389,44.023247,43.948226,43.831224,43.739771,43.690435,43.581467,43.422378,43.225361,43.1688273713115,43.102486,43.005555,42.952001,42.887459,42.76191,42.637294,42.554041,42.52221,42.621107,42.661233,42.675497,42.629545,42.600051,42.564415,42.541935,42.5408532196089,42.5345545050925,42.4741227306931,42.451235,42.450888,42.352068,42.3442642212205,42.332439,42.290138,42.2860113652487,42.2310171461909,42.17474,42.088143,42.052243,42.0332025181647,41.988561,41.939042,41.924961,41.879956,41.852965,41.808646,41.740738,41.732647,41.7287720285128,41.72355,41.7235467977626,41.7201944966129,41.712931,41.7069558826335,41.7059213574056,41.704903,41.696089,41.760216,41.7601990063519,41.759870841803,41.759839,41.7597552747018,41.759236686047,41.7590510395575,41.759051,41.759653033158,41.760016,41.7600159591164,41.759553,41.7595721559735,41.759671,41.7596749381428,41.76024,41.835403]}],[{"lng":[-89.221332,-89.179154,-89.018303,-88.940886,-88.893701,-88.816084,-88.728198,-88.631908,-88.547033,-88.425162,-88.427373,-88.55044,-88.579172,-88.718555,-88.852923,-88.898986,-89.044463,-89.157738,-89.201812,-89.255202,-89.221332],"lat":[47.908069,47.93503,47.992525,48.01959,48.03477,48.057006,48.101914,48.148307,48.174891,48.21065,48.166764,48.102111,48.040758,47.995134,47.965322,47.900685,47.85575,47.824015,47.850243,47.876102,47.908069]}],[{"lng":[-90.418136,-90.327626,-90.237609,-90.04542,-89.918466,-89.8838676380105,-89.831956,-89.720277,-89.642255,-89.569808,-89.49908,-89.415154,-89.227914,-89.142595,-89.02893,-88.959409,-88.9333684513417,-88.924492,-88.88914,-88.814834,-88.69966,-88.584912,-88.5129465056361,-88.50078,-88.418673,-88.285195,-88.217822,-88.085252,-87.929269,-87.801184,-87.680067,-87.591498,-87.604704,-87.800294,-87.941613,-87.94336,-88.016478,-88.096851,-88.194218,-88.2004506759337,-88.239895,-88.340052,-88.385606,-88.4393631859438,-88.455404,-88.477935,-88.372681,-88.244437,-88.143688,-88.065192,-88.0445216822815,-87.900339,-87.77693,-87.687164,-87.595307,-87.573203,-87.503025,-87.381649,-87.366767,-87.175065,-87.1163595894707,-86.976958,-86.903742,-86.810967,-86.750157,-86.695645,-86.62738,-86.557731,-86.45993,-86.188024,-86.138295,-85.995044,-85.8646071413292,-85.841057,-85.482096,-85.25686,-85.2378731773596,-85.173042,-84.964652,-85.028291,-85.027374,-84.969464,-84.849767,-84.678423,-84.607945,-84.493401,-84.461827,-84.420274,-84.293016,-84.193729,-84.117925,-84.125026,-84.138906,-84.097766,-84.108089,-84.114941,-84.026536,-83.974012,-83.882303,-83.815826,-83.719791,-83.598612,-83.480639,-83.526347,-83.583052,-83.65766,-83.80104,-83.910838,-84.080071,-84.1146065625188,-84.254952,-84.376429,-84.480436,-84.567493,-84.632855,-84.734002,-84.706383,-84.792763,-84.917484,-85.003597,-85.152027,-85.266385,-85.381394,-85.540858,-85.648581,-85.697203,-85.810442,-85.8658399219427,-85.913769,-86.072067,-86.278007,-86.349134,-86.439661,-86.4598805177494,-86.54143,-86.616972,-86.636895,-86.712328,-86.705184,-86.647319,-86.773279,-86.838746,-86.964275,-87.070442,-87.172241,-87.2534496287802,-87.288726,-87.350852,-87.465201,-87.548964,-87.590208,-87.648191,-87.695055,-87.741805,-87.71148,-87.667423,-87.657349,-87.706767,-87.750928,-87.800464,-87.863489,-87.85683,-87.847429,-87.805773,-87.804203,-87.787292,-87.777671,-87.824676,-87.781007,-87.805076,-87.8330494680353,-87.879812,-87.96697,-87.995876,-88.048514,-88.057010465949,-88.105518,-88.135067,-88.073944,-88.115346,-88.1168565373761,-88.178008,-88.246307,-88.30952,-88.380183,-88.409864,-88.526673,-88.59386,-88.613063,-88.65776,-88.679132,-88.6832322084994,-88.739994,-88.811948,-88.9327684510096,-88.991217028396,-89.09163,-89.638416,-89.9291256256648,-90.120489,-90.158241,-90.214866,-90.285707,-90.331887,-90.387228,-90.418136],"lat":[46.566094,46.607744,46.624485,46.668272,46.740324,46.7658114466678,46.804053,46.830413,46.82534,46.831859,46.841621,46.843983,46.912954,46.984859,47.00114,47.008496,47.033599097856,47.042156,47.100575,47.141399,47.204831,47.242361,47.286107247715,47.293503,47.371188,47.422392,47.448738,47.468961,47.478737,47.473301,47.455685,47.424113,47.388625,47.392148,47.390073,47.335899,47.306275,47.261351,47.209242,47.199716895982,47.139436,47.080494,47.004522,46.9419824250004,46.923321,46.85056,46.872277,46.929612,46.966665,46.918563,46.9174499452762,46.909686,46.876726,46.841742,46.78295,46.720471,46.647497,46.580059,46.507303,46.497548,46.5061514021205,46.526581,46.466138,46.449663,46.479109,46.555026,46.53371,46.487434,46.551928,46.654008,46.672935,46.673676,46.6865683155134,46.688896,46.680432,46.75338,46.7557027812565,46.763634,46.772845,46.675125,46.553756,46.47629,46.460245,46.487694,46.456747,46.440313,46.466566,46.501077,46.492803,46.53992,46.517619,46.470143,46.372221,46.256512,46.241238,46.174114,46.131648,46.081552,46.042065,46.108529,46.101031,46.090085,45.996164,45.918636,45.915919,45.945463,45.937582,45.965613,45.970822,45.9679083747954,45.956068,45.931962,45.977764,45.947702,45.951007,45.907026,45.848658,45.858691,45.93067,46.00613,46.050725,46.065779,46.082044,46.079581,45.983695,45.960158,45.980087,45.9475710731853,45.919439,45.965313,45.942057,45.83416,45.760669,45.750226550596,45.70811,45.620581,45.542053,45.610939,45.690901,45.732618,45.811385,45.722307,45.672761,45.718779,45.661788,45.5501155908891,45.501606,45.407743,45.273351,45.191591,45.095264,45.106368,45.150522,45.197051,45.245224,45.31636,45.368752,45.383827,45.355037,45.353608,45.35302,45.393106,45.444177,45.473139,45.524676,45.574906,45.609204,45.653211,45.673934,45.703556,45.7227525753469,45.754843,45.764021,45.795435,45.782549,45.7849770301437,45.798839,45.821694,45.875593,45.922211,45.9228112422627,45.947111,45.962983,45.959369,45.991654,45.979688,46.020822,46.015132,45.990627,45.989287,46.013538,46.0144656703203,46.027308,46.021609,46.072107163776,46.096536354436,46.138505,46.243804,46.2999157284081,46.336852,46.420485,46.499947,46.518846,46.553278,46.533663,46.566094]}]],[[{"lng":[-95.765645,-95.533182,-95.3739250533987,-95.335588,-95.2022660008303,-95.068921,-94.9148978673616,-94.819978,-94.6320259176948,-94.533878,-94.4712077271232,-94.310724,-94.2322407102083,-94.091085,-94.015492,-93.84093,-93.7743442040303,-93.597352,-93.5568966742717,-93.3743862587638,-93.345442,-93.135802,-93.0972912037498,-92.941595,-92.714597263045,-92.686693,-92.6379032935995,-92.453745,-92.3508041867264,-92.17978,-91.9431174596857,-91.939292,-91.729115,-91.7166549876819,-91.685381,-91.670993,-91.618999,-91.608347,-91.563844,-91.519134,-91.498093,-91.419422,-91.469656,-91.492891,-91.4969574903395,-91.5061679086223,-91.511956,-91.497663,-91.484064,-91.43709,-91.4368432685991,-91.428956,-91.436051,-91.397853,-91.361571,-91.3646166033233,-91.367753,-91.3057603349652,-91.27614,-91.1828755008197,-91.174232,-91.148275,-91.100307,-91.064305,-91.03827,-90.937419,-90.9353499463686,-90.840106,-90.72996,-90.7232836234127,-90.707902,-90.681086,-90.713629,-90.676397,-90.6615829068768,-90.657254,-90.595354,-90.555693,-90.500117,-90.467784,-90.4509699408919,-90.395816,-90.298711,-90.2765837220256,-90.230336,-90.2072823011856,-90.113327,-90.117707,-90.166409,-90.1665946400156,-90.20991,-90.19521,-90.1815243815314,-90.18111,-90.18451,-90.248913,-90.2552948876694,-90.260976059287,-90.271314,-90.288815,-90.3402442817043,-90.3429152667372,-90.349743,-90.372519,-90.363926,-90.3511641450603,-90.322353,-90.2527463239758,-90.252484,-90.218708,-90.2057286258827,-90.126006,-90.080959,-90.008353,-89.95491,-89.974221,-89.933095790915,-89.923185,-89.851048,-89.782035,-89.696559,-89.6872213808531,-89.667993,-89.591289,-89.521948,-89.506563,-89.494051,-89.4977459260392,-89.5017910494998,-89.5124,-89.471201,-89.42594,-89.428185,-89.4736794345412,-89.49516,-89.517032,-89.482889284644,-89.470525,-89.456105,-89.384175,-89.359456,-89.307436691173,-89.257608,-89.195039,-89.132915,-89.098843,-89.1031354483266,-89.120472,-89.147674,-89.155891,-89.1559849090704,-89.15699,-89.202511,-89.165488,-89.1756497723469,-89.199136,-89.227319,-89.278935,-89.324658,-89.327319777009,-89.378694,-89.407906,-89.479346,-89.544434,-89.571481,-89.539232,-89.521021,-89.542337,-89.51038,-89.522695,-89.5450313339691,-89.600544,-89.611819,-89.554289,-89.602374,-89.678046,-89.69263,-89.6276414416754,-89.623804,-89.592102,-89.64302,-89.680029,-89.692437,-89.733095,-89.901183,-89.9593752951737,-90.103842,-90.2889479152728,-90.368718,-90.339343,-90.294492,-90.235585,-90.220425,-90.1891279822169,-90.155928,-90.114922,-90.06398,-90.063526,-90.066136,-90.131038,-90.141399,-90.153871,-90.2207490539154,-90.494575,-90.5761790655673,-90.765672,-90.7842441551312,-91.017974,-91.1265388745647,-91.404915,-91.4071374435175,-91.4500049181374,-91.64259,-91.6723424564437,-91.985802,-92.1204291043881,-92.1503062495012,-92.350277,-92.5291365810437,-92.564238,-92.7723338933721,-92.838876,-92.8540491149849,-93.125969,-93.293447355634,-93.3153271065291,-93.426989,-93.5842815473557,-93.700171,-93.8667582116711,-93.95919,-94.0770882668935,-94.361203,-94.617919,-94.617815,-94.6179917784172,-94.618307,-94.617964,-94.618102891103,-94.618351,-94.6177538916066,-94.6176676047008,-94.617511,-94.6178455243542,-94.6178724508981,-94.617885,-94.614465,-94.6141002487055,-94.6139299610558,-94.612614,-94.6127726289929,-94.612866,-94.6128655959221,-94.6119580183223,-94.6094896723458,-94.609456,-94.6089603437495,-94.608334,-94.607870353374,-94.607354,-94.591933,-94.6019379819211,-94.623934,-94.680336,-94.741938,-94.7919946737433,-94.799663,-94.825663,-94.857072,-94.908065,-94.888972,-94.946662,-94.9657474186335,-94.982144,-95.049845,-95.091419402824,-95.113557,-95.076688,-95.047165,-95.0440507525704,-95.037464,-94.971317,-94.971078,-94.899316,-94.860371,-94.871144,-94.8778175298512,-94.878677,-94.928466,-94.95154,-94.9933742397144,-95.018743,-95.081534,-95.142445,-95.231114,-95.30829,-95.348777,-95.382957,-95.414734,-95.394216,-95.432165,-95.48102,-95.472548,-95.54716,-95.5478703162703,-95.5481820011801,-95.553292,-95.598657,-95.653729,-95.641027,-95.649418,-95.684363,-95.694726,-95.7122803718011,-95.714291,-95.75711,-95.765645],"lat":[40.585208,40.582249,40.5803323779415,40.579871,40.578375628996,40.57688,40.5749211691113,40.573714,40.5717595874,40.570739,40.570959458357,40.571524,40.5720146121266,40.572897,40.5740737070096,40.576791,40.5775304533911,40.579496,40.5796594850605,40.5803970326092,40.580514,40.582854,40.5838234773251,40.587743,40.5895828338363,40.589809,40.5909565470979,40.595288,40.5972572763761,40.600529,40.606060586354,40.60615,40.61364,40.603740139296,40.578892,40.550937,40.539084,40.50004,40.460988,40.432822,40.401926,40.378264,40.322409,40.269923,40.2487038763728,40.2006435127951,40.170441,40.078257,40.019332,39.946417,39.9452434636785,39.907729,39.84551,39.821122,39.787548,39.7587182263223,39.729029,39.6862154700779,39.665759,39.5982331157954,39.591975,39.545798,39.538695,39.494643,39.448436,39.400803,39.3995195289071,39.340438,39.255894,39.2241029700576,39.15086,39.10059,39.053977,38.984096,38.9347033077532,38.92027,38.87505,38.870785,38.910408,38.961809,38.9613950033245,38.960037,38.923395,38.9193384672116,38.91086,38.8987323228399,38.849306,38.805748,38.772649,38.7724501393051,38.72605,38.68755,38.6603728853105,38.65955,38.611551,38.544752,38.530877711821,38.5185267874078,38.496052,38.438453,38.3870946226363,38.3844273200276,38.377609,38.323354,38.236355,38.2195444570945,38.181593,38.1277738262294,38.127571,38.094365,38.0882331831086,38.05057,38.015428,37.970179,37.966647,37.919217,37.8800990582524,37.870672,37.90398,37.855092,37.814337,37.7964067184393,37.759484,37.723599,37.696475,37.62505,37.580116,37.5699859139282,37.5588957193232,37.52981,37.466473,37.407471,37.356158,37.3348539021946,37.324795,37.28192,37.2609507184141,37.253357,37.18812,37.103267,37.042606,37.0287594496279,37.015496,36.989768,36.982057,36.95785,36.9447609003223,36.891896,36.847148,36.789126,36.7862926633714,36.755968,36.716618,36.662426,36.6513192625535,36.625649,36.569375,36.577699,36.624032,36.6239462887705,36.622292,36.562345,36.566253,36.57451,36.538087,36.497934,36.461934,36.420103,36.378356,36.344789,36.344271398663,36.342985,36.309088,36.277751,36.238106,36.248284,36.224959,36.185460316606,36.183128,36.135637,36.10362,36.082494,36.020507,36.000608,35.999365,35.9990141101569,35.998143,35.9965140042114,35.995812,36.047112,36.112949,36.139474,36.184764,36.1989866086674,36.214074,36.265595,36.303038,36.356911,36.386272,36.415069,36.459874,36.495344,36.4959375921945,36.498368,36.498405927798,36.498494,36.4984622001291,36.498062,36.4977977010194,36.49712,36.4971407119486,36.4975402131847,36.499335,36.4992566337989,36.498431,36.4981931239997,36.4981403333242,36.497787,36.4981656829853,36.49824,36.4980831540794,36.498033,36.4980233811416,36.497851,36.4982593752343,36.4983127262979,36.498585,36.4989016786283,36.499135,36.4988661646849,36.498717,36.4989759572219,36.4996,36.499414,36.612604,36.6679212723442,36.76656,36.998905,37.0567963908729,37.160211,37.338418,37.3641703270387,37.410909,37.6535777966344,37.6731107003321,37.682214,37.987799,38.0370565833813,38.0600529598965,38.237766,38.3887184827318,38.477571,38.4776021802351,38.5476344342717,38.7381017094732,38.7407,38.847211315445,38.981806,39.0440850964785,39.113444,39.155003,39.1555032334638,39.156603,39.184303,39.170203,39.2012602502402,39.206018,39.241729,39.273825,39.323663,39.392432,39.399717,39.4216817446564,39.440552,39.494415,39.53325788521,39.553941,39.576764,39.595117,39.6136682968209,39.652905,39.68641,39.723146,39.724042,39.74953,39.772994,39.8204147760355,39.826522,39.876344,39.900533,39.8985652599923,39.897372,39.861718,39.89542,39.943784,39.999998,40.029297,40.027112,40.06982,40.108263,40.141025,40.188524,40.236078,40.259066,40.2627834608198,40.2644146728427,40.291158,40.309809,40.322582,40.366399,40.396149,40.463366,40.493602,40.5237544262074,40.527208,40.52599,40.585208]}]],[[{"lng":[-116.049193,-115.501016,-115.207912,-114.727045223277,-114.678217,-114.375977,-114.180211,-114.06817845428,-113.907487,-113.692982,-113.375925,-113.116356,-112.193410195914,-112.143769,-111.854088,-111.500812,-111.269862000829,-111.003916,-110.743064,-110.531615,-110.438151,-110.171595,-109.500737,-109.489549778986,-109.250722,-109.000708,-108.543194,-108.236393,-107.704696,-107.441017,-107.363582,-107.179812012538,-106.617539,-106.233987,-106.112063323684,-106.050543,-105.775808,-105.355888,-105.265192,-105.057641716691,-104.875527,-104.543636,-104.048736,-104.0489,-104.048087568832,-104.047555,-104.046782161706,-104.045692,-104.044093272821,-104.044093215348,-104.043933,-104.042384,-104.043912,-104.044976716405,-104.045313,-104.045308309869,-104.044788,-104.045542,-104.045572,-104.045385103689,-104.045125413323,-104.045045,-104.045469,-104.045465958928,-104.045443,-104.044133156107,-104.043776,-104.042597,-104.041937,-104.041764,-104.040358,-104.040135756493,-104.039977,-104.039138,-104.057698,-105.025266,-105.038252188274,-105.076600952254,-105.848065,-106.024880029032,-106.263586,-106.263715092465,-106.888773,-107.351441,-107.911522788162,-107.997353,-108.248527738096,-108.500679,-108.62149349473,-109.062262,-109.103445,-109.574321,-109.798483772435,-109.99505,-110.324441,-110.705272,-110.785008,-111.044275,-111.04431854543,-111.056888,-111.055511,-111.055332727124,-111.055208,-111.048974,-111.122654,-111.143557,-111.201459,-111.224161,-111.26875,-111.323669,-111.377138236735,-111.385005,-111.438793,-111.456947232494,-111.468833,-111.519126,-111.562814,-111.617107034305,-111.704218,-111.807914,-111.870504,-112.034133,-112.125101,-112.221698,-112.286187,-112.358917,-112.387389,-112.473207,-112.601863,-112.707815,-112.735084,-112.828191,-112.821896,-112.826826881265,-112.881769,-112.951146,-113.006846,-113.006828,-113.061071,-113.049349,-113.101154,-113.131387,-113.247166,-113.301508,-113.377153,-113.422376,-113.474573,-113.448958,-113.437726,-113.45197,-113.510819,-113.57467,-113.650064,-113.735601,-113.73239,-113.763368,-113.759986,-113.802849,-113.806729,-113.861404,-113.898883,-113.94832148257,-113.971565,-114.015633,-114.014973,-114.083149,-114.18647,-114.251836,-114.279217,-114.36852,-114.456764,-114.506341,-114.523710674935,-114.538132,-114.53577,-114.499637,-114.504869,-114.562509,-114.517143,-114.422963,-114.388243,-114.413168,-114.402261,-114.441185,-114.480241,-114.460049,-114.5213,-114.514706,-114.445928,-114.449819,-114.441326,-114.431708,-114.422458,-114.384756,-114.403019,-114.351655,-114.331338,-114.320665,-114.335724935405,-114.360709,-114.453239,-114.547321,-114.591247894748,-114.621483,-114.626695,-114.676827162695,-114.699008,-114.76718,-114.79004,-114.880588,-114.943281,-114.927432,-114.961422906068,-115.031651,-115.071254,-115.120917,-115.189451,-115.255786,-115.29211,-115.326903,-115.371825,-115.470959,-115.531971,-115.578619,-115.71034,-115.69293,-115.634684,-115.717024,-115.721207,-115.694284,-115.73627,-115.72377,-115.835365,-115.845474,-115.900934,-115.959946,-116.030751,-116.038565829873,-116.049153,-116.048911,-116.048929247776,-116.048948,-116.049155,-116.049156520649,-116.049193],"lat":[49.000912,49.000694,48.999228,49.0005870038886,49.000725,49.00139,48.999703,48.9993558816638,48.998858,48.997632,48.998562,48.998462,48.9988937766337,48.998917,48.998067,48.996963,48.9972297868116,48.997537,48.9980081121848,48.99839,48.999188,48.999262,49.00044,49.0004208038805,49.000011,48.999234,48.999377,48.9995581173014,48.999872,48.999363,49.000019,48.9999116017474,48.999583,48.999423,48.9992794384003,48.999207,48.999637,48.999357,48.9995,48.9992288873925,48.998991,48.999541,48.999877,48.847387,48.6340123733986,48.49414,48.3893007311455,48.241415,47.9961071741871,47.9960983555647,47.971515,47.803256,47.603229,47.3970692012824,47.331955,47.330127858806,47.12743,46.933887,46.713881,46.6415010591218,46.540929928549,46.509788,46.324545,46.2801880482107,45.94531,45.8819762583498,45.864707,45.749998,45.557915,45.490789,45.335946,45.2128907620416,45.124988,44.99852,44.997431,45.00029,45.0002916729918,45.0002966134074,45.000396,44.9975841235561,44.993788,44.9937884330015,44.995885,45.001407,45.0015440046114,45.001565,45.0006298179128,44.999691,44.9996763710215,44.999623,45.005904,45.002631,45.002920308285,45.003174,44.999156,44.992324,45.002952,45.001345,45.0008800033077,44.866658,44.725343,44.6662623099175,44.624927,44.474072,44.493659,44.535732,44.575696,44.623402,44.668279,44.724474,44.7511964139636,44.755128,44.720546,44.6956407378395,44.679335,44.582916,44.555209,44.5571272484186,44.560205,44.511716,44.564033,44.537716,44.528527,44.543519,44.568472,44.528847,44.448058,44.480027,44.491015,44.503023,44.499159,44.442472,44.407436,44.4052024317675,44.380315,44.416699,44.471715,44.518439,44.577329,44.62938,44.708578,44.764738,44.82295,44.798985,44.834858,44.842595,44.910846,44.953544,45.006967,45.059247,45.099902,45.128411,45.23471,45.325265,45.385058,45.427732,45.480735,45.523159,45.602146,45.62366,45.644167,45.6825773584415,45.700636,45.696127,45.654008,45.603996,45.545539,45.537812,45.480616,45.492716,45.543983,45.559216,45.5852330860002,45.606834,45.650613,45.669035,45.722176,45.779927,45.835993,45.855381,45.88234,45.911479,45.961489,45.988453,46.030325,46.097104,46.125287,46.167726,46.173933,46.237119,46.2738,46.310744,46.387097,46.411784,46.498675,46.508119,46.577781,46.646963,46.6552729673536,46.669059,46.649266,46.644485,46.6525747700772,46.658143,46.712889,46.7318387398131,46.740223,46.738828,46.778729,46.811791,46.867971,46.914185,46.9328938759708,46.971548,47.022083,47.061237,47.131032,47.174725,47.209861,47.255912,47.265213,47.284873,47.314121,47.367007,47.417784,47.457237,47.48176,47.532693,47.576323,47.62346,47.654762,47.696671,47.760957,47.814967,47.843064,47.898142,47.973349,47.9846342564417,47.999923,48.12493,48.2161279479271,48.309847,48.481247,48.5020424817581,49.000912]}]],[[{"lng":[-72.018926,-71.926802,-71.917281,-72.034754,-72.018926],"lat":[41.274114,41.290122,41.251333,41.234818,41.274114]}],[{"lng":[-79.761951,-79.627484,-79.453533,-79.381943,-79.283364,-79.193232,-79.138569,-79.1359444040216,-79.111361,-79.06376,-79.04886,-78.972378,-78.904843,-78.851355,-78.8568849923499,-78.865656,-78.882557,-78.912458,-78.909159,-78.927957,-78.961761,-79.019964,-79.00545,-79.018246,-79.0195778848943,-79.074467,-79.060206,-79.0552524409396,-79.044567,-79.052868,-79.070469,-78.834061,-78.547395,-78.4655511875961,-78.329374,-78.145195,-77.9955897949384,-77.994838,-77.816533,-77.8082634096072,-77.760231,-77.660359,-77.551022,-77.50092,-77.3760519959534,-77.341092,-77.264177,-77.130429,-76.999691,-76.952174,-76.841675,-76.769025,-76.7220025657128,-76.684856,-76.630774,-76.6172137325776,-76.515882,-76.417581,-76.370942837669,-76.368849,-76.319701,-76.235834,-76.203473,-76.196596,-76.2014825473857,-76.213205,-76.229268,-76.296758,-76.361037,-76.441848,-76.412138,-76.279314,-76.307674,-76.37556,-76.361836,-76.370706,-76.355679,-76.334584,-76.286547,-76.206777,-76.164265,-76.161833,-76.097351,-76.000998,-75.94954,-75.8612711928347,-75.834126,-75.807778,-75.76623,-75.567413,-75.423943,-75.333744,-75.255517,-75.142958,-75.066245,-75.005155,-74.992756,-74.907956,-74.834669,-74.74464,-74.725813431619,-74.6447393198257,-74.611048,-74.436934,-74.234136,-74.0274314133685,-73.874597,-73.639718,-73.343124,-73.34474,-73.338979,-73.379822,-73.365678,-73.34201248395,-73.33443,-73.357671,-73.36556,-73.389966,-73.367275,-73.3626828127438,-73.3479832324265,-73.312871,-73.293613,-73.320954,-73.334637,-73.324229,-73.3174559746651,-73.316618,-73.349889,-73.395399,-73.3998685693646,-73.416319,-73.43688,-73.405977,-73.411248,-73.407742,-73.374051,-73.390302,-73.3825261495399,-73.350707,-73.3611071516843,-73.393723,-73.414546,-73.424977,-73.395767,-73.327702,-73.292113,-73.242042,-73.252832,-73.2553558380576,-73.26978,-73.2700087311636,-73.273832807021,-73.278673,-73.290944,-73.264957,-73.3070040761806,-73.3525249549442,-73.352527,-73.3835056572836,-73.4106444074273,-73.508142,-73.4896799420321,-73.487314,-73.505008,-73.5179187906382,-73.520017,-73.5296777143013,-73.536969,-73.5431473462655,-73.5431832079963,-73.5433065806917,-73.5441511864006,-73.550961,-73.482709,-73.6959358021696,-73.727775,-73.659533,-73.659362,-73.6573740092614,-73.657336,-73.697974,-73.756776,-73.766276,-73.7411972449486,-73.713674,-73.654372,-73.617571,-73.499941,-73.4973510386263,-73.485365,-73.436664,-73.392862,-73.33136,-73.2358261228726,-73.229285,-73.148994,-73.144673,-73.110368,-73.040445,-72.859831,-72.708069,-72.585327,-72.504305,-72.445242,-72.389809,-72.354123,-72.291109,-72.189163,-72.182033,-72.254704,-72.283093,-72.217476,-72.162898,-72.126704,-72.084207,-72.095711,-72.051928,-71.959595,-71.919385,-71.856214,-71.936977,-72.097369,-72.298727,-72.39585,-72.757176,-72.923214,-73.012545,-73.1460808692108,-73.20844,-73.306396,-73.351465,-73.4239766175572,-73.4848683943471,-73.507325,-73.640902,-73.7506217216563,-73.774928,-73.8254940011311,-73.940591,-73.9737917702446,-73.991346,-74.036557654454,-74.0379705239158,-74.057316,-74.112585,-74.199923,-74.260611,-74.249211,-74.216839,-74.203688,-74.202247,-74.2001229019911,-74.170611,-74.1601467831532,-74.086806,-74.0709435377153,-74.067720330319,-74.047313,-74.046966591833,-74.0411562443035,-74.0309270856838,-74.0294745361997,-74.0234915337322,-74.013784,-73.9845924946802,-73.9712080182824,-73.968082,-73.9658345170463,-73.9474845690832,-73.938081,-73.9348925809607,-73.9220308978665,-73.9204715293793,-73.90728,-73.893979,-73.8939818600359,-74.041054,-74.2116176431986,-74.2343628312304,-74.234473,-74.301994,-74.3670382614474,-74.457584,-74.694914,-74.734893,-74.7562718347252,-74.799546,-74.890358,-74.982463,-75.043879,-75.0461986059117,-75.049281,-75.053431,-75.074412,-75.113369,-75.1466648992859,-75.190203,-75.263005,-75.291762,-75.341125,-75.3598599291505,-75.477144,-75.4831492709589,-75.5531125390951,-75.870677,-76.10584,-76.1455189947821,-76.462155,-76.473030885808,-76.5576241435694,-76.558118,-76.9268463629543,-76.9657287594267,-77.007635,-77.610020114476,-77.7499309251273,-77.83203,-78.031177,-78.2066030378582,-78.271204,-78.3081289604466,-78.59665,-78.9188573636152,-78.983065,-79.0612644031599,-79.472472,-79.6108357749867,-79.761313,-79.762122,-79.761951],"lat":[42.26986,42.324686,42.411157,42.466491,42.511228,42.545881,42.564462,42.5691787099736,42.613358,42.644758,42.689158,42.715991,42.746121,42.791758,42.8052919998773,42.826758,42.867258,42.886557,42.933257,42.952922,42.957756,42.994756,43.057231,43.066016,43.0662964678904,43.077855,43.124799,43.133812266617,43.153255,43.222054,43.262454,43.317555,43.369541,43.3708954221664,43.373149,43.37551,43.3653102556776,43.365259,43.34356,43.3432076368983,43.341161,43.282998,43.235763,43.250363,43.274033763487,43.280661,43.277363,43.285635,43.271456,43.270692,43.305399,43.318452,43.3375801959814,43.352691,43.413356,43.4201755544656,43.471136,43.521285,43.5256270615303,43.525822,43.512275,43.529256,43.574978,43.649761,43.6802859602237,43.753513,43.804135,43.857079,43.872585,43.882864,43.925676,43.972462,44.025277,44.031536,44.072721,44.100499,44.133258,44.164945,44.203773,44.214543,44.239603,44.280777,44.299547,44.347534,44.349129,44.4051920135031,44.422433,44.471644,44.515851,44.658709,44.756329,44.806378,44.857651,44.900237,44.930174,44.958402,44.977449,44.983359,45.014683,44.990577,44.9917926265259,44.9970275604167,44.999203,44.996177,44.992148,44.9973653592397,45.001223,45.003464,45.01084,44.970468,44.917681,44.857037,44.826451,44.808075538661,44.802188,44.751018,44.700297,44.61962,44.567545,44.5624552216867,44.546162853597,44.507246,44.440559,44.382669,44.356877,44.310023,44.2635221898768,44.257769,44.230356,44.166903,44.1524856476917,44.099422,44.042578,44.011485,43.975596,43.929887,43.875563,43.817371,43.8081589885495,43.770463,43.7532334572839,43.6992,43.658209,43.598775,43.568087,43.625913,43.584509,43.534925,43.363493,43.3147123986,43.035923,43.0307142926875,42.9436317475265,42.83341,42.80192,42.74594,42.6326534514115,42.5100075099506,42.510002,42.4256460501838,42.3517462996479,42.086257,42.0537977095867,42.049638,41.823773,41.66672053071,41.641197,41.5271610211283,41.441094,41.3767706682974,41.3763973085168,41.3751128640277,41.3663195962444,41.295422,41.21276,41.1152554569041,41.100696,41.017857,41.004034,40.9855248838592,40.985171,40.939598,40.912599,40.881099,40.8758545928374,40.870099,40.878199,40.897898,40.918166,40.9231822732944,40.946397,40.934897,40.955297,40.929597,40.9066894596956,40.905121,40.928898,40.955842,40.971938,40.964498,40.966088,40.977851,40.997587,41.043329,41.086116,41.108304,41.139952,41.155874,41.193549,41.178345,41.110852,41.067874,41.040611,41.053187,41.115139,41.101524,41.05402,41.020506,41.071237,41.080517,41.070598,41.006137,40.95888,40.903151,40.86666,40.764371,40.713282,40.679651,40.6464079681013,40.630884,40.620756,40.6305,40.6132448775595,40.5987548537601,40.593411,40.582823,40.5893197671277,40.590759,40.5761495789939,40.542896,40.5608547025179,40.57035,40.5889884137416,40.5895708663395,40.597546,40.547603,40.511729,40.502436,40.545064,40.558618,40.592691,40.630903,40.6318689019457,40.645289,40.6460765164448,40.651596,40.6672082327756,40.6703805942446,40.690466,40.6911492802686,40.7026100257088,40.7227867504936,40.7256518630867,40.7374531654873,40.756601,40.7975433285523,40.8163156263209,40.8207,40.8247452595586,40.8577734532874,40.874699,40.8826489819421,40.9147182134588,40.918606332041,40.951498,40.997197,40.9971982035389,41.059088,41.1329813635363,41.1428352715346,41.142883,41.172594,41.2042114724438,41.248225,41.357423,41.425818,41.4276274285434,41.43129,41.455324,41.496467,41.575094,41.6037640199027,41.641862,41.752538,41.802191,41.840698,41.8501259301463,41.862454,41.885109,41.947092,41.992772,41.9936858889046,41.999407,41.9993981645227,41.9992952284735,41.998828,41.998858,41.998866463308,41.998934,41.999072381007,42.0001487163417,42.000155,42.0007234518173,42.0007833950469,42.000848,41.9991498540796,41.998755440329,41.998524,41.999415,41.9990883057576,41.998968,41.9990711347414,41.999877,41.9991031986894,41.998949,41.998838109911,41.998255,41.9985199041084,41.998808,42.131246,42.26986]}]],[[{"lng":[-124.552441,-124.480938,-124.479882226932,-124.436198,-124.41139,-124.395607,-124.38246,-124.400404,-124.353332,-124.286896,-124.233534,-124.219057676906,-124.193455,-124.160207315876,-124.150267,-124.122406,-124.111054,-124.114370074258,-124.1152,-124.084401,-124.083601,-124.065008,-124.063406,-124.074066,-124.063155,-124.023834,-124.010097209885,-124.00977,-123.975425,-123.972919,-123.962887,-123.979715,-123.960557,-123.976544,-123.947556,-123.939005,-123.939448,-123.968563,-123.966278384519,-123.961544,-123.96763,-123.993703,-123.937471,-123.92933,-123.95919,-124.041128,-123.998052,-123.912405,-123.838801,-123.757589,-123.718149,-123.660868,-123.586205,-123.547659,-123.479644,-123.427629,-123.430847,-123.371433,-123.363744507266,-123.280166,-123.212493591209,-123.166414,-123.115904,-123.004233,-122.962681,-122.904119,-122.856158,-122.813998,-122.81151,-122.785026,-122.788086362595,-122.795605,-122.761451,-122.76651077133,-122.774511,-122.756443903971,-122.738109,-122.643907,-122.492259,-122.438674,-122.380302,-122.331502,-122.262625,-122.249197008052,-122.183695,-122.101675,-122.00369,-121.951838,-121.923749361985,-121.900858,-121.867167,-121.811304,-121.735104,-121.668362,-121.533106,-121.52400610422,-121.440695827861,-121.423592,-121.33777,-121.215779,-121.183841,-121.1222,-121.084933,-120.943977,-120.913935013084,-120.895575,-120.855674,-120.68937,-120.652516760194,-120.634968,-120.591166,-120.505863,-120.488546820704,-120.40396,-120.282156,-120.210754,-120.141352,-120.07015,-119.999505153462,-119.965744,-119.868153889391,-119.802655,-119.669877,-119.600549,-119.571584,-119.487829,-119.432138558816,-119.364396,-119.25715,-119.12612,-119.061462,-118.987227539565,-118.987129,-118.67787,-118.606789154189,-118.36779,-117.996970429603,-117.977657306532,-117.717852,-117.603425834504,-117.479937263654,-117.353928,-116.915989,-116.886843,-116.859795,-116.799204532501,-116.78752,-116.736268,-116.665344,-116.593004,-116.535698,-116.528272,-116.463504,-116.502756,-116.588195,-116.674648,-116.690926620091,-116.696047,-116.754643,-116.783128263267,-116.78371,-116.841314,-116.858313,-116.833632,-116.865338,-116.889295186967,-116.9318,-117.013802,-117.062273,-117.094968,-117.14293,-117.167187,-117.225932,-117.215072,-117.243027,-117.216911,-117.192203,-117.211995506953,-117.216974,-117.170342,-117.121037,-117.059352,-116.971958,-116.965498,-116.902752,-116.895931,-116.897854677115,-116.977351,-116.937342,-116.959871,-116.976024,-116.98554503849,-117.023577,-117.025663810446,-117.026889,-117.026652,-117.026253,-117.026551,-117.026197,-117.197798,-117.403613,-117.623731,-117.873467,-118.197189,-118.197369215928,-118.501002,-118.775869,-119.001022,-119.20828,-119.324184120439,-119.360123119603,-119.72573,-119.999168,-120.181563,-120.501069,-120.692219,-120.879925710236,-121.035195,-121.251099,-121.43961,-121.447539998048,-121.675348,-121.846712,-122.101922,-122.289527,-122.289749096157,-122.501135,-122.80008,-123.045254,-123.145959,-123.231001260578,-123.347562,-123.43477,-123.519112836804,-123.656998,-123.822037598588,-124.001188,-124.211605,-124.270464,-124.314289,-124.351535,-124.361009,-124.383633,-124.410982,-124.410556,-124.425554,-124.435105,-124.399065,-124.400918,-124.413119,-124.45074,-124.448418,-124.510017,-124.552441],"lat":[42.840568,42.951495,42.9543224376774,43.071312,43.159853,43.223908,43.270167,43.302121,43.342667,43.436296,43.55713,43.610931759189,43.706085,43.8637205015216,43.91085,44.104442,44.235071,44.276194,44.286486,44.415611,44.501123,44.632504,44.703177,44.798107,44.835333,44.949825,45.0449989594412,45.047266,45.145476,45.216784,45.280218,45.347724,45.430778,45.489733,45.564878,45.661923,45.708795,45.757019,45.7830849035453,45.837101,45.907807,45.946431,45.977306,46.041978,46.141675,46.197672,46.235327,46.17945,46.192211,46.213001,46.188989,46.216296,46.228654,46.259109,46.269131,46.229348,46.181827,46.146372,46.1462431943485,46.144843,46.1710964584003,46.188973,46.185268,46.133823,46.104817,46.083734,46.014469,45.960984,45.912725,45.867699,45.8510074543561,45.81,45.759163,45.7286625744452,45.680437,45.6624210250876,45.644138,45.609739,45.583281,45.563585,45.575941,45.548241,45.544321,45.5499989327412,45.577696,45.583516,45.61593,45.644951,45.6543495089694,45.662009,45.693277,45.706761,45.694039,45.705082,45.726541,45.7238362251992,45.6990737947724,45.69399,45.704949,45.671238,45.606441,45.616067,45.647893,45.656445,45.6480658664235,45.642945,45.671545,45.715847,45.7361697306749,45.745847,45.746547,45.700048,45.6999122274785,45.699249,45.72125,45.725951,45.773152,45.785152,45.8116849230819,45.824365,45.8382266026357,45.84753,45.856867,45.919581,45.925456,45.906307,45.9132091442339,45.921605,45.939926,45.932859,45.958527,45.9998002135237,45.999855,46.000935,46.0008632497912,46.000622,46.0001906671726,46.000168202382,45.999866,45.9987601734427,45.9975667668422,45.996349,45.995413,45.958617,45.907264,45.8510454354829,45.840204,45.826179,45.781998,45.778541,45.734231,45.681473,45.615785,45.566608,45.44292,45.314342,45.2689552384449,45.254679,45.113972,45.07771250501,45.076972,45.030907,44.978761,44.928976,44.870599,44.8405297781533,44.787181,44.756841,44.727143,44.652011,44.557236,44.523431,44.479389,44.427162,44.390974,44.360163,44.32863,44.2964510959383,44.288357,44.25889,44.277585,44.237244,44.235677,44.194126,44.179467,44.154295,44.1526663953914,44.085364,44.029376,43.982925,43.895548,43.8811848528138,43.823811,43.680293635954,43.596033,43.025128,42.807447,42.378557,41.99989,42.00038,41.99929,41.998467,41.998335,41.996995,41.9969940811635,41.995446,41.992692,41.993793,41.993177,41.9938756277933,41.9940922549812,41.996296,41.99454,41.994588,41.993785,41.993677,41.9934832599849,41.993323,41.99757,41.99708,41.9971900332726,42.000351,42.00307,42.005766,42.007764,42.0077647304966,42.00846,42.004071,42.003049,42.009247,42.004970062256,41.999108,42.001641,41.9991725180329,41.995137,41.995620816947,41.996146,41.99846,42.045553,42.067864,42.129796,42.180752,42.22716,42.250547,42.307431,42.351874,42.440163,42.539928,42.597518,42.657934,42.675798,42.689909,42.734746,42.840568]}]],[[{"lng":[-90.300697,-90.265296,-90.197146,-90.181387,-90.160058,-90.09061,-90.099777,-90.093285,-90.097947,-90.166594,-90.121864,-90.087903,-90.112504,-90.070549,-90.045306,-90.022064,-90.045805,-90.037615,-89.958498,-89.944754,-89.9325,-89.876548,-89.898916,-89.956589,-89.915491,-89.863874,-89.797053,-89.723426,-89.729517,-89.722634,-89.64727,-89.6489049703452,-89.652279,-89.686924,-89.733095,-89.692437,-89.680029,-89.64302,-89.592102,-89.623804,-89.6276414416754,-89.69263,-89.678046,-89.602374,-89.554289,-89.611819,-89.600544,-89.5450313339691,-89.522695,-89.51038,-89.542337,-89.521021,-89.539232,-89.417293,-89.3451943195388,-89.211409,-88.964471,-88.8345890228743,-88.8271780363405,-88.8167641573481,-88.5163580599794,-88.51192,-88.4890767387132,-88.127378,-88.0533508007759,-88.050466,-88.033802,-88.055738,-88.070532,-88.011792,-87.849567,-87.853204,-87.6941859078643,-87.64115,-87.6411458970021,-87.347796,-87.3359790500808,-87.1150035566884,-87.0608263443929,-86.813037,-86.7632909641085,-86.606394,-86.5620676518653,-86.551292,-86.507771,-86.4114961989664,-86.205565269856,-86.081944,-85.975713174144,-85.873857,-85.7885565436139,-85.731862,-85.488353,-85.4364042728859,-85.2958124857275,-85.290627,-85.2762879474994,-85.096128,-84.9748684358374,-84.943948,-84.7853999785503,-84.785341,-84.7784558643505,-84.499938,-84.2613212015047,-84.227332,-84.2271939619983,-83.987842,-83.9876109506828,-83.9307607839439,-83.894421,-83.690714,-83.675413,-83.4720935738096,-83.2763,-82.9844489041812,-82.830433,-82.609181949399,-82.487238,-82.2941364201291,-82.2433850052002,-82.173982,-82.1460702675304,-81.934144,-81.922644,-81.8267341480526,-81.6469,-81.677535,-81.699962,-81.695311,-81.734312,-81.7253727796853,-81.705966,-81.768977,-81.833202,-81.908137,-81.9184444729048,-81.9343692444926,-81.960101,-82.02874,-82.080143,-82.0811489171324,-82.127146,-82.140847,-82.211251,-82.2202530102866,-82.26569,-82.297655,-82.346857,-82.409458,-82.4169375946732,-82.464558,-82.5080076597225,-82.557874,-82.610885,-82.595525,-82.6057036107936,-82.628365,-82.725065,-82.779397,-82.787465,-82.81613,-82.860724,-82.8937514184314,-82.910608,-82.899718,-82.937437,-82.9666497428986,-82.978414,-83.04853,-83.097193,-83.161537,-83.198267,-83.255351,-83.2561415523036,-83.26474416829,-83.297154,-83.347262,-83.421576,-83.452431,-83.498335,-83.587827,-83.653159,-83.6629119015893,-83.771736,-83.848502,-83.916801,-83.9532313801504,-83.9589178345639,-83.973171,-84.021782,-84.007586,-84.038081,-84.02351,-84.0291044137725,-84.097508,-84.178516,-84.223718,-84.28322,-84.2865983787409,-84.321869,-84.509052,-84.621483,-84.727434,-84.7758376712973,-84.8104774668864,-84.861314,-84.9769738065923,-84.9798540252315,-85.045183,-85.2650550217158,-85.277556,-85.3639190289311,-85.384967,-85.4743388431343,-85.605165,-85.8639461118069,-86.311274,-86.3187607654651,-86.467798,-86.783628017169,-86.783648,-86.8362863159495,-87.2107585799823,-87.216683,-87.2240536418757,-87.6060978676533,-87.625025,-87.851886,-87.9849160436989,-88.000032,-88.202959,-88.200064,-88.258111,-88.3635302685392,-88.3804925115221,-88.469877,-88.786612,-88.823050501632,-89.0171270115524,-89.02654,-89.198287901495,-89.3526793918484,-89.434954,-89.6442838340921,-89.7243158379686,-89.7596126422344,-89.795187,-90.309297,-90.300697],"lat":[35.028793,35.040293,35.050731,35.091401,35.12883,35.118287,35.164474,35.203282,35.249983,35.274588,35.304535,35.36327,35.410153,35.423291,35.415435,35.457375,35.496533,35.550329,35.541703,35.560308,35.607865,35.626653,35.650904,35.695486,35.754917,35.747592,35.782648,35.809382,35.847632,35.873718,35.89492,35.9035834823126,35.921462,35.947716,36.000608,36.020507,36.082494,36.10362,36.135637,36.183128,36.185460316606,36.224959,36.248284,36.238106,36.277751,36.309088,36.342985,36.344271398663,36.344789,36.378356,36.420103,36.461934,36.497934,36.499033,36.5013432086369,36.50563,36.502191,36.5019803422593,36.5019683222569,36.5019514318132,36.5014641981633,36.501457,36.5012837190757,36.49854,36.4999962506816,36.500053,36.551733,36.630475,36.678118,36.677025,36.663701,36.633247,36.6368382439437,36.638036,36.6380360476101,36.64144,36.6415771604931,36.6441420446512,36.6447708848516,36.647647,36.6487206745018,36.652107,36.6407466739073,36.637985,36.652445,36.6482404228482,36.6392468703288,36.633848,36.6286377186817,36.623642,36.6217118590347,36.620429,36.614994,36.618003845027,36.6261495593675,36.62645,36.6261575408034,36.622483,36.6145833593172,36.612569,36.6033754199356,36.603372,36.6032105122159,36.596678,36.592741697267,36.592181,36.5921795123551,36.5896,36.5895922860725,36.5876942581124,36.586481,36.582581,36.600814,36.5994757320593,36.598187,36.5952898738389,36.593761,36.5950896860685,36.595822,36.5950730329585,36.5948761876654,36.594607,36.5945611472886,36.594213,36.616213,36.6147191041614,36.611918,36.588117,36.536829,36.467912,36.413342,36.3897384974361,36.338496,36.341042,36.347339,36.302013,36.2873579173821,36.2647162043798,36.228131,36.124322,36.10572,36.1056921143326,36.104417,36.136216,36.159012,36.1538200398431,36.127614,36.13351,36.115209,36.083409,36.0729700107085,36.006508,35.9820132054415,35.953901,35.974442,36.026012,36.0371988635619,36.062105,36.018204,35.992511,35.952163,35.923986,35.94743,35.9338572697089,35.92693,35.874602,35.82732,35.795445979574,35.78261,35.787706,35.776067,35.763363,35.725494,35.71623,35.7151240626578,35.7030894961701,35.65775,35.660474,35.611186,35.602918,35.562981,35.566963,35.568309,35.5677997932083,35.562118,35.519259,35.473612,35.4600208895767,35.4578994395799,35.452582,35.407418,35.371661,35.348363,35.295783,35.2921237764939,35.247382,35.240679,35.269078,35.226577,35.2057582184959,34.988408,34.988033,34.988329,34.98802,34.9879372061493,34.9878779552292,34.987791,34.9872198373549,34.9872056139756,34.986883,34.9850776447417,34.984975,34.9833765631405,34.982987,34.9836733267911,34.984678,34.9870308587481,34.991098,34.9910785804428,34.990692,34.991924921992,34.991925,34.992803004217,34.9990491809997,34.999148,34.9992307419721,35.0035195262043,35.003732,35.005656,35.0059101243258,35.005939,35.008028,34.995634,34.995463,34.9957467517971,34.9957924082221,34.996033,34.995252,34.995207045695,34.9949676128363,34.994956,34.9944505301151,34.9939961417459,34.993754,34.9940672105625,34.9941869587535,34.9942397717315,34.994293,34.995694,35.028793]}]],[[{"lng":[-106.623445,-106.630114,-106.618486,-106.377173188247,-106.200699,-105.997971151664,-105.750527,-105.153994,-104.91835699428,-104.84774,-104.643526,-104.024521,-103.980213477381,-103.722881979148,-103.326501,-103.064423,-103.064422401106,-103.064422,-103.064696,-103.064761,-103.064889,-103.063468888475,-103.060103,-103.056495064338,-103.052610516564,-103.05261,-103.047346018167,-103.047346,-103.043516,-103.043563920791,-103.043835830165,-103.043850301172,-103.043946,-103.043072,-103.042769,-103.042738818608,-103.042711,-103.042617950565,-103.041554,-103.041553998934,-103.041356721818,-103.040824,-103.041924,-103.002434,-102.162463,-102.032339018963,-101.826565,-101.623915,-101.085156,-100.954152157693,-100.884174,-100.592614,-100.546145126097,-100.311018,-100.003761993368,-100.000406,-100.000399,-100.000396198329,-100.000392,-100.000388844143,-100.000385,-100.000384020773,-100.000382194816,-100.000381,-99.997629328163,-99.929334,-99.8420638841464,-99.818186,-99.764882,-99.696462,-99.600026,-99.58448,-99.4750221370384,-99.470969,-99.420432,-99.394956,-99.350407,-99.27534,-99.2216079008455,-99.2116,-99.189511,-99.131553,-99.0588,-99.002916,-98.9523248875282,-98.94022,-98.872229,-98.80681,-98.737232,-98.690072,-98.648073,-98.6103517816447,-98.577136,-98.5282,-98.475066,-98.423533,-98.414426,-98.398441,-98.364023,-98.31875,-98.225282,-98.16912,-98.1384860257464,-98.123377,-98.099328,-98.099096,-98.082839,-98.005667,-97.947572,-97.953695,-97.9519059508552,-97.951215,-97.865765,-97.803473,-97.759834,-97.671772,-97.609091,-97.596155,-97.5612431502211,-97.55827,-97.486505,-97.4841434385876,-97.451469,-97.444193,-97.372941,-97.318243,-97.24618,-97.206141,-97.166629,-97.205652,-97.149394,-97.091072,-97.087852,-97.07859,-97.055838,-96.985567,-96.988745,-96.952313,-96.9446168883705,-96.934343303133,-96.905253,-96.897194,-96.850593,-96.794276,-96.776766,-96.712422,-96.682103,-96.659896,-96.5946743073771,-96.590112,-96.592926,-96.572937,-96.523863,-96.502286,-96.436455,-96.403507,-96.3796608259521,-96.363135,-96.307389,-96.277269,-96.229023,-96.173025,-96.15163,-96.063924,-95.935325,-95.887491,-95.8448785340707,-95.820596,-95.7896393177523,-95.737508,-95.669978,-95.603657,-95.556915,-95.525322,-95.44737,-95.352338,-95.3104497954491,-95.283445,-95.253623,-95.226393,-95.1559076171075,-95.149462,-95.095002,-95.046568,-94.98165,-94.93956,-94.902276,-94.841634,-94.766146,-94.7319329019959,-94.714865,-94.630586,-94.572872,-94.528928,-94.485875,-94.419057,-94.388052,-94.354165,-94.338422,-94.303742,-94.238868,-94.213605,-94.183395,-94.143024,-94.07267,-94.0438337478011,-94.043428,-94.042988,-94.043067,-94.042945847176,-94.042719,-94.042964,-94.0430026215633,-94.043026,-94.0430515276176,-94.043083,-94.0427882328053,-94.042739,-94.0426959237401,-94.042681,-94.041833,-94.029428406596,-93.977461,-93.909557,-93.8782518953866,-93.85339,-93.803419,-93.816838,-93.834924,-93.8349232144778,-93.787687,-93.725925,-93.749476,-93.697603,-93.668146,-93.67544,-93.613942,-93.602443,-93.6006030873629,-93.5524973075023,-93.535097,-93.540278,-93.531219,-93.539526,-93.549841,-93.530936,-93.5545758543455,-93.558617,-93.569303,-93.617688,-93.629904,-93.685121,-93.684329,-93.729195,-93.710117,-93.702665,-93.738540238226,-93.745333,-93.760328,-93.70719,-93.7110621713009,-93.713359,-93.703764,-93.702436,-93.70394,-93.7063357624702,-93.741078,-93.807815,-93.830374,-93.8523098709223,-93.872446,-93.929208,-93.890821,-93.863204,-93.837971,-93.861291,-93.961867,-94.056506,-94.161549,-94.3541225449137,-94.370816,-94.4856795135541,-94.500807,-94.594853,-94.670389,-94.731047,-94.72253,-94.803695,-95.026219,-95.1150505055983,-95.125134,-95.191391,-95.297147,-95.38239,-95.439594,-95.507037396917,-95.588801,-95.684089,-95.812504,-96.000682,-96.194412,-96.328817,-96.3785331592868,-96.390376,-96.442849,-96.63201,-96.719627,-96.792158,-96.8520706227301,-96.886459,-97.003325,-97.0436840836865,-97.044846,-97.090735,-97.140854,-97.212679,-97.2229914075318,-97.257325,-97.296057,-97.336122,-97.3468508769557,-97.358469,-97.378697,-97.366872,-97.32275,-97.2875411166858,-97.253801,-97.2273802265218,-97.196935,-97.158798,-97.151922,-97.145567,-97.156608,-97.206945,-97.277163,-97.338346,-97.365976,-97.360082,-97.372864,-97.422636,-97.454727,-97.496861,-97.542957,-97.582565,-97.644011,-97.697069,-97.758838,-97.795291,-97.8622815631063,-97.871187,-97.944345,-98.010971,-98.039239,-98.091038,-98.149463,-98.197046,-98.2049539555924,-98.248806,-98.302979,-98.3082001170459,-98.386694,-98.442536,-98.503492,-98.576188,-98.5933002182792,-98.613465,-98.654221,-98.698856,-98.779912,-98.807348,-98.890965,-98.958325,-99.032316,-99.082002,-99.110855,-99.091635,-99.105031,-99.171404,-99.1768160923811,-99.200522,-99.208907,-99.242444,-99.268613,-99.3289,-99.361144,-99.387367,-99.44697,-99.442123,-99.429984,-99.445238,-99.4608257991343,-99.463309,-99.487937,-99.529654,-99.487521,-99.495104,-99.497519,-99.52832,-99.530138,-99.556812,-99.624515,-99.704601,-99.758534,-99.801651,-99.844737,-99.87784,-99.904385,-99.917461,-99.932161,-99.984923,-100.028725,-100.075474,-100.174413,-100.197510055501,-100.267604,-100.287554,-100.320393,-100.337059,-100.368288,-100.38886,-100.39727,-100.448648,-100.500354,-100.506701,-100.533017,-100.53583,-100.576846,-100.627206,-100.646993,-100.660208,-100.671215189194,-100.674656,-100.727462,-100.772649,-100.795681,-100.801867546029,-100.848664,-100.886842,-100.995607,-101.060151,-101.137503,-101.19272,-101.254895,-101.305533,-101.307332,-101.367198,-101.400636,-101.453499,-101.503223,-101.561569,-101.654578,-101.714224,-101.761619209528,-101.809441,-101.8754,-101.966167,-102.021919,-102.073646,-102.115682,-102.161674,-102.227553,-102.301381,-102.318683954588,-102.349861,-102.369522,-102.392906,-102.468946,-102.512687,-102.551081,-102.612879,-102.677192,-102.693466,-102.738428,-102.777531,-102.808692,-102.83097,-102.824564,-102.871857,-102.891022,-102.871347,-102.917805,-102.995688,-103.035683,-103.076355,-103.100368,-103.126748,-103.227801,-103.28119,-103.361998,-103.463196,-103.524613,-103.59236,-103.660203,-103.724743,-103.789034,-103.793873010934,-103.856893,-103.975235,-104.055596,-104.143692,-104.181273,-104.229081,-104.308813,-104.371175,-104.452301,-104.539761,-104.565688,-104.619039,-104.672327,-104.685479,-104.703998,-104.692094,-104.702788,-104.740448,-104.761634,-104.824314,-104.859521,-104.869872,-104.889376,-104.924796,-104.972071,-104.980753891325,-105.00124,-105.062334,-105.098282,-105.160153,-105.21866,-105.314863,-105.394242,-105.399609,-105.488027,-105.55743,-105.579542,-105.627349,-105.709491,-105.773257,-105.794386,-105.869353,-105.938452,-105.953943,-105.996429378287,-106.004926,-106.080258,-106.175675,-106.236804,-106.280811,-106.303536,-106.352610998498,-106.370139,-106.41794,-106.467642,-106.484642,-106.528242,-106.581344,-106.63588,-106.623445],"lat":[31.914034,31.971258,32.000495,32.0012401010375,32.001785,32.001974590699,32.002206,32.000497,32.0004720730735,32.000464602835,32.000443,32.00001,32.0000328513626,32.0001655686764,32.00037,32.000518,32.087051,32.145006,32.522193,32.587983,32.849359,32.9591063818305,33.219225,33.3884142146206,33.5705747764422,33.570599,33.8246741231517,33.824675,34.079382,34.1128343897554,34.302648,34.3127498735079,34.379555,34.619782,34.747361,34.9541420403614,35.144735,35.1831572590084,35.622487,35.6224876319587,35.7394335063487,36.055231,36.500439,36.500397,36.500326,36.5000656730101,36.499654,36.499528,36.499244,36.4995294966262,36.499682,36.499469,36.4995051393038,36.499688,36.4997018487376,36.499702,36.055677,35.8809479999968,35.619115,35.4223639883094,35.182702,35.0303849999999,34.7463605525616,34.560509,34.5611366245601,34.576714,34.5069327688814,34.48784,34.435266,34.381036,34.374688,34.407673,34.3968709897905,34.396471,34.380464,34.442099,34.437083,34.386599,34.3253735743726,34.31397,34.214312,34.209352,34.201256,34.208782,34.2046698986035,34.203686,34.160446,34.155901,34.130992,34.133155,34.164441,34.1562099394967,34.148962,34.094961,34.064269,34.0819494760059,34.085074,34.128456,34.157109,34.146421,34.127245,34.114171,34.1412060197111,34.15454,34.104295,34.048639,34.002412,33.995964,33.991053,33.924373,33.8912258148573,33.878424,33.849393,33.88019,33.92521,33.99137,33.968093,33.922106,33.899061506733,33.897099,33.916994,33.9138891088909,33.87093,33.823773,33.819454,33.865121,33.900344,33.91428,33.847311,33.809824,33.721967,33.735115,33.774099,33.812756,33.855741,33.886522,33.918468,33.944582,33.945013250454,33.9455889292528,33.947219,33.902954,33.847211,33.868886,33.841976,33.831633,33.876645,33.916666,33.8830186573983,33.880665,33.830916,33.819098,33.818114,33.77346,33.78005,33.746289,33.715530908566,33.694215,33.735005,33.769735,33.748021,33.80056,33.831946,33.841523,33.875099,33.863856,33.860421904719,33.858465,33.8724373846723,33.895967,33.905844,33.927195,33.92702,33.885487,33.86885,33.867789,33.8738430381855,33.877746,33.92971,33.961954,33.9384823885698,33.936336,33.904816,33.862565,33.852284,33.810503,33.776289,33.739431,33.748031,33.7208305162803,33.707261,33.673401,33.669886,33.62184,33.637867,33.577217,33.565511,33.556452,33.567082,33.564486,33.576722,33.570622,33.592212,33.577725,33.572234,33.5517137355856,33.551425,33.435824,33.330498,33.2712420841398,33.160291,33.019219,32.881088978924,32.797476,32.6930299766656,32.564261,32.3922831932812,32.363559,32.1960049748249,32.137956,31.992402,31.979686964168,31.926419,31.893144,31.8442765572456,31.805467,31.700686,31.622509,31.586211,31.586210021078,31.527344,31.504092,31.46869,31.428409,31.375103,31.30104,31.259375,31.182541,31.1826249552688,31.1848200234468,31.185614,31.128868,31.051678,31.008498,30.967118,30.924534,30.8774695018611,30.869424,30.802969,30.738479,30.67994,30.625201,30.592586,30.544842,30.5064,30.429947,30.4022636724808,30.397022,30.329924,30.275513,30.2439707156403,30.225261,30.173936,30.112721,30.054291,30.0521802415309,30.021571,29.954549,29.894359,29.8720910043919,29.85165,29.802952,29.761673,29.724059,29.690619,29.679007,29.682213,29.671163,29.636588,29.5621028201748,29.555645988295,29.5112181336473,29.505367,29.467903,29.43078,29.369141,29.331446,29.279237,29.148064,29.0755520224787,29.067321,29.02309,28.934073,28.866348,28.859022,28.8247355121921,28.783169,28.734041,28.664942,28.588238,28.502224,28.423659,28.3898650304879,28.381815,28.317666,28.222821,28.164594,28.110497,28.0598208616046,28.030734,27.908307,27.8365323534718,27.834466,27.785888,27.716688,27.59642,27.5766073164796,27.510644,27.427175,27.317818,27.2779588322095,27.234796,27.060044,26.885581,26.701746,26.6003398814733,26.503164,26.4114960053025,26.305865,26.08266,26.017653,25.971132,25.949022,25.960899,25.935438,25.923125,25.902447,25.868874,25.840117,25.840378,25.879337,25.880058,25.920035,25.937857,26.006614,26.023455,26.032131,26.055218,26.0577468284402,26.058083,26.059621,26.063863,26.041275,26.059169,26.055813,26.056153,26.0587423360004,26.073101,26.11005,26.1130325510287,26.157872,26.199151,26.214798,26.235221,26.2429363486766,26.252028,26.23596,26.265619,26.326542,26.369421,26.357569,26.394056,26.412082,26.39651,26.426278,26.476977,26.500335,26.549848,26.5696605553736,26.656443,26.724761,26.788262,26.843213,26.879761,26.928921,26.982399,27.026026,27.106839,27.159149,27.223341,27.2622401970428,27.268437,27.294941,27.306051,27.412396,27.451518,27.500496,27.498896,27.580207,27.614336,27.634515,27.654954,27.717071,27.741771,27.778809,27.824376,27.875284,27.917973,27.96771,27.990729,28.073118,28.124882,28.179448,28.1970007311399,28.250269,28.301093,28.362117,28.427151,28.477196,28.515748,28.575637,28.616774,28.66196,28.716745,28.76328,28.805888,28.836168,28.903734,28.957079,29.031497,29.0835160253445,29.099777,29.129123,29.168492,29.22773,29.232831568098,29.271421,29.307848,29.363403,29.458661,29.473542,29.520285,29.520342,29.577925,29.640716,29.664041,29.738079,29.759671,29.764582,29.794658,29.765163,29.76766,29.7788600967222,29.790161,29.794023,29.807343,29.802491,29.786926,29.79239,29.819487,29.843534,29.877674,29.8721929465015,29.862317,29.820395,29.765569,29.779817,29.780303,29.752358,29.748182,29.738261,29.676507,29.621929,29.556497,29.522319,29.444267,29.399558,29.352093,29.287113,29.241625,29.190697,29.161219,29.103029,29.085722,29.026877,28.982124,28.991532,28.982138,29.018914,29.066822,29.120998,29.15026,29.170934,29.19147,29.257502,29.2592383933486,29.281852,29.296017,29.33091,29.383278,29.426265,29.48105,29.524337,29.543063,29.60366,29.676074,29.770462,29.844445,29.911112,29.989943,30.02421,30.107304,30.211736,30.259454,30.301148,30.370466,30.390413,30.458645,30.535144,30.604832,30.61026,30.6288120187883,30.672583,30.686303,30.718914,30.757059,30.801567,30.816961,30.852979,30.888941,30.943278,30.990229,31.035396,31.098545,31.136375,31.166897,31.20224,31.288634,31.318735,31.364749,31.3878401295126,31.392458,31.398702,31.456279,31.513376,31.562062,31.620413,31.6869464165036,31.71071,31.752009,31.759608,31.747809,31.783148,31.813906,31.871514,31.914034]}]],[[{"lng":[-76.023475,-75.987122,-75.976491,-75.9455743189307,-75.941182,-75.898665,-75.859262,-75.812155,-75.818125,-75.73588,-75.702914,-75.757694,-75.669711,-75.624341,-75.242266,-75.338623,-75.380638,-75.439001,-75.48927,-75.551898,-75.591953,-75.614527,-75.607824,-75.672877,-75.6654179108751,-75.658379,-75.720739,-75.735829,-75.778817,-75.795164,-75.817387,-75.897298,-75.942399,-75.979608,-75.998647,-76.023475],"lat":[37.289067,37.368548,37.444878,37.5490406581517,37.563839,37.635425,37.703111,37.749502,37.791698,37.816561,37.849659,37.903912,37.950796,37.994211,38.027209,37.894986,37.851702,37.869335,37.832457,37.748122,37.663178,37.609296,37.560706,37.483696,37.4672935154925,37.451815,37.373129,37.335426,37.297176,37.247095,37.193437,37.118037,37.089607,37.100448,37.188739,37.289067]}],[{"lng":[-83.614513,-83.527112,-83.4609546474638,-83.436508,-83.386099,-83.236399,-83.136395,-83.114693,-83.07559,-83.012587,-82.895445,-82.8836101548798,-82.865192,-82.869183,-82.815748,-82.750715,-82.722254,-82.726294,-82.565275702797,-82.558178,-82.5536338262746,-82.449164,-82.355343,-82.3147812713346,-82.309415,-82.201745,-81.968297,-81.932279,-81.984891,-81.93695,-81.933601,-81.896001,-81.849949,-81.774747,-81.744003,-81.7390550304855,-81.678603,-81.560625,-81.53307,-81.483559,-81.427946,-81.362156,-81.225104,-81.112596,-80.996013,-80.9808452568928,-80.919259,-80.835479,-80.883248,-80.865148,-80.8581481168198,-80.8573585701898,-80.836446,-80.770082,-80.664971,-80.544836,-80.4712829493864,-80.46482,-80.39988,-80.291644,-80.28244,-80.223386,-80.2243032443768,-80.292258,-80.290033810255,-80.258143,-80.218616,-80.199633,-80.131931,-80.0558115945897,-80.036236,-79.971231,-79.9619822726354,-79.938952,-79.916174,-79.850324,-79.7970135368069,-79.787542,-79.804093,-79.7346,-79.689675,-79.691088,-79.669128,-79.649075,-79.54257,-79.476638,-79.370302,-79.3112960655144,-79.297758,-79.23162,-79.2282558813819,-79.201459,-79.154357,-79.092955,-79.088055,-79.057253,-79.023053,-78.999014,-78.869276,-78.821167,-78.772793,-78.681617,-78.620453,-78.561711,-78.5321470036962,-78.508132,-78.413943,-78.428697,-78.40498,-78.401813,-78.34048,-78.337133,-78.347087,-78.2291295342185,-78.18737,-78.0331852353666,-78.0331834609342,-78.032841,-77.8283018332673,-77.828157,-77.809125,-77.778068,-77.719519,-77.6776957620787,-77.66613,-77.588235,-77.553114,-77.496606,-77.4600656264978,-77.459883,-77.485971,-77.521222,-77.519929,-77.481279,-77.462617,-77.359702,-77.3300377059541,-77.310705,-77.248403,-77.2484037049754,-77.249803,-77.202502,-77.146601,-77.119759,-77.0902,-77.039099,-77.0390663567647,-77.039006,-77.0392398850823,-77.0406725707781,-77.040998,-77.053199,-77.079499,-77.0857847651564,-77.132501,-77.1302,-77.2241458553015,-77.246704,-77.295274,-77.2992320126661,-77.3129035540258,-77.322622,-77.317288,-77.2829976003391,-77.265295,-77.162692,-77.093713,-77.048137,-77.020947,-77.026304,-76.9967912592049,-76.990255,-76.957796,-76.962311,-76.910832,-76.838795,-76.749685,-76.684892,-76.613939,-76.600937,-76.535919,-76.5106939613177,-76.491998,-76.427487,-76.316952,-76.236725,-76.251358,-76.310307,-76.312858,-76.3252991496906,-76.32912,-76.279447,-76.2888778367019,-76.29796,-76.2894927971781,-76.273488,-76.250454,-76.24846,-76.275552,-76.366751,-76.393958,-76.4029458753529,-76.437525,-76.38777,-76.36229,-76.3769368097175,-76.394132,-76.3471899289676,-76.3431,-76.311088,-76.293126918301,-76.271262,-76.283888905381,-76.304272,-76.2967922902952,-76.2809720508166,-76.267962,-76.189959,-76.1769475851987,-76.087955,-76.043054,-75.996252,-75.961589,-75.921748,-75.890946,-75.867044,-76.02675,-76.1223499470101,-76.313215,-76.3133029682603,-76.4914825754723,-76.5419658657183,-76.738329,-76.9157318023497,-76.9160376328562,-76.917318,-77.1643227335569,-77.190175,-77.2987701888118,-77.749706,-77.7671033342248,-77.8997741405063,-78.0462083043603,-78.132911,-78.323718509559,-78.4572778962559,-78.509965,-78.7341228011172,-78.7962739551405,-78.942009,-79.1383358988714,-79.2184554959223,-79.3428439209599,-79.4700566739243,-79.510647,-79.5136476625086,-79.714850811052,-79.8916701669539,-80.027269,-80.0273389151412,-80.0534550433501,-80.295243,-80.431605,-80.4400685434645,-80.6121887881246,-80.704831,-80.840213077246,-80.901661118921,-80.901726,-81.061866,-81.176712,-81.3532212246022,-81.499831,-81.677535,-81.6469,-81.8267341480526,-81.922644,-81.934144,-82.1460702675304,-82.173982,-82.2433850052002,-82.2941364201291,-82.487238,-82.609181949399,-82.830433,-82.9844489041812,-83.2763,-83.4720935738096,-83.675413,-83.614513],"lat":[36.633983,36.665985,36.6661310362733,36.666185,36.686589,36.726887,36.743088,36.796088,36.850589,36.847289,36.882145,36.8973147889158,36.920923,36.974182,37.007196,37.024107,37.057948,37.111852,37.1959011068831,37.199606,37.2014526984459,37.243908,37.26522,37.2959945601175,37.300066,37.375108,37.537798,37.511961,37.454315,37.41992,37.389217,37.331967,37.285227,37.274847,37.242528,37.2394971038728,37.202467,37.206663,37.223414,37.250604,37.271015,37.337687,37.234874,37.278497,37.299545,37.3008528161905,37.306163,37.334824,37.383933,37.419927,37.4210069067215,37.421128713999,37.424355,37.372363,37.414215,37.474695,37.4300654988959,37.426144,37.462314,37.536505,37.585481,37.623185,37.6239913711709,37.683732,37.686136458971,37.720612,37.783291,37.827507,37.8895,37.9518782200979,37.96792,38.044326,38.0636070994933,38.111619,38.184386,38.233329,38.2672681211392,38.273298,38.313922,38.356728,38.431439,38.463744,38.510883,38.591515,38.553217,38.457228,38.427244,38.418454601455,38.416438,38.474041,38.4800395510852,38.527821,38.606518,38.659517,38.690115,38.761413,38.798613,38.840074,38.762991,38.830982,38.893742,38.92584,38.982601,39.009007,39.0529416400213,39.08863,39.158415,39.187217,39.238006,39.276754,39.353492,39.409169,39.466012,39.3906638872041,39.363989,39.2646248420052,39.2646236984747,39.264403,39.1324224548325,39.132329,39.168567,39.229305,39.321314,39.317940817088,39.317008,39.301955,39.279268,39.251045,39.2188429438594,39.218682,39.185665,39.161057,39.120925,39.105658,39.076248,39.062004,39.055952113491,39.052008,39.026909,39.0268883542923,38.985909,38.96791,38.96421,38.934343,38.904211,38.868112,38.8412718895186,38.791645,38.7853363256236,38.7466919304829,38.737914,38.709915,38.709515,38.7052812818324,38.673816,38.635017,38.6351782749009,38.635217,38.562125,38.5483767385109,38.5008882786629,38.467131,38.383576,38.350328960258,38.333165,38.345994,38.352801,38.360145,38.329273,38.302685,38.2791478339799,38.273935,38.243183,38.214075,38.197073,38.163476,38.162114,38.156497,38.148587,38.110084,38.069532,38.0394889278142,38.017222,37.977038,37.934929,37.889174,37.833072,37.794849,37.720338,37.6825738854367,37.670976,37.618225,37.587359934104,37.557636,37.5360752880088,37.495321,37.421886,37.375135,37.309964,37.374495,37.39594,37.3926000017912,37.37975,37.30767,37.270226,37.2494917623633,37.22515,37.1896444936553,37.186551,37.138495,37.1141637008803,37.084544,37.0527315427774,37.001378,36.9937909664517,36.977743727668,36.964547,36.931447,36.928538680155,36.908647,36.927547,36.922047,36.799995,36.692051,36.630753,36.550754,36.550553,36.5505523325541,36.550551,36.550551089807,36.5507329938364,36.5507845323601,36.550985,36.5460897693389,36.5460813302903,36.546046,36.5461528199041,36.546164,36.5460390108545,36.54552,36.5454424121705,36.5448507330225,36.5441976726866,36.543811,36.5424213915586,36.5414487083995,36.541065,36.5416087348408,36.5417594935816,36.542113,36.5416382700559,36.5414445361761,36.5411437576766,36.5408361497866,36.540738,36.5407482050707,36.5414324847413,36.5420338366162,36.542495,36.5424953856142,36.5426394280866,36.543973,36.550219,36.5505938138022,36.5582162763804,36.562319,36.5619284516373,36.561751187168,36.561751,36.56702,36.571926,36.5762382311564,36.57982,36.588117,36.611918,36.6147191041614,36.616213,36.594213,36.5945611472886,36.594607,36.5948761876654,36.5950730329585,36.595822,36.5950896860685,36.593761,36.5952898738389,36.598187,36.5994757320593,36.600814,36.633983]}]],[[{"lng":[-86.934276,-86.835749,-86.805868,-86.867743,-86.899891,-86.956198,-86.934276],"lat":[45.421149,45.450188,45.412903,45.353065,45.295185,45.352006,45.421149]}],[{"lng":[-90.776921,-90.74018,-90.650422,-90.560936,-90.544875,-90.511623,-90.524056,-90.549104,-90.637124,-90.679446,-90.712032,-90.767985,-90.776921],"lat":[47.024324,47.036105,47.054678,47.037013,47.017383,46.961407,46.935664,46.915461,46.906724,46.956032,46.98526,47.002327,47.024324]}],[{"lng":[-92.886697124409,-92.869689,-92.8407421066255,-92.826013,-92.776496,-92.759458,-92.721128,-92.656125,-92.580565,-92.545682,-92.472761,-92.44963,-92.392681,-92.35176,-92.338239,-92.294033,-92.2938306085787,-92.293619,-92.2927598024283,-92.292371,-92.292192,-92.205492,-92.183091,-92.143338,-92.100255,-92.050819,-92.01529,-91.961889,-91.886963,-91.820027,-91.645502,-91.574291,-91.5513415356564,-91.511077,-91.411799,-91.360804,-91.314815,-91.256705,-91.211647,-91.167601,-91.130475,-91.087357,-91.034518,-90.984617,-90.989375,-90.924128,-90.85284,-90.80628,-90.745305,-90.798936,-90.861046,-90.880841,-90.852704,-90.915152,-90.932626,-90.95565,-90.9252293953426,-90.898308,-90.829031,-90.794775,-90.755287,-90.73726,-90.663273,-90.56556,-90.5485785559661,-90.505909,-90.437596,-90.418136,-90.387228,-90.331887,-90.285707,-90.214866,-90.158241,-90.120489,-89.9291256256648,-89.638416,-89.09163,-88.991217028396,-88.9327684510096,-88.811948,-88.739994,-88.6832322084994,-88.679132,-88.65776,-88.613063,-88.59386,-88.526673,-88.409864,-88.380183,-88.30952,-88.246307,-88.178008,-88.1168565373761,-88.115346,-88.073944,-88.135067,-88.105518,-88.057010465949,-88.048514,-87.995876,-87.96697,-87.879812,-87.8330494680353,-87.805076,-87.781007,-87.824676,-87.777671,-87.787292,-87.804203,-87.805773,-87.847429,-87.85683,-87.863489,-87.800464,-87.750928,-87.706767,-87.657349,-87.667423,-87.71148,-87.741805,-87.695055,-87.648191,-87.590208,-87.625748,-87.630298,-87.696492,-87.7626384909711,-87.812989,-87.843433,-87.838359,-87.854681,-87.904484,-87.941453,-87.983494,-87.9975734064425,-88.002085,-87.998716,-88.041202,-88.005518,-87.943801,-87.898888,-87.866884,-87.77516,-87.7613076788851,-87.748409,-87.7375708608663,-87.71978,-87.720889,-87.6463,-87.581306,-87.530999,-87.515142,-87.446477,-87.393405,-87.336457,-87.264877,-87.238224,-87.175068,-87.121609,-87.108743,-87.057627,-87.017036,-86.97778,-86.978759,-87.04417,-87.045748,-87.063157,-87.139384,-87.188375,-87.206285,-87.27603,-87.318982,-87.3754915502194,-87.401629,-87.446963,-87.498662,-87.5433267854761,-87.545382,-87.521755,-87.507419,-87.53994,-87.600882,-87.655183,-87.69892,-87.7285795423089,-87.736017,-87.726407,-87.700251,-87.708185,-87.706204,-87.790135,-87.7910201556716,-87.793239,-87.840955,-87.889207,-87.896286,-87.8965793338682,-87.900485,-87.870184,-87.895784,-87.842681,-87.834879,-87.8313649610025,-87.821162938034,-87.766675,-87.785074,-87.8020150551096,-87.814674,-87.813273,-87.800477,-87.8977017973003,-88.1995290014485,-88.2169,-88.304692,-88.506912,-88.7073777154018,-88.70738,-88.7764957607352,-88.940384860378,-88.9925602268173,-89.042898,-89.3657986076635,-89.4014168110406,-89.493216,-89.8375948863256,-89.926484,-89.927006876764,-90.22319,-90.4263769607361,-90.437011,-90.642843,-90.672727,-90.700856,-90.743677,-90.852497,-90.8969620271584,-90.941567,-91.017239,-91.070716,-91.09882,-91.138,-91.155519,-91.1590843059475,-91.174692,-91.1749349139112,-91.175253,-91.134173,-91.087456,-91.05791,-91.107237,-91.154806,-91.207367,-91.199408,-91.2106633577727,-91.232276,-91.217706,-91.232812,-91.252926,-91.273252,-91.2570001560057,-91.243955,-91.2876556273671,-91.291002,-91.357426,-91.4235686998173,-91.440536,-91.5592155630397,-91.573283,-91.647873,-91.719097,-91.817302,-91.8544999752977,-91.892698,-91.916191,-91.9636,-92.0845285804928,-92.111085,-92.232472,-92.2453646490054,-92.291005,-92.314071,-92.3169331334058,-92.361518,-92.399281,-92.54928,-92.618025,-92.696491,-92.7316238513032,-92.7923607996705,-92.805287,-92.768574,-92.7671173343572,-92.7670232657519,-92.750802,-92.761904,-92.802911,-92.740509,-92.7438234793656,-92.766932,-92.7660914086737,-92.761868,-92.7482676746859,-92.698967,-92.658486,-92.646768,-92.686793,-92.728023,-92.756906,-92.801503,-92.881136,-92.887929,-92.886697124409],"lat":[45.644148,45.715142,45.7293967344697,45.73665,45.790014,45.835341,45.883805,45.924442,45.94625,45.970118,45.972952,46.002252,46.01954,46.015685,46.052149,46.074377,46.157321306496,46.244043,46.41721950288,46.495585,46.663242,46.664741,46.695241,46.731596,46.734446,46.710517,46.706469,46.682539,46.690211,46.690176,46.734733,46.757488,46.7574752934595,46.757453,46.78964,46.798136,46.826825,46.836887,46.866824,46.84476,46.870008,46.879471,46.903053,46.925602,46.982274,47.001888,46.962558,46.938738,46.894254,46.823143,46.765631,46.739957,46.699582,46.65841,46.617296,46.592503,46.5874880724456,46.58305,46.616066,46.624941,46.646289,46.692267,46.645326,46.584892,46.5862362587505,46.589614,46.561492,46.566094,46.533663,46.553278,46.518846,46.499947,46.420485,46.336852,46.2999157284081,46.243804,46.138505,46.096536354436,46.072107163776,46.021609,46.027308,46.0144656703203,46.013538,45.989287,45.990627,46.015132,46.020822,45.979688,45.991654,45.959369,45.962983,45.947111,45.9228112422627,45.922211,45.875593,45.821694,45.798839,45.7849770301437,45.782549,45.795435,45.764021,45.754843,45.7227525753469,45.703556,45.673934,45.653211,45.609204,45.574906,45.524676,45.473139,45.444177,45.393106,45.35302,45.353608,45.355037,45.383827,45.368752,45.31636,45.245224,45.197051,45.150522,45.106368,45.095264,45.045157,44.976865,44.974233,44.9627521717603,44.954013,44.924355,44.873987,44.857771,44.818723,44.75608,44.720196,44.6776639390448,44.664035,44.609288,44.572581,44.539216,44.529693,44.574135,44.608434,44.639281,44.6536977497349,44.667122,44.6770118161559,44.693246,44.724548,44.798739,44.851791,44.857437,44.869596,44.886109,44.934393,45.01353,45.081361,45.167259,45.17305,45.209783,45.257003,45.292838,45.299254,45.290684,45.227333,45.186946,45.134987,45.079316,45.012565,44.948077,44.885928,44.83318,44.771335,44.675512109805,44.631191,44.586274,44.460686,44.3275128561299,44.321385,44.259957,44.210803,44.15969,44.131695,44.081894,43.965936,43.8922088874568,43.873721,43.810445,43.76735,43.722895,43.679542,43.563054,43.5430150907866,43.492783,43.420677,43.307652,43.197108,43.1921342479758,43.12591,43.064412,43.015814,42.944116,42.856717,42.8530166042044,42.8422735467354,42.784896,42.700819,42.6683110611767,42.64402,42.57922,42.49192,42.4928546046294,42.4957560156903,42.495923,42.4956081727515,42.494883,42.4935870147696,42.493587,42.4941366004674,42.4954398274712,42.4958547198992,42.496255,42.5000259669515,42.5004419310737,42.501514,42.5049103527915,42.505787,42.5057904857746,42.507765,42.5071777352237,42.507147,42.508481,42.576599,42.626445,42.64556,42.664822,42.6743180564343,42.683844,42.719566,42.775502,42.864421,42.903772,42.975774,42.9874777913228,43.038713,43.0802603718452,43.134665,43.174405,43.221891,43.253968,43.313645,43.334826,43.373659,43.403032,43.4194417829033,43.450952,43.50055,43.564842,43.600363,43.666623,43.7256587372224,43.773046,43.847065,43.852733,43.917231,43.9842968803226,44.001501,44.0242093165812,44.026901,44.064109,44.128853,44.164235,44.1972265195522,44.231105,44.318094,44.362112,44.404614314801,44.413948,44.445434,44.4542511243518,44.485464,44.538014,44.5392760122027,44.558935,44.558292,44.577704,44.61287,44.689436,44.7149227852596,44.7589838136971,44.768361,44.854368,44.8615151858759,44.8619767370977,44.941567,45.022467,45.065403,45.113396,45.123646262323,45.195111,45.2100217024227,45.284938,45.2960593865098,45.336374,45.396058,45.437929,45.472271,45.525652,45.557499,45.562854,45.573409,45.639006,45.644148]}]],[[{"lng":[-104.057698,-104.039138,-104.039977,-104.040135756493,-104.040358,-104.041764,-104.041937,-104.042597,-104.043776,-104.044133156107,-104.045443,-103.660779,-103.434851,-103.218396,-102.995668019138,-102.942069961191,-102.880252,-102.704871,-102.550947,-102.32823,-102.087555,-102.000679921018,-101.998617078234,-101.794606,-101.557276,-101.365283,-101.106826,-100.76211,-100.511949026151,-100.511793,-100.499354215384,-100.294126,-100.152084,-99.880292,-99.8800620948066,-99.718073,-99.7180710428822,-99.61116,-99.490254,-99.34496,-99.092868,-99.0057543501525,-99.005642,-98.7243744138881,-98.625379,-98.414518,-98.070515,-98.0081017982778,-97.9787778096234,-97.77704,-97.542598,-97.228291,-97.082093,-96.563672,-96.571871,-96.587093,-96.630512,-96.672665,-96.745086,-96.82616,-96.851621,-96.843957,-96.8354191619781,-96.781036,-96.742509,-96.710786,-96.675447,-96.617726,-96.562142,-96.521787,-96.482556,-96.4700776030493,-96.457781,-96.457553498485,-96.4558401136336,-96.4548305155538,-96.4538066996671,-96.4532913135987,-96.452213,-96.4524358245955,-96.4524358546695,-96.4529095716932,-96.4529095743663,-96.453315,-96.45326,-96.598928,-96.584603,-96.594254,-96.521572,-96.524289,-96.530392,-96.578823,-96.5590273427097,-96.552963,-96.522084,-96.475571,-96.458854,-96.439335,-96.4520975160537,-96.458201,-96.511605,-96.492693,-96.520246,-96.500308,-96.541689,-96.5404723291933,-96.537851,-96.577937,-96.621875,-96.624704,-96.591602,-96.526766,-96.48002247898,-96.476952,-96.49297,-96.477454,-96.445508,-96.501321,-96.525142,-96.611489,-96.6279454569017,-96.658754,-96.7093,-96.697639,-96.778182,-96.801652,-96.8073706000982,-96.906797,-96.965679,-97.0156311127472,-97.02485,-97.131331,-97.1650703923738,-97.213957,-97.237868,-97.302075,-97.341181,-97.417066,-97.452177,-97.484916876342,-97.515948,-97.59926,-97.6354420904415,-97.70103,-97.801344,-97.857957,-97.876887,-97.905001,-97.950147,-98.035034,-98.1047,-98.14806,-98.1525866548382,-98.231922,-98.280007,-98.3081868164513,-98.386445,-98.434503,-98.478919,-98.49855,-98.847992,-99.2544550123166,-99.534055014809,-99.850037,-100.198412611566,-100.198413799775,-101.000429,-101.228109393116,-102.082486319192,-102.082548043072,-102.40864,-102.792110939839,-103.000896516076,-103.476133,-103.505099261632,-104.053127,-104.053876,-104.054684568427,-104.054794284348,-104.055032,-104.055487998451,-104.055488,-104.055416190705,-104.055406377827,-104.055389,-104.055695199261,-104.05581,-104.057698],"lat":[44.997431,44.99852,45.124988,45.2128907620416,45.335946,45.490789,45.557915,45.749998,45.864707,45.8819762583498,45.94531,45.945241,45.945291,45.945208,45.9451164437715,45.9450944113532,45.945069,45.945072,45.945015,45.944806,45.944598,45.9445383927275,45.9445369773569,45.944397,45.9441,45.944092,45.943984,45.943767,45.9436540704345,45.943654,45.9436319988143,45.943269,45.942486,45.941672,45.9416709158022,45.940907,45.9409070034964,45.941098,45.940362,45.940299,45.940184,45.9399443091284,45.939944,45.9386747332615,45.938228,45.936504,45.93618,45.9360126290493,45.9359339920987,45.935393,45.935258,45.9356565956461,45.935842,45.935245,45.871846,45.816445,45.781157,45.732336,45.701576,45.654164,45.619412,45.594003,45.5861286928808,45.535972,45.478723,45.43693,45.410216,45.408092,45.38609,45.375645,45.346273,45.3267996493923,45.30761,45.2688979287184,44.97734524828,44.8055502040458,44.631335831948,44.543636801818,44.360149,44.196801586665,44.1967795400951,43.8495088526372,43.8495068930184,43.552299,43.50039,43.500457,43.46961,43.434153,43.38564,43.347214,43.300034,43.291095,43.257555675618,43.247281,43.22096,43.221054,43.143356,43.113916,43.0825529251945,43.067554,43.039927,43.005089,42.977643,42.959391,42.922576,42.908595697956,42.878475,42.827645,42.779255,42.725497,42.688081,42.641184,42.5613247765607,42.556079,42.517282,42.509589,42.49063,42.482749,42.510234,42.506088,42.5270961391418,42.566426,42.603753,42.659143,42.662993,42.698774,42.700678985373,42.7338,42.724532,42.7565254624882,42.76243,42.771929,42.7916166414677,42.820143,42.853139,42.86566,42.855882,42.865918,42.846048,42.8500032148679,42.853752,42.856229,42.8518090751855,42.843797,42.858003,42.865093,42.852663,42.798872,42.769619,42.764205,42.808475,42.840013,42.8411533810637,42.86114,42.874996,42.8864892074256,42.918407,42.929227,42.963539,42.99856,42.998255,42.9982209267867,42.9981974883181,42.998171,42.9979768846315,42.9979768839694,42.99753,42.9978688825282,42.9991405485193,42.99914064039,42.999626,43.0000362357704,43.0002595937953,43.000768,43.0007588130312,43.000585,43.289801,43.477815541711,43.503327530406,43.558603,43.853475998456,43.853477,44.1410812067834,44.1803828740957,44.249983,44.5709903771422,44.691343,44.997431]}]],[[{"lng":[-114.052472,-114.052471996614,-114.051728,-114.049658,-114.049903,-114.049903375658,-114.050138,-114.05012,-114.050154,-114.050153620806,-114.049436705931,-114.048054,-114.049104,-114.047079,-114.047181412926,-114.047783,-114.047268153077,-114.046386,-114.046372817373,-114.046178,-114.045577,-114.043505,-114.042145146235,-114.042145,-114.041447,-114.040231,-114.039901,-114.041723,-113.817964,-113.496548,-113.249159,-113.000821,-113.000040139624,-112.648019,-112.264936,-112.15917745151,-112.109532,-112.109512054212,-111.750778,-111.507813035176,-111.507806195687,-111.471381,-111.374129,-111.046689,-111.045818464842,-111.045789,-111.0466,-111.046636983126,-111.046723,-110.539819,-110.121639,-110.048482995685,-110.000716736441,-109.715409,-109.250735,-109.050076,-109.048455,-109.048259750048,-109.048249,-109.050732112077,-109.050973,-109.050615,-109.050871925262,-109.051066846273,-109.051223831017,-109.051512,-109.059961972589,-109.059962,-109.060062,-109.041762,-109.041796614855,-109.042604100621,-109.043780720503,-109.045223,-109.495338,-110.000677,-110.000681818589,-110.47019,-110.750686478928,-110.75069,-111.066496,-111.278286,-111.405869,-111.412783987873,-112.35769,-112.538571,-112.545094,-112.829501944372,-112.899190897616,-112.966471,-113.965907,-114.0506,-114.051749,-114.051974,-114.052701,-114.052472],"lat":[37.604776,37.6047766427194,37.745997,37.881368,38.148601,38.1487630266706,38.24996,38.404536,38.57292,38.5729752130034,38.6773624568796,38.878693,39.005509,39.499943,39.5427436022297,39.79416,39.9060981137562,40.097896,40.1169358330122,40.398313,40.495801,40.726292,40.9998965772633,40.999926,41.207752,41.49169,41.753781,41.99372,41.98858,41.993305,41.996203,41.998223,41.9982276125391,42.000307,42.000991,41.9986819297378,41.997598,41.9975980962947,41.99933,41.9996856683522,41.9996856783643,41.999739,42.000893,42.001567,41.5798449482258,41.565571,41.360692,41.2516269562514,40.997959,40.996346,40.997101,40.9972972928506,40.9974254597082,40.998191,41.001009,41.000659,40.826081,40.662601817228,40.653601,40.2226552582576,40.180849,39.87497,39.6604717771594,39.4977388093662,39.3666775495863,39.126095,38.4999890310208,38.499987,38.275489,38.16469,38.1530323049685,37.8810848174926,37.4848192314175,36.999084,36.999105,36.997968,36.9979680002976,36.997997,37.0031969347252,37.003197,37.002389,37.000465,37.001481,37.001477687156,37.001025,37.000744128882,37.000734,37.0003864013144,37.0003012286284,37.000219,37.000025,37.000396,37.088434,37.284511,37.492014,37.604776]}]],[[{"lng":[-88.0594694927008,-88.040861,-88.016311,-88.030884,-87.98877,-87.96221,-87.927468,-87.975819,-87.9702008408039,-87.968968,-87.908542,-87.831972,-87.779996,-87.7511059451205,-87.74104,-87.714047,-87.654166,-87.660732,-87.6483567630745,-87.637752,-87.62012,-87.545538,-87.498948,-87.521681,-87.5352570508085,-87.54737,-87.5287176636979,-87.527645,-87.529496,-87.579117,-87.572588,-87.625379,-87.6382934137441,-87.640435,-87.577029,-87.593486,-87.594745845406,-87.600397,-87.578331,-87.531646,-87.531624,-87.5316666819744,-87.532385282791,-87.532703,-87.5324544938843,-87.532308,-87.531021612428,-87.530054,-87.5270652633992,-87.5268757732538,-87.526292,-87.5261364904237,-87.526014,-87.5264633059912,-87.52652,-87.5266481580824,-87.5267678862275,-87.526768,-87.5254093533475,-87.52494,-87.524044,-87.470742,-87.415816,-87.365439,-87.261536,-87.2227999491184,-87.125835,-87.027888,-86.9328490284944,-86.90913,-86.824828,-86.6413229205208,-86.640044,-86.5242197424429,-86.501773,-86.2260943449874,-86.22607,-86.0625630290106,-85.791363,-85.7913349619628,-85.6597502379909,-85.2921788113335,-85.232835,-85.196774200302,-84.8251282838768,-84.805883,-84.806082,-84.8049581562396,-84.8042532576115,-84.804133,-84.8037035726169,-84.8036449822556,-84.803234,-84.8028596219514,-84.8026702061534,-84.802119,-84.8021190322638,-84.8024138785794,-84.802547,-84.8029313665713,-84.804119,-84.8041205270149,-84.8049173025784,-84.808706,-84.8101612384745,-84.8114171063805,-84.8141281379328,-84.814129,-84.8157059432555,-84.8161601949108,-84.817453,-84.8188770978104,-84.8188774692751,-84.820159,-84.820157,-84.860689,-84.897171,-84.8775702311248,-84.849445,-84.832617,-84.877762,-84.8644285189917,-84.830472,-84.786406,-84.7986998229523,-84.803247,-84.812877,-84.856904,-84.962535,-85.0210521416742,-85.071928,-85.146861,-85.187278,-85.2017606225486,-85.238665,-85.275454,-85.3326407337514,-85.340953,-85.400481,-85.448862,-85.438742,-85.43617,-85.4314160707522,-85.4156,-85.4329722694261,-85.433136,-85.474354,-85.498866,-85.587758,-85.621625,-85.6344441449773,-85.646201,-85.683561,-85.750962,-85.7945109067701,-85.816164,-85.839664,-85.894764,-85.8959117877356,-85.905164,-85.922395,-85.9517296459155,-85.976028,-85.9973516597543,-86.033386,-86.095766,-86.206439,-86.278656,-86.321274,-86.356407267971,-86.387216,-86.4335743640881,-86.434046,-86.471903,-86.4880524671283,-86.521825,-86.525174,-86.509368,-86.599848,-86.615215,-86.6467030578591,-86.658374,-86.722247,-86.779993,-86.810913,-86.8136599412853,-86.875874,-86.927747,-86.9777414251102,-87.010315,-87.043049,-87.057836,-87.105614,-87.137502,-87.180063,-87.25525,-87.270387407739,-87.304057452442,-87.331765,-87.418585,-87.4486358576095,-87.486347,-87.551277,-87.608479,-87.625851,-87.681633,-87.7132107852903,-87.723635,-87.808013,-87.87254,-87.921744,-87.9253933783054,-87.938128,-87.903804,-87.935861,-87.970262,-88.02803,-88.067364,-88.0594694927008],"lat":[37.8666898040108,37.891767,37.961574,38.030713,38.055591,38.100054,38.151946,38.197834,38.2302710583858,38.237389,38.268581,38.307241,38.370842,38.4188492084548,38.435576,38.47988,38.511911,38.541092,38.5666287160576,38.588512,38.639489,38.677613,38.757774,38.826576,38.8524914649674,38.875614,38.9059437862892,38.907688,38.971925,39.001607,39.057286,39.101806,39.1574925472025,39.166727,39.211123,39.247452,39.259383616483,39.312904,39.340343,39.347888,39.469378,39.4771109927429,39.6073049442215,39.664868,39.8829991187823,40.011587,40.1480353967457,40.250671,40.4768822924615,40.4912244096904,40.535409,40.7368850814229,40.895582,41.0103548179645,41.024837,41.1660899445116,41.2980516024792,41.298177,41.4702806660617,41.529735,41.708335,41.672835,41.688183,41.629536,41.620336,41.62888983896,41.650302,41.674661,41.7164969379022,41.726938,41.76024,41.7596749381428,41.759671,41.7595721559735,41.759553,41.7600159591164,41.760016,41.759653033158,41.759051,41.7590510395575,41.759236686047,41.7597552747018,41.759839,41.759870841803,41.7601990063519,41.760216,41.696089,41.5301378133882,41.4260497115499,41.408292,41.2712583305706,41.2525616835482,41.121414,40.9893740520086,40.922568713921,40.728163,40.7281459368726,40.5722128806467,40.50181,40.4653866217198,40.352844,40.3527622302971,40.3100959150341,40.107216,40.0050675438482,39.9169136295798,39.7266165116193,39.726556,39.5677216640274,39.5219681089929,39.391753,39.3051661690523,39.3051435835594,39.227225,39.10548,39.07814,39.052407,39.031262844094,39.000923,38.96146,38.920357,38.9138436410494,38.897256,38.88222,38.8592273902067,38.850723,38.786087,38.790224,38.778035,38.7585273247139,38.741567,38.695427,38.687609,38.6974407918463,38.722494,38.741172,38.7348167543477,38.733893,38.73598,38.713368,38.659319,38.598292,38.5862856131089,38.546341,38.5241233969879,38.523914,38.504074,38.468242,38.450495,38.417089,38.3783994475748,38.342916,38.295469,38.26787,38.2779547357953,38.282969,38.23977,38.188469,38.1799269208704,38.11107,38.028679,38.0149401270906,38.00356,37.9912256022991,37.970382,38.00893,38.021876,38.098509,38.147418,38.1352778367658,38.124632,38.0871443875795,38.086763,38.046218,38.0436653088997,38.038327,37.968228,37.902887,37.906754,37.852857,37.8649089758978,37.869376,37.892648,37.956522,37.99715,37.9960344951416,37.97077,37.934956,37.9256992083727,37.919668,37.875049,37.827457,37.767631,37.807264,37.841375,37.867326,37.87542282659,37.8934325491223,37.908253,37.944763,37.9338778682149,37.920218,37.925418,37.898794,37.851919,37.855917,37.8830883903665,37.892058,37.875191,37.920999,37.907885,37.8995914848741,37.870651,37.817762,37.789703,37.781856,37.799224,37.856051,37.8666898040108]}]],[[{"lng":[-70.275526,-70.193712,-70.079133,-70.049053,-69.984869,-69.960181,-70.015225,-70.096967,-70.211479,-70.275526],"lat":[41.310464,41.313787,41.319504,41.391702,41.358818,41.264546,41.237964,41.24085,41.248765,41.310464]}],[{"lng":[-70.833802,-70.757797,-70.686881,-70.603555,-70.553277,-70.496197,-70.463833,-70.448262,-70.577454,-70.693635,-70.768687,-70.821284,-70.833397,-70.833802],"lat":[41.353386,41.365702,41.441334,41.482384,41.452955,41.424908,41.419145,41.353651,41.349163,41.342833,41.303702,41.251014,41.316778,41.353386]}],[{"lng":[-73.508142,-73.4106444074273,-73.3835056572836,-73.352527,-73.3525249549442,-73.3070040761806,-73.264957,-73.1424951205144,-73.0230178932901,-73.0186486133504,-72.930262612518,-72.8642918548454,-72.809113,-72.5167111827822,-72.458519,-72.4511950518227,-72.4120300647523,-72.2830340925109,-72.2036134798068,-72.124526,-72.081365050188,-71.9290300590535,-71.8987687719366,-71.8053896027383,-71.745817,-71.636214,-71.351874,-71.294205,-71.255605,-71.2551101218106,-71.2453840329207,-71.181803,-71.186104,-71.149703,-71.1163750121775,-71.064201,-71.0487164136986,-71.031201,-70.9665,-70.930799,-70.86475,-70.817296,-70.80522,-70.772267,-70.72982,-70.681594,-70.645101,-70.602506,-70.594014,-70.654727,-70.698574,-70.804091,-70.848492,-70.835991,-70.886493,-70.8992339791018,-70.905993,-70.913192,-70.9552110614633,-70.982994,-70.9825456015879,-70.974897,-70.9758929421261,-70.9830935859472,-70.997838,-70.9930596399482,-70.967351,-70.9484970435343,-70.91749,-70.881242,-70.851093,-70.8358517753944,-70.788724,-70.7815745455685,-70.73056,-70.685315,-70.6792377745025,-70.63848,-70.644337,-70.678798,-70.662476,-70.608166,-70.583572,-70.546386,-70.525567,-70.54103,-70.5364072541248,-70.494048,-70.441718,-70.323819,-70.272289,-70.216073,-70.121978,-70.024734,-70.003842,-70.006111,-70.06901,-70.074006,-70.0765739991367,-70.083775,-70.15076,-70.190834,-70.245385,-70.189305,-70.138942,-70.049382,-69.994136,-69.9802313615877,-69.974781,-69.935952,-69.928261,-69.931129,-69.964982,-70.011229,-70.011961,-70.007011,-70.055523,-70.158621,-70.269687,-70.321588,-70.400581,-70.445289,-70.476256,-70.559689,-70.654104,-70.6690583666006,-70.734306,-70.79027,-70.857528,-70.948431,-70.934986,-70.806861,-70.726088944807,-70.698197,-70.695392,-70.7159798446688,-70.7617700797884,-70.765463,-70.8039626132079,-70.82191,-70.853121,-70.8576236660334,-70.9090917764468,-70.910165,-70.941785,-70.981708,-71.0203212322244,-71.035514,-71.085663,-71.12057,-71.137492,-71.132888,-71.19564,-71.2013271875249,-71.2086005328951,-71.261392,-71.3172640975601,-71.329396,-71.339597,-71.339298,-71.3817,-71.381461,-71.3814313468931,-71.381401,-71.4580809945561,-71.4982240131247,-71.559439,-71.591096527631,-71.6062034411341,-71.799242,-71.80065,-71.8846768359037,-71.987326,-72.1021594345268,-72.1357314619467,-72.198845978132,-72.317148,-72.3974762551959,-72.5091793362983,-72.528131,-72.607933,-72.735496,-72.766739,-72.7747593160786,-72.810078,-72.847142,-72.999549,-73.0087627816307,-73.0533626737481,-73.1272291708784,-73.231056,-73.487314,-73.4896799420321,-73.508142],"lat":[42.086257,42.3517462996479,42.4256460501838,42.510002,42.5100075099506,42.6326534514115,42.74594,42.7434257171969,42.7409727127269,42.7408830063998,42.7390683404576,42.7377138851592,42.736581,42.7284676698292,42.726853,42.7266508854936,42.7255700733633,42.722010250624,42.7198185286799,42.717636,42.7164565385412,42.7122936725326,42.7114667208088,42.7089149435285,42.707287,42.704888,42.698154,42.69699,42.736389,42.7363970532872,42.7365553285746,42.73759,42.790689,42.815489,42.8119029144351,42.806289,42.8310643380822,42.859089,42.868989,42.884589,42.870258,42.87229,42.781798,42.711064,42.669602,42.662342,42.689423,42.677702,42.63503,42.582234,42.577393,42.561595,42.550195,42.490496,42.470197,42.4499156556865,42.4391565115922,42.427697,42.4254690903917,42.423996,42.420221800052,42.355843,42.3543392537219,42.3434671949331,42.321205,42.3128922804124,42.268168,42.2823546937823,42.305686,42.300663,42.26827,42.2647632647134,42.25392,42.2486369460239,42.21094,42.133025,42.1263494594225,42.081579,42.045895,42.00551,41.960592,41.940701,41.950007,41.916751,41.85873,41.815754,41.8116341457464,41.773883,41.752898,41.736058,41.721346,41.742981,41.758841,41.787364,41.80852,41.852396,41.884924,41.93865,41.95794245825,42.012041,42.026569,42.020028,42.063733,42.082337,42.092907,42.064689,41.999258,41.9459864602333,41.925105,41.809422,41.6917,41.622659,41.55111,41.543931,41.619797,41.671579,41.664843,41.650438,41.617775,41.630508,41.606382,41.591815,41.558502,41.54833,41.519025,41.5129296626746,41.486335,41.446339,41.425767,41.409193,41.454699,41.497583,41.5432369319176,41.559002,41.602546,41.6140132687642,41.6395180722704,41.641575,41.6015155410003,41.582841,41.587321,41.5865120924635,41.5772658054655,41.577073,41.540121,41.51007,41.502159475917,41.499047,41.509292,41.497448,41.602561,41.660102,41.67509,41.6817683282027,41.6903092436027,41.752301,41.7771946633724,41.7826,41.832,41.893399,41.893199,41.952141,41.9850841191295,42.018798,42.0168788251287,42.0158741110185,42.014342,42.0135133435572,42.0131179102388,42.008065,42.023569,42.0250593514843,42.02688,42.0286302400548,42.0291419299416,42.030103893282,42.031907,42.0328161911358,42.0340804965901,42.034295,42.030795,42.036399,42.002995,42.0021291041803,41.998316,42.036894,42.038653,42.0389034162467,42.0401155719103,42.0421231483548,42.044945,42.049638,42.0537977095867,42.086257]}]],[[{"lng":[-91.621358,-91.564192,-91.508858,-91.536061,-91.532336,-91.510356,-91.51714,-91.489618,-91.437616,-91.457517,-91.463817,-91.395715,-91.380915,-91.3801245299835,-91.318576,-91.3204587332816,-91.359514,-91.345714,-91.290135,-91.2440151613247,-91.234899,-91.18111,-91.17741,-91.117409,-91.080808,-91.079108,-91.034707,-91.039472318907,-91.108509,-90.991227,-90.947834,-90.92117,-90.986672,-90.965986,-91.052907,-91.060516,-91.011275,-91.0487604277637,-91.049312,-91.0552931049499,-91.079506,-91.098762,-91.056999,-91.113652,-91.157614,-91.161669,-91.13789,-91.070602,-91.072075,-91.134414,-91.166073,-91.159606098013,-91.120379,-91.180836,-91.153015,-91.104317,-91.084366,-91.068708,-91.086137,-91.125539,-91.142219,-91.113764,-91.147663,-91.171799,-91.189375,-91.215671,-91.2056449859479,-91.188942,-91.130902,-91.178311,-91.10098,-91.075389,-91.143287,-91.111494,-91.08551,-91.026782,-91.025173,-91.052819,-91.061247,-91.026382,-91.035961,-91.088696,-91.048367,-91.004981,-90.979945,-90.942662,-90.89242,-90.874541,-90.90113,-90.946323,-90.9447955243095,-90.9440807601938,-90.938064,-90.894385,-90.882701,-90.89456,-90.839981,-90.812829,-90.752681,-90.765174,-90.729131,-90.660404,-90.641398,-90.575336,-90.583717,-90.569347,-90.549244,-90.587224,-90.5732884126183,-90.550158,-90.546053,-90.505494,-90.473527,-90.463795,-90.4079827537943,-90.401633,-90.313476,-90.3114242503452,-90.250095,-90.244476,-90.309297,-89.795187,-89.7596126422344,-89.7243158379686,-89.6442838340921,-89.434954,-89.3526793918484,-89.198287901495,-89.02654,-89.0171270115524,-88.823050501632,-88.786612,-88.469877,-88.3804925115221,-88.3635302685392,-88.258111,-88.200064,-88.154617,-88.097888,-88.134263,-88.1395594412474,-88.1549021840087,-88.1732617345949,-88.2035834952194,-88.207229,-88.2483874739095,-88.254445,-88.2745164707837,-88.3044428135104,-88.317135,-88.3400849921393,-88.3474902478349,-88.373338,-88.3892485641243,-88.4213122213943,-88.428278,-88.4311453634628,-88.4533877631093,-88.46866,-88.4686624840513,-88.468669,-88.4636253046849,-88.459478,-88.4494460690171,-88.44866,-88.432007,-88.4260209637871,-88.4124674313592,-88.41227,-88.403931,-88.395023,-88.409927,-88.446495,-88.471875,-88.522494,-88.581929,-88.613006,-88.66382,-88.700587,-88.746945,-88.8003435152035,-88.818762,-88.89393,-88.971233,-89.083237,-89.18684,-89.294444,-89.3070237608445,-89.344746,-89.424624,-89.447465,-89.475824,-89.524504,-89.607655,-89.634208,-89.678514,-89.6999320828408,-89.712493,-89.791664,-89.821868,-89.8261803591152,-89.836331,-89.791745,-89.750073,-89.7281756901606,-89.728147,-89.8359078243282,-89.897516,-90.2595549404913,-90.346007,-90.3472410806621,-90.5475744252331,-90.5671954006585,-90.758775,-90.8258291412919,-91.0601274679966,-91.1761401239669,-91.224068,-91.636942,-91.6282572982088,-91.560365,-91.594693,-91.621671,-91.5909938930645,-91.590051,-91.644356,-91.621358],"lat":[31.267811,31.261633,31.291644,31.338355,31.390275,31.438928,31.498394,31.534266,31.546166,31.587566,31.620365,31.644165,31.732464,31.73262695305,31.745315,31.7478006144822,31.799362,31.842861,31.833658,31.8697324375039,31.876863,31.920059,31.973257,31.987057,32.023456,32.050255,32.101053,32.1079681426653,32.20815,32.214662,32.283486,32.342073,32.35176,32.424806,32.438442,32.512361,32.516596,32.5727970404214,32.573624,32.5789835010771,32.60068,32.685291,32.72558,32.73997,32.776033,32.812465,32.848975,32.888659,32.937832,32.980533,33.004106,33.0112423213068,33.05453,33.098364,33.135093,33.131598,33.180856,33.232936,33.273652,33.280255,33.348989,33.393124,33.427172,33.462342,33.493005,33.529423,33.5469783709329,33.576225,33.610919,33.651109,33.660551,33.714403,33.747141,33.774568,33.77641,33.763642,33.805953,33.824181,33.877505,33.90798,33.943758,33.961334,33.985078,33.977011,34.000106,34.01805,34.02686,34.072041,34.094667,34.109374,34.1166572053142,34.1200652947774,34.148754,34.160953,34.184364,34.22438,34.236114,34.279438,34.289266,34.342818,34.364206,34.33576,34.383869,34.415152,34.458829,34.524867,34.568101,34.615732,34.633670506468,34.663445,34.702076,34.764568,34.788835,34.834923,34.8352659792807,34.835305,34.871698,34.8728511441,34.90732,34.937596,34.995694,34.994293,34.9942397717315,34.9941869587535,34.9940672105625,34.993754,34.9939961417459,34.9944505301151,34.994956,34.9949676128363,34.995207045695,34.995252,34.996033,34.9957924082221,34.9957467517971,34.995463,34.995634,34.922392,34.892202,34.62266,34.5816967458839,34.46303430044,34.3210395343343,34.0865277314681,34.058333,33.7449075948817,33.698779,33.5340014777852,33.28832,33.184123,32.991264337875,32.9290347868805,32.711825,32.5781223959586,32.3086791230113,32.250143,32.2276362346889,32.0530492054197,31.933173,31.8938557116156,31.790722,31.6979423713502,31.621652,31.4358368612776,31.421277,31.114298,30.9982813574303,30.7355974592153,30.731771,30.543359,30.369425,30.342115,30.347753,30.32002,30.340092,30.331063,30.353964,30.362099,30.343689,30.347622,30.3572641730949,30.36059,30.393398,30.390798,30.368097,30.331197,30.307596,30.3039947802441,30.293196,30.245391,30.205098,30.191561,30.180753,30.217096,30.308256,30.414012,30.454036880786,30.47751,30.551524,30.644024,30.6688232701852,30.727197,30.820387,30.91293,31.0023138879841,31.002431,31.0021014231176,31.001913,31.0006617812291,31.000363,31.0003606679808,30.9999821017916,30.9999450243999,30.999583,30.9995253553406,30.9993239353092,30.9992242023186,30.999183,30.999416,31.0050970018952,31.049508,31.091444,31.13687,31.1919985656988,31.193693,31.234414,31.267811]}]],[[{"lng":[-104.053142,-104.052453,-104.052287134121,-104.052287,-104.052634571633,-104.052735,-104.052825235239,-104.053026,-104.052762137092,-104.052729,-104.052793,-104.053107,-104.052662191568,-104.052586,-104.053127,-103.505099261632,-103.476133,-103.000896516076,-102.792110939839,-102.40864,-102.082548043072,-102.082486319192,-101.228109393116,-101.000429,-100.198413799775,-100.198412611566,-99.850037,-99.534055014809,-99.2544550123166,-98.847992,-98.49855,-98.478919,-98.434503,-98.386445,-98.3081868164513,-98.280007,-98.231922,-98.1525866548382,-98.14806,-98.1047,-98.035034,-97.950147,-97.905001,-97.876887,-97.857957,-97.801344,-97.70103,-97.6354420904415,-97.59926,-97.515948,-97.484916876342,-97.452177,-97.417066,-97.341181,-97.302075,-97.237868,-97.213957,-97.1650703923738,-97.131331,-97.02485,-97.0156311127472,-96.965679,-96.906797,-96.8073706000982,-96.801652,-96.778182,-96.697639,-96.7093,-96.658754,-96.6279454569017,-96.611489,-96.525142,-96.501321,-96.445508,-96.381307,-96.411808,-96.407998,-96.351957192496,-96.336003,-96.336323,-96.3372160947059,-96.347752,-96.2689,-96.272877,-96.223611,-96.132537,-96.159098,-96.1268212534654,-96.107911,-96.064537,-96.0876,-96.1079378717465,-96.111483,-96.118105,-96.09182,-96.080493,-96.005079,-95.9940203930119,-95.982962,-95.922529,-95.9273362423201,-95.92879,-95.92569,-95.890152,-95.911391,-95.9099084912548,-95.90969,-95.856788,-95.8618980682094,-95.868688,-95.863839,-95.8647847640853,-95.865878,-95.828329,-95.837774,-95.8187272785699,-95.810709,-95.841309,-95.8342438167144,-95.834156,-95.888697,-95.846034,-95.781909,-95.748626,-95.765645,-95.75711,-95.714291,-95.7122803718011,-95.694726,-95.684363,-95.649418,-95.641027,-95.653729,-95.598657,-95.553292,-95.5481820011801,-95.5478703162703,-95.54716,-95.472548,-95.48102,-95.432165,-95.394216,-95.414734,-95.382957,-95.348777,-95.30829,-95.3398959708503,-95.784575,-95.7881109948917,-96.0106788179345,-96.02409,-96.154365,-96.239172,-96.2392078784111,-96.4637120767748,-96.469945,-96.805768,-96.873812,-96.9164070054658,-97.009165,-97.369199035315,-97.415833,-97.777155,-97.8215008122752,-97.9318249263172,-98.076034,-98.2740170597529,-98.5044549836368,-98.613755,-98.726372963939,-99.0670183498981,-99.085597,-99.1791331508611,-99.501792,-99.6253267263996,-99.6282538492245,-99.813401,-100.177797545879,-100.19359,-100.193599056836,-100.477018,-100.738824713191,-100.75883,-101.060317,-101.293991,-101.325514027519,-101.411028987802,-101.542273,-101.832161,-102.051744,-102.051309,-102.051308551844,-102.051304798597,-102.051294151579,-102.051292000207,-102.051292,-102.051614,-102.051717516378,-102.556789,-102.621033024452,-102.653464137269,-103.076536,-103.38249165189,-103.573774006195,-103.574522,-104.053249,-104.053142],"lat":[41.114457,41.278202,41.3932140001934,41.393307,41.5642757795737,41.613676,41.697953853064,41.885464,42.0017182658666,42.016318,42.249962,42.499964,42.6117663005415,42.630917,43.000585,43.0007588130312,43.000768,43.0002595937953,43.0000362357704,42.999626,42.99914064039,42.9991405485193,42.9978688825282,42.99753,42.9979768839694,42.9979768846315,42.998171,42.9981974883181,42.9982209267867,42.998255,42.99856,42.963539,42.929227,42.918407,42.8864892074256,42.874996,42.86114,42.8411533810637,42.840013,42.808475,42.764205,42.769619,42.798872,42.852663,42.865093,42.858003,42.843797,42.8518090751855,42.856229,42.853752,42.8500032148679,42.846048,42.865918,42.855882,42.86566,42.853139,42.820143,42.7916166414677,42.771929,42.76243,42.7565254624882,42.724532,42.7338,42.700678985373,42.698774,42.662993,42.659143,42.603753,42.566426,42.5270961391418,42.506088,42.510234,42.482749,42.49063,42.461694,42.410894,42.337408,42.2808947045433,42.264806,42.218922,42.2148495068956,42.166806,42.11359,42.047238,42.022652,41.974625,41.910057,41.8660952477016,41.840339,41.793002,41.72218,41.6765089897621,41.668548,41.613495,41.561086,41.528199,41.544004,41.5068906409415,41.469778,41.455766,41.3899879374596,41.370096,41.322197,41.278308,41.237998,41.1912828508279,41.184398,41.187098,41.1603023482127,41.124698,41.083507,41.0528455046135,41.017403,40.972378,40.924712,40.8979480664065,40.886681,40.845604,40.7837843870431,40.783016,40.736292,40.682605,40.653272,40.603355,40.585208,40.52599,40.527208,40.5237544262074,40.493602,40.463366,40.396149,40.366399,40.322582,40.309809,40.291158,40.2644146728427,40.2627834608198,40.259066,40.236078,40.188524,40.141025,40.108263,40.06982,40.027112,40.029297,39.999998,40.0000288571054,40.000463,40.0004667793653,40.000704665772,40.000719,40.000495,40.000691,40.0006910427544,40.0009585725545,40.000966,40.0013684550954,40.00145,40.0014540910439,40.001463,40.0019393057605,40.002001,40.002167,40.0021868820889,40.0022363450196,40.002301,40.0023374507299,40.002379876736,40.0024,40.0023362731669,40.0021435130522,40.002133,40.0021089526949,40.002026,40.001777827647,40.0017719472684,40.0014,40.0015658138516,40.001573,40.0015730057199,40.001752,40.0022629565677,40.002302,40.002307,40.002559,40.0025653482305,40.0025825695676,40.002609,40.002933,40.003078,40.338381,40.3492213568722,40.440007993377,40.697546832389,40.7495859948737,40.749591,41.002377,41.0023769676239,41.002219,41.0022232026156,41.0022253241436,41.002253,41.001926146621,41.0017217990841,41.001721,41.001406,41.114457]}]],[[{"lng":[-109.049195,-109.048296,-109.04761200322,-109.047612,-109.047117,-109.04711706231,-109.047236980537,-109.047237,-109.047298,-109.046607473922,-109.046426,-109.046182,-109.046138935363,-109.045851,-109.045851235183,-109.046355894384,-109.046796,-109.046296,-109.046024,-109.045871168205,-109.045729,-109.045433,-109.045223,-108.620309,-108.379302950094,-108.000623,-107.481736999155,-107.420921905745,-107.420913,-106.877292,-106.869796,-106.476233588828,-106.343139,-106.006316410798,-105.997472,-105.718469683991,-105.716471,-105.533922,-105.41931,-105.251296,-105.220505200781,-105.155042748048,-105.1208,-104.732031,-104.338833,-104.007849409613,-103.733247,-103.086101075631,-103.002199,-103.001964,-103.002518,-103.002188,-103.002434,-103.041924,-103.040824,-103.041356721818,-103.041553998934,-103.041554,-103.042617950565,-103.042711,-103.042738818608,-103.042769,-103.043072,-103.043946,-103.043850301172,-103.043835830165,-103.043563920791,-103.043516,-103.047346,-103.047346018167,-103.05261,-103.052610516564,-103.056495064338,-103.060103,-103.063468888475,-103.064889,-103.064761,-103.064696,-103.064422,-103.064422401106,-103.064423,-103.326501,-103.722881979148,-103.980213477381,-104.024521,-104.643526,-104.84774,-104.91835699428,-105.153994,-105.750527,-105.997971151664,-106.200699,-106.377173188247,-106.618486,-106.630114,-106.623445,-106.63588,-106.581344,-106.528242,-106.531731,-106.993544,-107.296792990414,-107.422246,-108.208394,-108.208572,-108.208573,-108.707657,-108.861028,-109.050044,-109.049195],"lat":[31.796551,32.084093,32.4263753885142,32.426377,32.77757,32.7777940009477,33.2088950315508,33.208965,33.409783,33.7782238003505,33.875052,34.522393,34.5792910128179,34.959718,34.9598185158367,35.1755071883512,35.363606,35.614251,35.8798,36.002701630519,36.117028,36.874589,36.999084,36.999287,36.9995646863115,37.000001,37.0000045803143,37.0000049999386,37.000005,37.000139,36.992426,36.9937741005469,36.99423,36.9953866288173,36.995417,36.995845927301,36.995849,36.995875,36.995856,36.995605,36.9955632364865,36.9954744456106,36.995428,36.993447,36.993535,36.9959840947091,36.998016,36.9998643611064,37.000104,36.909573,36.675186,36.602716,36.500397,36.500439,36.055231,35.7394335063487,35.6224876319587,35.622487,35.1831572590084,35.144735,34.9541420403614,34.747361,34.619782,34.379555,34.3127498735079,34.302648,34.1128343897554,34.079382,33.824675,33.8246741231517,33.570599,33.5705747764422,33.3884142146206,33.219225,32.9591063818305,32.849359,32.587983,32.522193,32.145006,32.087051,32.000518,32.00037,32.0001655686764,32.0000328513626,32.00001,32.000443,32.000464602835,32.0004720730735,32.000497,32.002206,32.001974590699,32.001785,32.0012401010375,32.000495,31.971258,31.914034,31.871514,31.813906,31.783148,31.78391,31.783689,31.783625337108,31.783599,31.783599,31.499742,31.333395,31.333191,31.332315,31.332502,31.796551]}]],[[{"lng":[-84.2865983787409,-84.28322,-84.223718,-84.178516,-84.097508,-84.0291044137725,-84.02351,-84.038081,-84.007586,-84.021782,-83.973171,-83.9589178345639,-83.9532313801504,-83.916801,-83.848502,-83.771736,-83.6629119015893,-83.653159,-83.587827,-83.498335,-83.452431,-83.421576,-83.347262,-83.297154,-83.26474416829,-83.2561415523036,-83.255351,-83.198267,-83.161537,-83.097193,-83.04853,-82.978414,-82.9666497428986,-82.937437,-82.899718,-82.910608,-82.8937514184314,-82.860724,-82.81613,-82.787465,-82.779397,-82.725065,-82.628365,-82.6057036107936,-82.595525,-82.610885,-82.557874,-82.5080076597225,-82.464558,-82.4169375946732,-82.409458,-82.346857,-82.297655,-82.26569,-82.2202530102866,-82.211251,-82.140847,-82.127146,-82.0811489171324,-82.080143,-82.02874,-81.960101,-81.9343692444926,-81.9184444729048,-81.908137,-81.833202,-81.768977,-81.705966,-81.7253727796853,-81.734312,-81.695311,-81.699962,-81.677535,-81.499831,-81.3532212246022,-81.176712,-81.061866,-80.901726,-80.901661118921,-80.840213077246,-80.704831,-80.6121887881246,-80.4400685434645,-80.431605,-80.295243,-80.0534550433501,-80.0273389151412,-80.027269,-79.8916701669539,-79.714850811052,-79.5136476625086,-79.510647,-79.4700566739243,-79.3428439209599,-79.2184554959223,-79.1383358988714,-78.942009,-78.7962739551405,-78.7341228011172,-78.509965,-78.4572778962559,-78.323718509559,-78.132911,-78.0462083043603,-77.8997741405063,-77.7671033342248,-77.749706,-77.2987701888118,-77.190175,-77.1643227335569,-76.917318,-76.9160376328562,-76.9157318023497,-76.738329,-76.5419658657183,-76.4914825754723,-76.3133029682603,-76.313215,-76.1223499470101,-76.02675,-75.867044,-75.838437,-75.79641,-75.7706514625597,-75.71831,-75.658537,-75.569794,-75.51901,-75.496086,-75.458659,-75.486771,-75.533627,-75.635493,-75.7495614239622,-75.757916,-75.912985,-76.013145,-76.137269,-76.233088,-76.31021,-76.386804,-76.450454,-76.535946,-76.553806,-76.618719,-76.726969,-76.906257,-77.1129643930768,-77.136843,-77.240991,-77.322524,-77.462922,-77.5152165445848,-77.635034,-77.7135131704588,-77.764022,-77.829209,-77.915536,-77.9348271350857,-77.960172,-78.006765,-78.018689,-78.136952,-78.276147,-78.383964,-78.541087,-78.615932,-78.6508874760912,-78.81171,-79.071169,-79.358317,-79.4502774577262,-79.4619655444018,-79.675299,-79.6929483422774,-79.9246842531364,-79.9281034690914,-80.077223,-80.3208325711298,-80.561657,-80.5616733913504,-80.796997,-80.782042,-80.8405659156532,-80.9034811867121,-80.9062399540825,-80.93495,-81.041489,-81.058029,-81.036759,-81.042265811763,-81.04287,-81.3280909892918,-81.3676085885969,-81.494265,-81.7680690613586,-81.8741122043163,-81.9693584012576,-82.039651,-82.0483912296479,-82.2162487192291,-82.295354,-82.3530215230905,-82.411301,-82.455609,-82.53256,-82.5777155449509,-82.68604,-82.746431,-82.7620595521136,-82.783283,-82.897499,-83.0084348037681,-83.108606,-83.1086129965073,-83.322768,-83.4828732042907,-83.5491807535047,-83.619985,-83.936427344252,-83.936646,-84.0053367334383,-84.1294469626359,-84.321869,-84.2865983787409],"lat":[35.2057582184959,35.226577,35.269078,35.240679,35.247382,35.2921237764939,35.295783,35.348363,35.371661,35.407418,35.452582,35.4578994395799,35.4600208895767,35.473612,35.519259,35.562118,35.5677997932083,35.568309,35.566963,35.562981,35.602918,35.611186,35.660474,35.65775,35.7030894961701,35.7151240626578,35.71623,35.725494,35.763363,35.776067,35.787706,35.78261,35.795445979574,35.82732,35.874602,35.92693,35.9338572697089,35.94743,35.923986,35.952163,35.992511,36.018204,36.062105,36.0371988635619,36.026012,35.974442,35.953901,35.9820132054415,36.006508,36.0729700107085,36.083409,36.115209,36.13351,36.127614,36.1538200398431,36.159012,36.136216,36.104417,36.1056921143326,36.10572,36.124322,36.228131,36.2647162043798,36.2873579173821,36.302013,36.347339,36.341042,36.338496,36.3897384974361,36.413342,36.467912,36.536829,36.588117,36.57982,36.5762382311564,36.571926,36.56702,36.561751,36.561751187168,36.5619284516373,36.562319,36.5582162763804,36.5505938138022,36.550219,36.543973,36.5426394280866,36.5424953856142,36.542495,36.5420338366162,36.5414324847413,36.5407482050707,36.540738,36.5408361497866,36.5411437576766,36.5414445361761,36.5416382700559,36.542113,36.5417594935816,36.5416087348408,36.541065,36.5414487083995,36.5424213915586,36.543811,36.5441976726866,36.5448507330225,36.5454424121705,36.54552,36.5460390108545,36.546164,36.5461528199041,36.546046,36.5460813302903,36.5460897693389,36.550985,36.5507845323601,36.5507329938364,36.550551089807,36.550551,36.5505523325541,36.550553,36.550754,36.434897,36.290351,36.2320803070508,36.113674,36.02043,35.863301,35.769087,35.728515,35.596597,35.391652,35.225825,35.22026,35.1856163621922,35.183079,35.1196,35.061855,34.987858,34.905477,34.852309,34.784579,34.71445,34.588577,34.628252,34.67255,34.69669,34.68282,34.6380928323915,34.632926,34.587507,34.535574,34.471354,34.4373849694266,34.359555,34.2902471866868,34.245641,34.162618,33.971723,33.9205485057973,33.853315,33.858704,33.888289,33.912178,33.912364,33.901946,33.851112,33.915523,33.9450694099644,34.081006,34.29924,34.545358,34.6206091350416,34.6301734827031,34.804744,34.8049623311517,34.8078290197515,34.8078713171553,34.809716,34.813620821544,34.817481,34.8174814452703,34.823874,34.935782,35.0014704144179,35.0720877740461,35.0751842697656,35.107409,35.044703,35.07319,35.122552,35.1466085941458,35.149248,35.1622859155574,35.1640923293282,35.169882,35.1797053619282,35.1835099080263,35.1869270884005,35.189449,35.1896375433755,35.1932585486532,35.194965,35.1987041604664,35.202483,35.177425,35.155617,35.1464752675742,35.124545,35.079131,35.0818744360041,35.0856,35.056021,35.0269285115074,35.000659,35.0006588436777,34.995874,34.9908739612868,34.988803195914,34.986592,34.9874843833797,34.987485,34.9876495840123,34.9879469539553,34.988408,35.2057582184959]}]],[[{"lng":[-71.631472,-71.593342,-71.54541,-71.534084,-71.51921,-71.5937,-71.631472],"lat":[41.166678,41.237428,41.24273,41.181862,41.149624,41.146339,41.166678]}],[{"lng":[-71.860513,-71.835951,-71.839649,-71.797683,-71.7917190617472,-71.7893586727423,-71.789356,-71.789464590839,-71.789677581832,-71.789678,-71.792767,-71.799242,-71.6062034411341,-71.591096527631,-71.559439,-71.4982240131247,-71.4580809945561,-71.381401,-71.3814313468931,-71.381461,-71.3817,-71.339298,-71.339597,-71.329396,-71.3172640975601,-71.261392,-71.2086005328951,-71.2013271875249,-71.19564,-71.132888,-71.137492,-71.12057,-71.140224,-71.19302,-71.2126727591074,-71.2398044238189,-71.245992,-71.285639,-71.312694,-71.351096,-71.389284,-71.4172127914837,-71.428652,-71.455371,-71.483295,-71.555381,-71.624505,-71.701631,-71.7292965762004,-71.785957,-71.862772,-71.860513],"lat":[41.320248,41.353935,41.412119,41.416709,41.545772004335,41.5968521603427,41.59691,41.6400171907069,41.7245680002953,41.724734,41.807001,42.008065,42.0131179102388,42.0135133435572,42.014342,42.0158741110185,42.0168788251287,42.018798,41.9850841191295,41.952141,41.893199,41.893399,41.832,41.7826,41.7771946633724,41.752301,41.6903092436027,41.6817683282027,41.67509,41.660102,41.602561,41.497448,41.485855,41.457931,41.4666017059031,41.4785720701705,41.481302,41.487805,41.451402,41.450802,41.460605,41.4560313127744,41.454158,41.407962,41.371722,41.373316,41.36087,41.336968,41.3332840027138,41.325739,41.309791,41.320248]}]],[[{"lng":[-82.863342,-82.82572,-82.782719,-82.788876,-82.842099,-82.863342],"lat":[41.693693,41.72281,41.694003,41.643047,41.628323,41.693693]}],[{"lng":[-84.820159,-84.8188774692751,-84.8188770978104,-84.817453,-84.8161601949108,-84.8157059432555,-84.814129,-84.8141281379328,-84.8114171063805,-84.8101612384745,-84.808706,-84.8049173025784,-84.8041205270149,-84.804119,-84.8029313665713,-84.802547,-84.8024138785794,-84.8021190322638,-84.802119,-84.8026702061534,-84.8028596219514,-84.803234,-84.8036449822556,-84.8037035726169,-84.804133,-84.8042532576115,-84.8049581562396,-84.806082,-84.438067,-84.3995487854742,-84.3604190413973,-84.134417,-83.8803902452576,-83.7631499920621,-83.763038,-83.5855418421088,-83.453832,-83.409531,-83.326825,-83.23166,-83.1638214175228,-83.066593,-83.028072,-82.934369,-82.859531,-82.834101,-82.717878,-82.6905671606649,-82.687921,-82.616952,-82.533208,-82.460599,-82.361784,-82.3480192068912,-82.268479,-82.181598,-82.0711504528736,-81.994565,-81.968480702529,-81.9603249700039,-81.937862,-81.8225035796994,-81.810758,-81.7685751416216,-81.738755,-81.633652,-81.488682733409,-81.466038,-81.388632,-81.286925,-81.184368,-81.05192,-81.0022694065175,-80.900342,-80.800794,-80.581882,-80.519425,-80.5193967266905,-80.519357,-80.5191767503534,-80.5191651698956,-80.5190001313643,-80.518893,-80.519196690325,-80.5192220860809,-80.5196437725473,-80.519891,-80.5198768467404,-80.5198697076862,-80.5197051125992,-80.518991,-80.583633,-80.627171,-80.667957,-80.622195,-80.604895,-80.6273626299369,-80.631596,-80.606596,-80.644598,-80.684173210708,-80.7025753036226,-80.705994,-80.736804,-80.7382184399836,-80.740126,-80.764479,-80.803394,-80.8234381047859,-80.824276,-80.824969,-80.869933,-80.8355216930075,-80.829764,-80.865575,-80.943782,-81.0373650419871,-81.07595,-81.1212738561078,-81.128533,-81.185946,-81.249088,-81.347567,-81.3703898088263,-81.393794,-81.412706,-81.456143,-81.503189,-81.559647,-81.565247,-81.613896,-81.678331,-81.711628,-81.7214681391725,-81.752754,-81.7522970367401,-81.742953,-81.7502668434263,-81.807855,-81.793304,-81.775734,-81.827354,-81.89847,-81.941829,-82.007062,-82.041563,-82.089065,-82.0988666505543,-82.134766,-82.16157,-82.20929,-82.201537,-82.185567,-82.175167,-82.218967,-82.27427,-82.2821333440281,-82.293271,-82.304223,-82.323999,-82.381773,-82.447076,-82.5089669497313,-82.560664,-82.593673,-82.618474,-82.6641169075157,-82.675724,-82.724846,-82.800112,-82.8115423846504,-82.851314,-82.869592,-82.871192,-82.8822899936093,-82.889193,-82.943147,-83.011816,-83.0303349312311,-83.042338,-83.112372,-83.128973,-83.172647,-83.239515,-83.2642989019587,-83.286514,-83.320531,-83.376302,-83.440404,-83.533339,-83.626922,-83.642994,-83.6469114041267,-83.679484,-83.7058616355856,-83.77216,-83.78362,-83.834015,-83.852085,-83.9043750861048,-83.928454,-83.978814,-84.051642,-84.0526461732196,-84.135088,-84.212904,-84.2261626339635,-84.233265,-84.2323050454035,-84.232132,-84.288164,-84.297255,-84.3212072268568,-84.326539,-84.40094,-84.432941,-84.445242,-84.462042,-84.480943,-84.493743,-84.4991878407024,-84.5065187374369,-84.550844,-84.607928,-84.6222839246308,-84.677247,-84.714048,-84.750749,-84.820157,-84.820159],"lat":[39.227225,39.3051435835594,39.3051661690523,39.391753,39.5219681089929,39.5677216640274,39.726556,39.7266165116193,39.9169136295798,40.0050675438482,40.107216,40.3100959150341,40.3527622302971,40.352844,40.4653866217198,40.50181,40.5722128806467,40.7281459368726,40.728163,40.922568713921,40.9893740520086,41.121414,41.2525616835482,41.2712583305706,41.408292,41.4260497115499,41.5301378133882,41.696089,41.704903,41.7059213574056,41.7069558826335,41.712931,41.7201944966129,41.7235467977626,41.72355,41.7287720285128,41.732647,41.691247,41.701562,41.644218,41.624130312974,41.59534,41.555656,41.514353,41.576371,41.587587,41.54193,41.4967057954382,41.492324,41.428425,41.391157,41.386316,41.426644,41.4272633087345,41.430842,41.471634,41.4969119867847,41.51444,41.5038610079018,41.5005532925978,41.491443,41.4952594192894,41.495648,41.4914896464763,41.48855,41.540458,41.6344639278209,41.649148,41.707144,41.760243,41.786671,41.839557,41.8491724664376,41.868912,41.909635,41.95761,41.977523,41.8495629905593,41.669767,41.499924051206,41.4890121901546,41.3335021441936,41.232556,41.1333865025489,41.1250935667958,40.9873926540058,40.906661,40.9024486754197,40.9003239342489,40.8513367786854,40.638801,40.61552,40.619936,40.582496,40.520497,40.446667,40.3951709330172,40.385468,40.303869,40.25127,40.1870179733507,40.1571413980097,40.151591,40.080072,40.0335432260784,39.970793,39.95025,39.918762,39.8500320873964,39.847159,39.801092,39.763555,39.7192518022001,39.711839,39.662751,39.606926,39.5380557124726,39.50966,39.4576974138893,39.449375,39.430731,39.389992,39.34577,39.3487006724034,39.351706,39.394618,39.409274,39.373242,39.330774,39.276175,39.275339,39.273755,39.219228,39.2109608092037,39.184676,39.1810347474059,39.106578,39.1040311930998,39.083978,39.040353,38.980737,38.945898,38.929603,38.993295,39.029578,39.017878,38.975978,38.9608792844933,38.905579,38.824632,38.802672,38.760372,38.659583,38.608484,38.591683,38.593683,38.5798607964035,38.560283,38.496308,38.449268,38.434783,38.426982,38.4146439126517,38.404338,38.421809,38.477089,38.507715590257,38.515504,38.5576,38.563183,38.5723695895619,38.604334,38.678177,38.718377,38.7416192232696,38.756076,38.74328,38.730057,38.7168676766561,38.708319,38.671685,38.640231,38.620252,38.628588,38.6131124968875,38.599241,38.622713,38.661473,38.669361,38.702105,38.679387,38.643273,38.6418519345458,38.630036,38.638037865066,38.65815,38.695641,38.716008,38.751433,38.7672838752678,38.774583,38.787104,38.771397,38.7716146675358,38.789485,38.805707,38.829777141242,38.842671,38.8747078960317,38.880483,38.955789,38.989694,39.0205863526894,39.027463,39.046362,39.083961,39.114461,39.12176,39.11676,39.10246,39.1021644008655,39.101766408188,39.09936,39.073238,39.0784200416641,39.09826,39.132659,39.147358,39.10548,39.227225]}]],[[{"lng":[-103.002518,-103.001964,-103.002199,-102.841989,-102.698142,-102.355288,-102.04224,-102.028204191045,-101.90244,-101.555258848691,-101.485326,-101.211486,-101.06645021566,-100.945466793078,-100.855634,-100.633324986158,-100.552683,-100.089481743903,-100.002571514322,-99.995201,-99.657658,-99.5411149123609,-99.4562024346753,-99.407015,-99.129449,-99.0003010538842,-98.791936,-98.5446619733489,-98.354073,-98.3471487797447,-98.1119851837458,-98.045342,-97.8023129703503,-97.768704,-97.4623460298641,-97.384925,-97.1477209669227,-97.100652,-96.749838,-96.5255820442829,-96.500288,-96.217571,-96.0008102061996,-95.9642712321022,-95.928122,-95.7867618707782,-95.573598,-95.5224145523987,-95.4076200058771,-95.322565,-95.0735039666303,-95.0076200044721,-94.995293,-94.71277,-94.617964,-94.618307,-94.6179917784172,-94.617815,-94.617919,-94.5862,-94.5622680024925,-94.5519062826063,-94.532071,-94.494549,-94.493040072427,-94.4731193906467,-94.449696,-94.4348892875967,-94.4339134438324,-94.431515,-94.435316,-94.44292586169,-94.4475095357843,-94.449058,-94.4543950341379,-94.4575,-94.4611686861559,-94.465425,-94.4701526781621,-94.474895,-94.4772667415298,-94.481842,-94.485875,-94.528928,-94.572872,-94.630586,-94.714865,-94.7319329019959,-94.766146,-94.841634,-94.902276,-94.93956,-94.98165,-95.046568,-95.095002,-95.149462,-95.1559076171075,-95.226393,-95.253623,-95.283445,-95.3104497954491,-95.352338,-95.44737,-95.525322,-95.556915,-95.603657,-95.669978,-95.737508,-95.7896393177523,-95.820596,-95.8448785340707,-95.887491,-95.935325,-96.063924,-96.15163,-96.173025,-96.229023,-96.277269,-96.307389,-96.363135,-96.3796608259521,-96.403507,-96.436455,-96.502286,-96.523863,-96.572937,-96.592926,-96.590112,-96.5946743073771,-96.659896,-96.682103,-96.712422,-96.776766,-96.794276,-96.850593,-96.897194,-96.905253,-96.934343303133,-96.9446168883705,-96.952313,-96.988745,-96.985567,-97.055838,-97.07859,-97.087852,-97.091072,-97.149394,-97.205652,-97.166629,-97.206141,-97.24618,-97.318243,-97.372941,-97.444193,-97.451469,-97.4841434385876,-97.486505,-97.55827,-97.5612431502211,-97.596155,-97.609091,-97.671772,-97.759834,-97.803473,-97.865765,-97.951215,-97.9519059508552,-97.953695,-97.947572,-98.005667,-98.082839,-98.099096,-98.099328,-98.123377,-98.1384860257464,-98.16912,-98.225282,-98.31875,-98.364023,-98.398441,-98.414426,-98.423533,-98.475066,-98.5282,-98.577136,-98.6103517816447,-98.648073,-98.690072,-98.737232,-98.80681,-98.872229,-98.94022,-98.9523248875282,-99.002916,-99.0588,-99.131553,-99.189511,-99.2116,-99.2216079008455,-99.27534,-99.350407,-99.394956,-99.420432,-99.470969,-99.4750221370384,-99.58448,-99.600026,-99.696462,-99.764882,-99.818186,-99.8420638841464,-99.929334,-99.997629328163,-100.000381,-100.000382194816,-100.000384020773,-100.000385,-100.000388844143,-100.000392,-100.000396198329,-100.000399,-100.000406,-100.003761993368,-100.311018,-100.546145126097,-100.592614,-100.884174,-100.954152157693,-101.085156,-101.623915,-101.826565,-102.032339018963,-102.162463,-103.002434,-103.002188,-103.002518],"lat":[36.675186,36.909573,37.000104,36.999598,36.995149,36.994506,36.993083,36.9931451471083,36.993702,36.9952909392776,36.995611,36.997124,36.9977361751404,36.9982468287288,36.998626,37.0001736090529,37.000735,37.0014794694635,37.001619153912,37.001631,37.000197,36.9999096445655,36.9997002794079,36.999579,36.999422,36.9993580981444,36.999255,36.9985242404006,36.997961,36.9979692086496,36.9982479946353,36.998327,36.998698609394,36.99875,36.9988242387969,36.998843,36.9989723356215,36.998998,36.998988,36.9986779687248,36.998643,36.99907,36.9992010529279,36.9992231442824,36.999245,36.999270917592,36.99931,36.9993197867829,36.9993417366391,36.999358,36.9994881346791,36.9995225591258,36.999529,36.998794,36.998905,36.76656,36.6679212723442,36.612604,36.499414,36.299969,36.1619730409753,36.1022256056686,35.987852,35.768303,35.7591664743273,35.6385471525294,35.496719,35.3931852155875,35.3863617698987,35.369591,35.275893,35.0625062095727,34.9339762121572,34.890556,34.7289586731794,34.634945,34.5074566515725,34.359548,34.1898642921261,34.019655,33.9409109279348,33.789008,33.637867,33.62184,33.669886,33.673401,33.707261,33.7208305162803,33.748031,33.739431,33.776289,33.810503,33.852284,33.862565,33.904816,33.936336,33.9384823885698,33.961954,33.92971,33.877746,33.8738430381855,33.867789,33.86885,33.885487,33.92702,33.927195,33.905844,33.895967,33.8724373846723,33.858465,33.860421904719,33.863856,33.875099,33.841523,33.831946,33.80056,33.748021,33.769735,33.735005,33.694215,33.715530908566,33.746289,33.78005,33.77346,33.818114,33.819098,33.830916,33.880665,33.8830186573983,33.916666,33.876645,33.831633,33.841976,33.868886,33.847211,33.902954,33.947219,33.9455889292528,33.945013250454,33.944582,33.918468,33.886522,33.855741,33.812756,33.774099,33.735115,33.721967,33.809824,33.847311,33.91428,33.900344,33.865121,33.819454,33.823773,33.87093,33.9138891088909,33.916994,33.897099,33.899061506733,33.922106,33.968093,33.99137,33.92521,33.88019,33.849393,33.878424,33.8912258148573,33.924373,33.991053,33.995964,34.002412,34.048639,34.104295,34.15454,34.1412060197111,34.114171,34.127245,34.146421,34.157109,34.128456,34.085074,34.0819494760059,34.064269,34.094961,34.148962,34.1562099394967,34.164441,34.133155,34.130992,34.155901,34.160446,34.203686,34.2046698986035,34.208782,34.201256,34.209352,34.214312,34.31397,34.3253735743726,34.386599,34.437083,34.442099,34.380464,34.396471,34.3968709897905,34.407673,34.374688,34.381036,34.435266,34.48784,34.5069327688814,34.576714,34.5611366245601,34.560509,34.7463605525616,35.0303849999999,35.182702,35.4223639883094,35.619115,35.8809479999968,36.055677,36.499702,36.4997018487376,36.499688,36.4995051393038,36.499469,36.499682,36.4995294966262,36.499244,36.499528,36.499654,36.5000656730101,36.500326,36.500397,36.602716,36.675186]}]],[[{"lng":[-83.353238,-83.320062,-83.323866,-83.284812,-83.252582,-83.201183,-83.140621,-83.124378,-83.108606,-83.0084348037681,-82.897499,-82.783283,-82.7620595521136,-82.746431,-82.68604,-82.5777155449509,-82.53256,-82.455609,-82.411301,-82.3530215230905,-82.295354,-82.2162487192291,-82.0483912296479,-82.039651,-81.9693584012576,-81.8741122043163,-81.7680690613586,-81.494265,-81.3676085885969,-81.3280909892918,-81.04287,-81.042265811763,-81.036759,-81.058029,-81.041489,-80.93495,-80.9062399540825,-80.9034811867121,-80.8405659156532,-80.782042,-80.796997,-80.5616733913504,-80.561657,-80.3208325711298,-80.077223,-79.9281034690914,-79.9246842531364,-79.6929483422774,-79.675299,-79.4619655444018,-79.4502774577262,-79.358317,-79.071169,-78.81171,-78.6508874760912,-78.615932,-78.541087,-78.67226,-78.772737,-78.862931,-78.938076,-78.9956316943835,-79.028516,-79.084588,-79.135441,-79.162332,-79.180563,-79.172394,-79.215453,-79.2744945846428,-79.291591,-79.329909,-79.339313,-79.359961,-79.423447,-79.483499,-79.522449,-79.580725,-79.606615,-79.569762,-79.601309,-79.695141,-79.726389,-79.818237,-79.868352,-79.884961,-79.968468,-80.000801,-80.077039,-80.148406,-80.190108,-80.246361,-80.2494424262278,-80.338354,-80.4032765927714,-80.413505,-80.46571,-80.4691107737594,-80.4713620677876,-80.4722931246951,-80.484617,-80.457502,-80.434303,-80.455192,-80.539429,-80.596394,-80.644794,-80.714601,-80.766038,-80.726967,-80.669166,-80.721463,-80.812503,-80.858735,-80.8674276818916,-80.885517,-80.943226,-81.006745,-81.038265,-81.113334,-81.119361,-81.1475951704554,-81.153531,-81.128034,-81.133032,-81.1734737944861,-81.194931,-81.194829,-81.274927,-81.2842383817656,-81.328753,-81.3869019026942,-81.397106,-81.393818,-81.41267,-81.4131167951736,-81.42062,-81.464069,-81.499566,-81.50203,-81.5439662243139,-81.601655,-81.6159557107891,-81.658433,-81.755135,-81.7625059827958,-81.763535,-81.846536,-81.8465005323579,-81.846136,-81.932737,-81.920121,-81.926336,-81.990938,-82.0165558704449,-82.028238,-82.10624,-82.1146538385848,-82.1424564745009,-82.161908,-82.199747,-82.2159383647475,-82.239098,-82.32448,-82.43115,-82.51295,-82.556835,-82.5629967985809,-82.591855,-82.5950257926073,-82.642797,-82.715373,-82.7351079889416,-82.744982,-82.7746287310121,-82.780308,-82.82342,-82.841997,-82.873831,-82.925766,-82.9913881531823,-82.99509,-83.048289,-83.0505729641024,-83.096858,-83.1028738260357,-83.154577,-83.221402,-83.27796,-83.33869,-83.3400391067846,-83.3496085109133,-83.353238],"lat":[34.728648,34.759616,34.789712,34.823043,34.853483,34.884653,34.924915,34.95524,35.000659,35.0269285115074,35.056021,35.0856,35.0818744360041,35.079131,35.124545,35.1464752675742,35.155617,35.177425,35.202483,35.1987041604664,35.194965,35.1932585486532,35.1896375433755,35.189449,35.1869270884005,35.1835099080263,35.1797053619282,35.169882,35.1640923293282,35.1622859155574,35.149248,35.1466085941458,35.122552,35.07319,35.044703,35.107409,35.0751842697656,35.0720877740461,35.0014704144179,34.935782,34.823874,34.8174814452703,34.817481,34.813620821544,34.809716,34.8078713171553,34.8078290197515,34.8049623311517,34.804744,34.6301734827031,34.6206091350416,34.545358,34.29924,34.081006,33.9450694099644,33.915523,33.851112,33.817587,33.768511,33.705654,33.639826,33.5720745981893,33.533365,33.483669,33.403867,33.327246,33.237955,33.206577,33.155569,33.1200562677204,33.109773,33.089986,33.050336,33.006672,33.015085,33.001265,33.03535,33.006447,32.972248,32.926692,32.89815,32.850398,32.805996,32.766352,32.734849,32.684402,32.639732,32.605892,32.603319,32.578479,32.546841,32.531114,32.5293593291933,32.47873,32.4722024074067,32.471174,32.4953,32.4891261935517,32.4850391667245,32.4833489145801,32.460976,32.410264,32.375193,32.326458,32.287024,32.273549,32.291497,32.325656,32.292608,32.265706,32.216783,32.160427,32.109746,32.099581,32.07849,32.0346,32.057824,32.101152,32.084469,32.113205,32.177142,32.2271694465971,32.237687,32.276297,32.334794,32.3849027808867,32.411489,32.465086,32.544158,32.547110946285,32.561228,32.5989648538998,32.605587,32.653491,32.739083,32.7442613279615,32.831223,32.897814,32.943722,33.015113,33.0443999541444,33.084688,33.089338539364,33.103152,33.15155,33.1972658882973,33.203648,33.241746,33.2472520854299,33.303843,33.343541,33.410753,33.462937,33.494235,33.5290553864259,33.544934,33.595637,33.59790505457,33.6053995999921,33.610643,33.657611,33.6877549753187,33.730872,33.820033,33.867051,33.936969,33.945353,33.9565549105269,34.009018,34.0135178092096,34.081312,34.148165,34.2126148122429,34.244861,34.2883668182547,34.296701,34.358872,34.399766,34.471508,34.481802,34.4729806272358,34.472483,34.493254,34.4950536521691,34.531524,34.5374309097654,34.588198,34.609947,34.644853,34.682002,34.6863277104121,34.7170105826273,34.728648]}]],[[{"lng":[-109.059962,-109.059961972589,-109.051512,-109.051223831017,-109.051066846273,-109.050871925262,-109.050615,-109.050973,-109.050732112077,-109.048249,-109.048259750048,-109.048455,-109.050076,-108.250649,-107.918418289849,-107.367443,-107.31779575979,-106.860377948665,-106.321169215914,-106.217573,-106.190554078709,-105.277138,-105.276859994035,-104.943371,-104.855273,-104.497058,-104.053249,-103.574522,-103.573774006195,-103.38249165189,-103.076536,-102.653464137269,-102.621033024452,-102.556789,-102.051717516378,-102.051614,-102.051292,-102.051292000207,-102.051294151579,-102.051304798597,-102.051308551844,-102.051309,-102.051744,-102.051254,-102.049992135644,-102.049961857828,-102.04896,-102.047200721701,-102.046571,-102.045712903087,-102.04551057457,-102.044944,-102.044650359147,-102.044634270291,-102.044255,-102.041965658628,-102.041876,-102.041890869665,-102.041938522874,-102.041963,-102.041983,-102.04192,-102.04224,-102.355288,-102.698142,-102.841989,-103.002199,-103.086101075631,-103.733247,-104.007849409613,-104.338833,-104.732031,-105.1208,-105.155042748048,-105.220505200781,-105.251296,-105.41931,-105.533922,-105.716471,-105.718469683991,-105.997472,-106.006316410798,-106.343139,-106.476233588828,-106.869796,-106.877292,-107.420913,-107.420921905745,-107.481736999155,-108.000623,-108.379302950094,-108.620309,-109.045223,-109.043780720503,-109.042604100621,-109.041796614855,-109.041762,-109.060062,-109.059962],"lat":[38.499987,38.4999890310208,39.126095,39.3666775495863,39.4977388093662,39.6604717771594,39.87497,40.180849,40.2226552582576,40.653601,40.662601817228,40.826081,41.000659,41.000114,41.0012270706441,41.003073,41.0028424812322,41.0007186292371,40.998215011068,40.997734,40.9977466125744,40.998173,40.9981729176259,40.9980741037298,40.998048,41.001805,41.001406,41.001721,41.0017217990841,41.001926146621,41.002253,41.0022253241436,41.0022232026156,41.002219,41.0023769676239,41.002377,40.749591,40.7495859948737,40.697546832389,40.440007993377,40.3492213568722,40.338381,40.003078,39.818992,39.574056097421,39.5681789806731,39.373712,39.1331467095112,39.047038,38.6975657700785,38.6151645901775,38.384419,38.2687492225031,38.2624115677495,38.113011,37.7385405736382,37.723875,37.6442776852918,37.3891900553938,37.258164,37.106551,37.035083,36.993083,36.994506,36.995149,36.999598,37.000104,36.9998643611064,36.998016,36.9959840947091,36.993535,36.993447,36.995428,36.9954744456106,36.9955632364865,36.995605,36.995856,36.995875,36.995849,36.995845927301,36.995417,36.9953866288173,36.99423,36.9937741005469,36.992426,37.000139,37.000005,37.0000049999386,37.0000045803143,37.000001,36.9995646863115,36.999287,36.999084,37.4848192314175,37.8810848174926,38.1530323049685,38.16469,38.275489,38.499987]}]],[[{"lng":[-102.051744,-101.832161,-101.542273,-101.411028987802,-101.325514027519,-101.293991,-101.060317,-100.75883,-100.738824713191,-100.477018,-100.193599056836,-100.19359,-100.177797545879,-99.813401,-99.6282538492245,-99.6253267263996,-99.501792,-99.1791331508611,-99.085597,-99.0670183498981,-98.726372963939,-98.613755,-98.5044549836368,-98.2740170597529,-98.076034,-97.9318249263172,-97.8215008122752,-97.777155,-97.415833,-97.369199035315,-97.009165,-96.9164070054658,-96.873812,-96.805768,-96.469945,-96.4637120767748,-96.2392078784111,-96.239172,-96.154365,-96.02409,-96.0106788179345,-95.7881109948917,-95.784575,-95.3398959708503,-95.30829,-95.231114,-95.142445,-95.081534,-95.018743,-94.9933742397144,-94.95154,-94.928466,-94.878677,-94.8778175298512,-94.871144,-94.860371,-94.899316,-94.971078,-94.971317,-95.037464,-95.0440507525704,-95.047165,-95.076688,-95.113557,-95.091419402824,-95.049845,-94.982144,-94.9657474186335,-94.946662,-94.888972,-94.908065,-94.857072,-94.825663,-94.799663,-94.7919946737433,-94.741938,-94.680336,-94.623934,-94.6019379819211,-94.591933,-94.607354,-94.607870353374,-94.608334,-94.6089603437495,-94.609456,-94.6094896723458,-94.6119580183223,-94.6128655959221,-94.612866,-94.6127726289929,-94.612614,-94.6139299610558,-94.6141002487055,-94.614465,-94.617885,-94.6178724508981,-94.6178455243542,-94.617511,-94.6176676047008,-94.6177538916066,-94.618351,-94.618102891103,-94.617964,-94.71277,-94.995293,-95.0076200044721,-95.0735039666303,-95.322565,-95.4076200058771,-95.5224145523987,-95.573598,-95.7867618707782,-95.928122,-95.9642712321022,-96.0008102061996,-96.217571,-96.500288,-96.5255820442829,-96.749838,-97.100652,-97.1477209669227,-97.384925,-97.4623460298641,-97.768704,-97.8023129703503,-98.045342,-98.1119851837458,-98.3471487797447,-98.354073,-98.5446619733489,-98.791936,-99.0003010538842,-99.129449,-99.407015,-99.4562024346753,-99.5411149123609,-99.657658,-99.995201,-100.002571514322,-100.089481743903,-100.552683,-100.633324986158,-100.855634,-100.945466793078,-101.06645021566,-101.211486,-101.485326,-101.555258848691,-101.90244,-102.028204191045,-102.04224,-102.04192,-102.041983,-102.041963,-102.041938522874,-102.041890869665,-102.041876,-102.041965658628,-102.044255,-102.044634270291,-102.044650359147,-102.044944,-102.04551057457,-102.045712903087,-102.046571,-102.047200721701,-102.04896,-102.049961857828,-102.049992135644,-102.051254,-102.051744],"lat":[40.003078,40.002933,40.002609,40.0025825695676,40.0025653482305,40.002559,40.002307,40.002302,40.0022629565677,40.001752,40.0015730057199,40.001573,40.0015658138516,40.0014,40.0017719472684,40.001777827647,40.002026,40.0021089526949,40.002133,40.0021435130522,40.0023362731669,40.0024,40.002379876736,40.0023374507299,40.002301,40.0022363450196,40.0021868820889,40.002167,40.002001,40.0019393057605,40.001463,40.0014540910439,40.00145,40.0013684550954,40.000966,40.0009585725545,40.0006910427544,40.000691,40.000495,40.000719,40.000704665772,40.0004667793653,40.000463,40.0000288571054,39.999998,39.943784,39.89542,39.861718,39.897372,39.8985652599923,39.900533,39.876344,39.826522,39.8204147760355,39.772994,39.74953,39.724042,39.723146,39.68641,39.652905,39.6136682968209,39.595117,39.576764,39.553941,39.53325788521,39.494415,39.440552,39.4216817446564,39.399717,39.392432,39.323663,39.273825,39.241729,39.206018,39.2012602502402,39.170203,39.184303,39.156603,39.1555032334638,39.155003,39.113444,39.0440850964785,38.981806,38.847211315445,38.7407,38.7381017094732,38.5476344342717,38.4776021802351,38.477571,38.3887184827318,38.237766,38.0600529598965,38.0370565833813,37.987799,37.682214,37.6731107003321,37.6535777966344,37.410909,37.3641703270387,37.338418,37.160211,37.0567963908729,36.998905,36.998794,36.999529,36.9995225591258,36.9994881346791,36.999358,36.9993417366391,36.9993197867829,36.99931,36.999270917592,36.999245,36.9992231442824,36.9992010529279,36.99907,36.998643,36.9986779687248,36.998988,36.998998,36.9989723356215,36.998843,36.9988242387969,36.99875,36.998698609394,36.998327,36.9982479946353,36.9979692086496,36.997961,36.9985242404006,36.999255,36.9993580981444,36.999422,36.999579,36.9997002794079,36.9999096445655,37.000197,37.001631,37.001619153912,37.0014794694635,37.000735,37.0001736090529,36.998626,36.9982468287288,36.9977361751404,36.997124,36.995611,36.9952909392776,36.993702,36.9931451471083,36.993083,37.035083,37.106551,37.258164,37.3891900553938,37.6442776852918,37.723875,37.7385405736382,38.113011,38.2624115677495,38.2687492225031,38.384419,38.6151645901775,38.6975657700785,39.047038,39.1331467095112,39.373712,39.5681789806731,39.574056097421,39.818992,40.003078]}]],[[{"lng":[-73.6959358021696,-73.482709,-73.550961,-73.5441511864006,-73.5433065806917,-73.5431832079963,-73.5431473462655,-73.536969,-73.5296777143013,-73.520017,-73.5179187906382,-73.505008,-73.487314,-73.231056,-73.1272291708784,-73.0533626737481,-73.0087627816307,-72.999549,-72.847142,-72.810078,-72.7747593160786,-72.766739,-72.735496,-72.607933,-72.528131,-72.5091793362983,-72.3974762551959,-72.317148,-72.198845978132,-72.1357314619467,-72.1021594345268,-71.987326,-71.8846768359037,-71.80065,-71.799242,-71.792767,-71.789678,-71.789677581832,-71.789464590839,-71.789356,-71.7893586727423,-71.7917190617472,-71.797683,-71.839649,-71.835951,-71.860513,-71.886302,-71.956747,-72.021898,-72.094443,-72.134221,-72.201422,-72.235531,-72.293044,-72.3400129087019,-72.348643,-72.386629,-72.40593,-72.472539,-72.5345648971681,-72.547235,-72.598036,-72.653838,-72.6543540201512,-72.690439,-72.760341,-72.786142,-72.881445,-72.9039337600629,-72.935646,-72.9705054154992,-72.9848408127547,-72.986247,-73.020449,-73.07945,-73.1011738216445,-73.108352,-73.130253,-73.1728353651274,-73.202656,-73.262358,-73.2698175797685,-73.297214389349,-73.33066,-73.372296,-73.354231,-73.387227,-73.422165,-73.468239,-73.516903,-73.561968,-73.595699,-73.657336,-73.6573740092614,-73.659362,-73.659533,-73.727775,-73.6959358021696],"lat":[41.1152554569041,41.21276,41.295422,41.3663195962444,41.3751128640277,41.3763973085168,41.3767706682974,41.441094,41.5271610211283,41.641197,41.66672053071,41.823773,42.049638,42.044945,42.0421231483548,42.0401155719103,42.0389034162467,42.038653,42.036894,41.998316,42.0021291041803,42.002995,42.036399,42.030795,42.034295,42.0340804965901,42.0328161911358,42.031907,42.030103893282,42.0291419299416,42.0286302400548,42.02688,42.0250593514843,42.023569,42.008065,41.807001,41.724734,41.7245680002953,41.6400171907069,41.59691,41.5968521603427,41.545772004335,41.416709,41.412119,41.353935,41.320248,41.33641,41.329871,41.316838,41.314164,41.299398,41.315697,41.300413,41.280044,41.2778492622384,41.277446,41.261798,41.278398,41.270103,41.2538242743911,41.250499,41.268698,41.265897,41.2656263083002,41.246697,41.241235,41.264796,41.242597,41.2491941344625,41.258497,41.2412743089963,41.234191742814,41.233497,41.206397,41.194015,41.1637262711643,41.153718,41.146797,41.1534422791124,41.158096,41.117496,41.1166768900433,41.1136685437012,41.109996,41.10402,41.085639,41.058247,41.047562,41.051347,41.038738,41.016797,41.015995,40.985171,40.9855248838592,41.004034,41.017857,41.100696,41.1152554569041]}]],[[{"lng":[-120.004795512304,-120.003028919657,-120.00174,-119.999935448085,-119.997634,-119.997124,-119.996155,-119.997533,-119.999231,-119.999866,-119.99828,-119.999276,-119.999168,-119.72573,-119.360123119603,-119.324184120439,-119.20828,-119.001022,-118.775869,-118.501002,-118.197369215928,-118.197189,-117.873467,-117.623731,-117.403613,-117.197798,-117.026197,-117.018203216741,-116.625947,-116.332763,-115.870181,-115.625914,-115.313877,-115.038109752434,-114.89921,-114.598267,-114.281855,-114.28179946722,-114.041723,-114.039901,-114.040231,-114.041447,-114.042145,-114.042145146235,-114.043505,-114.045577,-114.046178,-114.046372817373,-114.046386,-114.047268153077,-114.047783,-114.047181412926,-114.047079,-114.049104,-114.048054,-114.049436705931,-114.050153620806,-114.050154,-114.05012,-114.050138,-114.049903375658,-114.049903,-114.049658,-114.051728,-114.052471996614,-114.052472,-114.052701,-114.051974,-114.051749,-114.0506,-114.050160776088,-114.049493,-114.047584,-114.048226,-114.046838,-114.09987,-114.138203,-114.151725,-114.21369,-114.270645,-114.316109,-114.337273,-114.372106,-114.41695,-114.448654,-114.487034,-114.511721,-114.572031,-114.627855,-114.666538,-114.736165,-114.743342,-114.743299245886,-114.742779,-114.731159,-114.700271,-114.669687,-114.70371,-114.697309,-114.689407,-114.653406,-114.663105,-114.6645,-114.627137,-114.587129,-114.572747,-114.59912,-114.619905,-114.625069,-114.633487,-114.804249,-115.043812,-115.160068,-115.303743,-115.404537,-115.647683,-115.648032019625,-115.846113922762,-115.892975,-116.093601,-116.375875,-116.488233,-117.000895,-117.166000564031,-117.244917,-117.68061,-117.833504044144,-118.022181,-118.427995325157,-118.500958,-118.949673,-119.157226100872,-119.279262,-119.328704521076,-119.585406144839,-119.587679,-119.904315,-120.001014,-120.001975250867,-120.002614842913,-120.003364028833,-120.005142,-120.004795512304],"lat":[39.3164750119585,39.4450457761605,39.538852,39.7224069247242,39.956505,40.126363,40.32125,40.720992,40.865899,41.183974,41.618765,41.874891,41.99454,41.996296,41.9940922549812,41.9938756277933,41.993177,41.993793,41.992692,41.995446,41.9969940811635,41.996995,41.998335,41.998467,41.99929,42.00038,41.99989,41.9998398503691,41.997379,41.997283,41.996766,41.997415,41.996103,41.9986341156765,41.999909,41.994511,41.994214,41.9942138857579,41.99372,41.753781,41.49169,41.207752,40.999926,40.9998965772633,40.726292,40.495801,40.398313,40.1169358330122,40.097896,39.9060981137562,39.79416,39.5427436022297,39.499943,39.005509,38.878693,38.6773624568796,38.5729752130034,38.57292,38.404536,38.24996,38.1487630266706,38.148601,37.881368,37.745997,37.6047766427194,37.604776,37.492014,37.284511,37.088434,37.000396,36.8431415396894,36.604059,36.325573,36.268874,36.194069,36.121654,36.053161,36.024563,36.015613,36.03572,36.063109,36.10802,36.143114,36.145761,36.12641,36.129396,36.150956,36.15161,36.141012,36.117343,36.104367,36.070535,36.0659351737601,36.009963,35.943916,35.901772,35.865084,35.814585,35.733686,35.651412,35.610789,35.524491,35.449497,35.409504,35.262376,35.138725,35.12105,35.121632,35.068478,35.001857,35.139689,35.332012,35.424129,35.538207,35.617605,35.809358,35.8096292126029,35.9635526731109,35.999967,36.155805,36.372562,36.459097,36.847694,36.9712075385903,37.030244,37.353399,37.4649387662445,37.602583,37.8962242809098,37.949019,38.26894,38.4143919717613,38.499914,38.5343519277975,38.7131509006712,38.714734,38.933324,38.999574,39.0674958744683,39.1126893740958,39.1656267640688,39.291258,39.3164750119585]}]],[[{"lng":[-123.237148,-123.070427,-123.019699,-122.979519,-122.937925,-122.818436,-122.743049,-122.79901,-122.771206,-122.779124,-122.817912,-122.803521,-122.874135,-122.928004,-123.039156,-123.141478,-123.20268,-123.237148],"lat":[48.683466,48.699971,48.721312,48.781702,48.790315,48.744629,48.661991,48.604683,48.562426,48.508911,48.483888,48.428748,48.418196,48.439966,48.460003,48.505291,48.590214,48.683466]}],[{"lng":[-124.725839,-124.653243,-124.546259,-124.380874,-124.250882,-124.101773,-124.050734,-123.880068,-123.728736,-123.672445,-123.551131,-123.441972,-123.314578,-123.239129,-123.144783,-123.06621,-123.004128,-122.946119,-122.910686755725,-122.833173,-122.760448,-122.698465,-122.70184,-122.701294,-122.651063,-122.63410286528,-122.616701,-122.573745864315,-122.546824,-122.542924,-122.607342,-122.598301,-122.633167,-122.711508,-122.752563,-122.707077,-122.666982528216,-122.665338,-122.689121,-122.650307,-122.642597,-122.671345425667,-122.710177,-122.720045,-122.732506,-122.794018,-122.821631,-122.75802,-122.251063,-122.098357,-121.751252,-121.395543,-121.12624,-120.851527133018,-120.716604,-120.376216,-120.001199,-119.4577,-119.132102,-118.83661303558,-118.197375052459,-118.002046,-117.607323,-117.429968,-117.268247,-117.032351,-117.032939182117,-117.033671,-117.035289,-117.041107,-117.041214453461,-117.041306446459,-117.041634,-117.040490375568,-117.040159751863,-117.039836,-117.039833386028,-117.039777655562,-117.039771,-117.036645748421,-117.035545,-117.062748,-116.99726,-116.964379,-116.962966,-116.923958,-116.935473,-116.981962,-116.942656,-116.915989,-117.353928,-117.479937263654,-117.603425834504,-117.717852,-117.977657306532,-117.996970429603,-118.36779,-118.606789154189,-118.67787,-118.987129,-118.987227539565,-119.061462,-119.12612,-119.25715,-119.364396,-119.432138558816,-119.487829,-119.571584,-119.600549,-119.669877,-119.802655,-119.868153889391,-119.965744,-119.999505153462,-120.07015,-120.141352,-120.210754,-120.282156,-120.40396,-120.488546820704,-120.505863,-120.591166,-120.634968,-120.652516760194,-120.68937,-120.855674,-120.895575,-120.913935013084,-120.943977,-121.084933,-121.1222,-121.183841,-121.215779,-121.33777,-121.423592,-121.440695827861,-121.52400610422,-121.533106,-121.668362,-121.735104,-121.811304,-121.867167,-121.900858,-121.923749361985,-121.951838,-122.00369,-122.101675,-122.183695,-122.249197008052,-122.262625,-122.331502,-122.380302,-122.438674,-122.492259,-122.643907,-122.738109,-122.756443903971,-122.774511,-122.76651077133,-122.761451,-122.795605,-122.788086362595,-122.785026,-122.81151,-122.813998,-122.856158,-122.904119,-122.962681,-123.004233,-123.115904,-123.166414,-123.212493591209,-123.280166,-123.363744507266,-123.371433,-123.430847,-123.427629,-123.479644,-123.547659,-123.669501,-123.700764,-123.727903817597,-123.75956,-123.806139,-123.875525,-123.909306,-123.954353,-123.969427,-124.080671,-124.064624,-124.057024,-124.069583,-123.960642,-123.923269,-123.975157,-124.080983,-124.096796667905,-124.101232,-124.138225,-124.180111,-124.169113,-124.188544,-124.195893,-124.236349,-124.319379,-124.353615670887,-124.355955,-124.412106,-124.471687,-124.539927,-124.613108656052,-124.625512,-124.672427,-124.685393,-124.687101,-124.721725,-124.690389,-124.669265,-124.725839],"lat":[48.386012,48.390691,48.353594,48.284699,48.264773,48.216883,48.177747,48.160621,48.1628,48.162715,48.151382,48.124259,48.113725,48.118217,48.175943,48.120469,48.090516,48.098552,48.1097997439328,48.134406,48.14324,48.103102,48.016106,47.972979,47.920985,47.9230352997388,47.925139,47.9510041672091,47.967215,47.996404,48.030992,48.110616,48.163281,48.193573,48.260061,48.315286,48.4124669920443,48.416453,48.476849,48.530156,48.588339,48.6452989985202,48.722237,48.789195,48.838097,48.88313,48.941369,49.002357,49.002494,49.002146,48.997399,48.999851,49.001412,49.0005911528352,49.000188,49.000705,48.999418,49.000261,49.000262,49.0003077592976,49.0004067514246,49.000437,49.000843,49.0003068698256,48.999818,48.999188,48.8466679212015,48.656902,48.422732,48.124904,48.0454651038028,47.9774559200268,47.7353,47.366028886698,47.259272,47.154734,47.1272689922541,46.5417089920381,46.471779,46.4261004826554,46.410012,46.353624,46.303151,46.253282,46.19968,46.17092,46.142448,46.084915,46.061,45.995413,45.996349,45.9975667668422,45.9987601734427,45.999866,46.000168202382,46.0001906671726,46.000622,46.0008632497912,46.000935,45.999855,45.9998002135237,45.958527,45.932859,45.939926,45.921605,45.9132091442339,45.906307,45.925456,45.919581,45.856867,45.84753,45.8382266026357,45.824365,45.8116849230819,45.785152,45.773152,45.725951,45.72125,45.699249,45.6999122274785,45.700048,45.746547,45.745847,45.7361697306749,45.715847,45.671545,45.642945,45.6480658664235,45.656445,45.647893,45.616067,45.606441,45.671238,45.704949,45.69399,45.6990737947724,45.7238362251992,45.726541,45.705082,45.694039,45.706761,45.693277,45.662009,45.6543495089694,45.644951,45.61593,45.583516,45.577696,45.5499989327412,45.544321,45.548241,45.575941,45.563585,45.583281,45.609739,45.644138,45.6624210250876,45.680437,45.7286625744452,45.759163,45.81,45.8510074543561,45.867699,45.912725,45.960984,46.014469,46.083734,46.104817,46.133823,46.185268,46.188973,46.1710964584003,46.144843,46.1462431943485,46.146372,46.181827,46.229348,46.269131,46.259109,46.266832,46.305278,46.2913355857112,46.275073,46.283588,46.239787,46.245491,46.277001,46.291398,46.267239,46.326899,46.493338,46.630651,46.636364,46.672708,46.713971,46.735003,46.794085,46.810656,46.905534,46.926357,46.994508,47.157859,47.174,47.287287,47.355559,47.5335370830521,47.545698,47.691199,47.766907,47.836967,47.8805724417486,47.887963,47.964414,48.049238,48.098657,48.153185,48.219745,48.296353,48.386012]}]],[[{"lng":[-82.598864,-82.5846938141256,-82.581796,-82.571877,-82.597979,-82.5959642645,-82.593673,-82.560664,-82.5089669497313,-82.447076,-82.381773,-82.323999,-82.304223,-82.293271,-82.2821333440281,-82.27427,-82.218967,-82.175167,-82.185567,-82.201537,-82.20929,-82.16157,-82.134766,-82.0988666505543,-82.089065,-82.041563,-82.007062,-81.941829,-81.89847,-81.827354,-81.775734,-81.793304,-81.807855,-81.7502668434263,-81.742953,-81.7522970367401,-81.752754,-81.7214681391725,-81.711628,-81.678331,-81.613896,-81.565247,-81.559647,-81.503189,-81.456143,-81.412706,-81.393794,-81.3703898088263,-81.347567,-81.249088,-81.185946,-81.128533,-81.1212738561078,-81.07595,-81.0373650419871,-80.943782,-80.865575,-80.829764,-80.8355216930075,-80.869933,-80.824969,-80.824276,-80.8234381047859,-80.803394,-80.764479,-80.740126,-80.7382184399836,-80.736804,-80.705994,-80.7025753036226,-80.684173210708,-80.644598,-80.606596,-80.631596,-80.6273626299369,-80.604895,-80.622195,-80.667957,-80.627171,-80.583633,-80.518991,-80.5190171173474,-80.5190296911941,-80.519039,-80.5190843704566,-80.51912,-80.5191607943145,-80.519342,-80.421388,-80.075947,-80.0417020128105,-79.9160173560378,-79.763774,-79.476662,-79.482366,-79.484372,-79.486873,-79.424413,-79.35375,-79.283723,-79.2623921171761,-79.166497,-79.091329,-79.0678255734734,-79.035623,-78.956751,-78.942618,-78.851016,-78.77114,-78.73905,-78.707098,-78.6550361715467,-78.590654,-78.4682695950029,-78.460951,-78.438179,-78.382959,-78.3327880214991,-78.313033,-78.225075,-78.08226,-78.0276291001733,-78.006734,-77.925988,-77.829814,-77.823762,-77.8109438962622,-77.798201,-77.740012,-77.74593,-77.719519,-77.778068,-77.809125,-77.828157,-77.8283018332673,-78.032841,-78.0331834609342,-78.0331852353666,-78.18737,-78.2291295342185,-78.347087,-78.337133,-78.34048,-78.401813,-78.40498,-78.428697,-78.413943,-78.508132,-78.5321470036962,-78.561711,-78.620453,-78.681617,-78.772793,-78.821167,-78.869276,-78.999014,-79.023053,-79.057253,-79.088055,-79.092955,-79.154357,-79.201459,-79.2282558813819,-79.23162,-79.297758,-79.3112960655144,-79.370302,-79.476638,-79.54257,-79.649075,-79.669128,-79.691088,-79.689675,-79.7346,-79.804093,-79.787542,-79.7970135368069,-79.850324,-79.916174,-79.938952,-79.9619822726354,-79.971231,-80.036236,-80.0558115945897,-80.131931,-80.199633,-80.218616,-80.258143,-80.290033810255,-80.292258,-80.2243032443768,-80.223386,-80.28244,-80.291644,-80.39988,-80.46482,-80.4712829493864,-80.544836,-80.664971,-80.770082,-80.836446,-80.8573585701898,-80.8581481168198,-80.865148,-80.883248,-80.835479,-80.919259,-80.9808452568928,-80.996013,-81.112596,-81.225104,-81.362156,-81.427946,-81.483559,-81.53307,-81.560625,-81.678603,-81.7390550304855,-81.744003,-81.774747,-81.849949,-81.896001,-81.933601,-81.93695,-81.984891,-81.932279,-81.968297,-82.064418,-82.141555,-82.226111,-82.296118,-82.3206749571778,-82.327356,-82.369973,-82.3984648162589,-82.41869,-82.487556,-82.479420123223,-82.464987,-82.549407,-82.626182,-82.598864],"lat":[38.201007,38.2405129933697,38.248592,38.315781,38.344909,38.3808897617155,38.421809,38.404338,38.4146439126517,38.426982,38.434783,38.449268,38.496308,38.560283,38.5798607964035,38.593683,38.591683,38.608484,38.659583,38.760372,38.802672,38.824632,38.905579,38.9608792844933,38.975978,39.017878,39.029578,38.993295,38.929603,38.945898,38.980737,39.040353,39.083978,39.1040311930998,39.106578,39.1810347474059,39.184676,39.2109608092037,39.219228,39.273755,39.275339,39.276175,39.330774,39.373242,39.409274,39.394618,39.351706,39.3487006724034,39.34577,39.389992,39.430731,39.449375,39.4576974138893,39.50966,39.5380557124726,39.606926,39.662751,39.711839,39.7192518022001,39.763555,39.801092,39.847159,39.8500320873964,39.918762,39.95025,39.970793,40.0335432260784,40.080072,40.151591,40.1571413980097,40.1870179733507,40.25127,40.303869,40.385468,40.3951709330172,40.446667,40.520497,40.582496,40.619936,40.61552,40.638801,40.4773631462371,40.3996410563407,40.342101,40.1596719951181,40.01641,39.9622000525219,39.721403,39.721189,39.72135,39.7212870329188,39.7210559335188,39.720776,39.721078,39.531689,39.3443,39.205961,39.228171,39.278039,39.30964,39.3262438284674,39.400888,39.472407,39.4728023382159,39.473344,39.440264,39.479614,39.554044,39.638387,39.609697,39.555857,39.5443822410837,39.530192,39.5262242704717,39.525987,39.563524,39.622246,39.6285275964988,39.631001,39.658878,39.671166,39.6206559623441,39.601337,39.607642,39.587288,39.525907,39.5007391665665,39.475719,39.401694,39.353221,39.321314,39.229305,39.168567,39.132329,39.1324224548325,39.264403,39.2646236984747,39.2646248420052,39.363989,39.3906638872041,39.466012,39.409169,39.353492,39.276754,39.238006,39.187217,39.158415,39.08863,39.0529416400213,39.009007,38.982601,38.92584,38.893742,38.830982,38.762991,38.840074,38.798613,38.761413,38.690115,38.659517,38.606518,38.527821,38.4800395510852,38.474041,38.416438,38.418454601455,38.427244,38.457228,38.553217,38.591515,38.510883,38.463744,38.431439,38.356728,38.313922,38.273298,38.2672681211392,38.233329,38.184386,38.111619,38.0636070994933,38.044326,37.96792,37.9518782200979,37.8895,37.827507,37.783291,37.720612,37.686136458971,37.683732,37.6239913711709,37.623185,37.585481,37.536505,37.462314,37.426144,37.4300654988959,37.474695,37.414215,37.372363,37.424355,37.421128713999,37.4210069067215,37.419927,37.383933,37.334824,37.306163,37.3008528161905,37.299545,37.278497,37.234874,37.337687,37.271015,37.250604,37.223414,37.206663,37.202467,37.2394971038728,37.242528,37.274847,37.285227,37.331967,37.389217,37.41992,37.454315,37.511961,37.537798,37.544516,37.595166,37.653092,37.686174,37.7459658434594,37.762233,37.801749,37.8430541504629,37.872375,37.916975,37.9385625246981,37.976859,38.063063,38.134835,38.201007]}]],[[{"lng":[-111.056888,-111.04431854543,-111.044275,-110.785008,-110.705272,-110.324441,-109.99505,-109.798483772435,-109.574321,-109.103445,-109.062262,-108.62149349473,-108.500679,-108.248527738096,-107.997353,-107.911522788162,-107.351441,-106.888773,-106.263715092465,-106.263586,-106.024880029032,-105.848065,-105.076600952254,-105.038252188274,-105.025266,-104.057698,-104.05581,-104.055695199261,-104.055389,-104.055406377827,-104.055416190705,-104.055488,-104.055487998451,-104.055032,-104.054794284348,-104.054684568427,-104.053876,-104.053127,-104.052586,-104.052662191568,-104.053107,-104.052793,-104.052729,-104.052762137092,-104.053026,-104.052825235239,-104.052735,-104.052634571633,-104.052287,-104.052287134121,-104.052453,-104.053142,-104.053249,-104.497058,-104.855273,-104.943371,-105.276859994035,-105.277138,-106.190554078709,-106.217573,-106.321169215914,-106.860377948665,-107.31779575979,-107.367443,-107.918418289849,-108.250649,-109.050076,-109.250735,-109.715409,-110.000716736441,-110.048482995685,-110.121639,-110.539819,-111.046723,-111.046636983126,-111.0466,-111.045789,-111.045818464842,-111.046689,-111.04708,-111.045530292713,-111.043564,-111.043959,-111.044052705118,-111.044143,-111.044617,-111.04536056097,-111.04611,-111.046515,-111.04721938442,-111.048452,-111.049148,-111.048974,-111.055208,-111.055332727124,-111.055511,-111.056888],"lat":[44.866658,45.0008800033077,45.001345,45.002952,44.992324,44.999156,45.003174,45.002920308285,45.002631,45.005904,44.999623,44.9996763710215,44.999691,45.0006298179128,45.001565,45.0015440046114,45.001407,44.995885,44.9937884330015,44.993788,44.9975841235561,45.000396,45.0002966134074,45.0002916729918,45.00029,44.997431,44.691343,44.5709903771422,44.249983,44.1803828740957,44.1410812067834,43.853477,43.853475998456,43.558603,43.503327530406,43.477815541711,43.289801,43.000585,42.630917,42.6117663005415,42.499964,42.249962,42.016318,42.0017182658666,41.885464,41.697953853064,41.613676,41.5642757795737,41.393307,41.3932140001934,41.278202,41.114457,41.001406,41.001805,40.998048,40.9980741037298,40.9981729176259,40.998173,40.9977466125744,40.997734,40.998215011068,41.0007186292371,41.0028424812322,41.003073,41.0012270706441,41.000114,41.000659,41.001009,40.998191,40.9974254597082,40.9972972928506,40.997101,40.996346,40.997959,41.2516269562514,41.360692,41.565571,41.5798449482258,42.001567,42.34942,42.5139128777751,42.722624,42.96445,43.019407032899,43.072364,43.31572,43.5010514511122,43.687848,43.908376,43.9834527607018,44.114831,44.374925,44.474072,44.624927,44.6662623099175,44.725343,44.866658]}]],[[{"lng":[-88.4686624840513,-88.46866,-88.4533877631093,-88.4311453634628,-88.428278,-88.4213122213943,-88.3892485641243,-88.373338,-88.3474902478349,-88.3400849921393,-88.317135,-88.3044428135104,-88.2745164707837,-88.254445,-88.2483874739095,-88.207229,-88.2035834952194,-88.1732617345949,-88.1549021840087,-88.1395594412474,-88.134263,-88.097888,-88.154617,-88.200064,-88.202959,-88.000032,-87.9849160436989,-87.851886,-87.625025,-87.6060978676533,-87.2240536418757,-87.216683,-87.2107585799823,-86.8362863159495,-86.783648,-86.783628017169,-86.467798,-86.3187607654651,-86.311274,-85.8639461118069,-85.605165,-85.595165,-85.5828123337853,-85.561424,-85.5344052578154,-85.526894818161,-85.5130442292733,-85.502471,-85.4751472811043,-85.4631408247758,-85.429499,-85.4210731752288,-85.398871244842,-85.398871,-85.3866705737728,-85.360532,-85.3381162999059,-85.314048,-85.3049438332249,-85.2943468643453,-85.2365953712528,-85.2324414051873,-85.232441,-85.1861174017892,-85.1844,-85.160963,-85.1245332227506,-85.11425,-85.088533,-85.0760723726048,-85.069848,-85.0071,-85.0011308391237,-84.9997867563101,-84.971831,-84.9811502941337,-84.983466,-85.008096,-84.955704,-84.891841,-84.9199421479259,-84.930127,-84.997765,-85.058749,-85.047063,-85.0514111279128,-85.0635905429847,-85.067829,-85.114031,-85.141831,-85.1291593155832,-85.1254405773425,-85.11893,-85.12553,-85.058169,-85.05796,-85.041881,-85.0516814295062,-85.071621,-85.066005,-85.092487,-85.087929,-85.0888299635305,-85.089774,-85.108192,-85.107516,-85.035615,-85.0211075623628,-85.011392,-85.002499,-85.031285,-85.145959,-85.333319,-85.4882982889391,-85.4980015850895,-85.5794975763383,-85.749715,-85.893632,-86.0350381049506,-86.1872480489813,-86.364974,-86.3886446620004,-86.563494,-86.6882409642461,-86.7856919760059,-86.831979,-86.927851,-87.162644,-87.1630806927656,-87.312206,-87.425791,-87.519533,-87.5988289462621,-87.598937,-87.592064,-87.634943,-87.542268,-87.523621,-87.442291,-87.400189,-87.401189,-87.43145,-87.444722,-87.414685,-87.366601,-87.431784,-87.452282,-87.518324,-87.656888,-87.818867,-87.893201,-87.806466,-87.796717,-87.865017,-87.914136,-87.933355,-87.901711,-87.914956,-87.93107,-88.008396,-88.061998,-88.064898,-88.081617,-88.103768,-88.105699,-88.136173,-88.195664,-88.257764,-88.311608,-88.364022,-88.395023,-88.403931,-88.41227,-88.4124674313592,-88.4260209637871,-88.432007,-88.44866,-88.4494460690171,-88.459478,-88.4636253046849,-88.468669,-88.4686624840513],"lat":[31.8938557116156,31.933173,32.0530492054197,32.2276362346889,32.250143,32.3086791230113,32.5781223959586,32.711825,32.9290347868805,32.991264337875,33.184123,33.28832,33.5340014777852,33.698779,33.7449075948817,34.058333,34.0865277314681,34.3210395343343,34.46303430044,34.5816967458839,34.62266,34.892202,34.922392,34.995634,35.008028,35.005939,35.0059101243258,35.005656,35.003732,35.0035195262043,34.9992307419721,34.999148,34.9990491809997,34.992803004217,34.991925,34.991924921992,34.990692,34.9910785804428,34.991098,34.9870308587481,34.984678,34.924171,34.8604354744776,34.750079,34.6237903384358,34.5886856927335,34.5239464713237,34.474526,34.3436846578762,34.2861909885055,34.125095,34.0808126526072,33.9641292867795,33.964128,33.9017014940033,33.767957,33.6531143916014,33.529805,33.4827563368455,33.4279931463646,33.1295440282507,33.1080770939336,33.108075,32.8701382699716,32.861317,32.826672,32.7516296067514,32.730447,32.657958,32.6080674751571,32.583146,32.523868,32.5101547883978,32.5070669687837,32.442843,32.3790400766818,32.363186,32.336677,32.30591,32.263398,32.2308482009333,32.219051,32.185445,32.136018,32.087389,32.062256083622,31.991857,31.967358,31.89336,31.839261,31.7802782680766,31.7629687034183,31.732664,31.694965,31.620227,31.57084,31.544684,31.5195403291417,31.468384,31.431363,31.362881,31.321648,31.3086477554966,31.295026,31.258591,31.186451,31.108192,31.0754638723064,31.053546,31.000682,31.000647,31.000693,30.999555,30.9979646232873,30.9978650493614,30.9970287484109,30.995282,30.993455,30.9937496073023,30.9940667234622,30.994437,30.9945282152752,30.995202,30.9962018900015,30.9969829935168,30.997354,30.997678,30.999026,30.9990241838776,30.998404,30.998058,30.997552,30.9974221769053,30.997422,30.95146,30.865857,30.767481,30.738285,30.692661,30.657201,30.604383,30.550252,30.507484,30.457289,30.436643,30.403193,30.344097,30.280435,30.249709,30.228314,30.239237,30.279798,30.324198,30.38345,30.446144,30.487357,30.550879,30.585893,30.652694,30.684956,30.644891,30.588292,30.546317,30.500903,30.401865,30.320729,30.321242,30.318933,30.368908,30.388006,30.369425,30.543359,30.731771,30.7355974592153,30.9982813574303,31.114298,31.421277,31.4358368612776,31.621652,31.6979423713502,31.790722,31.8938557116156]}]],[[{"lng":[-72.556112,-72.531469,-72.532186,-72.492597,-72.444977,-72.4519547090682,-72.462248,-72.435191,-72.451802,-72.4503959392159,-72.440563,-72.4336111979595,-72.421583,-72.402532,-72.4069018580317,-72.413377,-72.3969230250359,-72.3968907962909,-72.380894,-72.37944,-72.3335965013563,-72.329522,-72.284805,-72.222069,-72.2115021223499,-72.183333,-72.16978,-72.105875,-72.116706,-72.0799442240026,-72.0796962728478,-72.075486,-72.036883,-72.0538268836147,-72.061338,-72.05399,-72.046302,-72.002314,-71.945163,-71.875863,-71.8377906263888,-71.818838,-71.778613,-71.7631925213134,-71.69092,-71.646551,-71.579974,-71.588076,-71.544922,-71.551722,-71.584574,-71.626909,-71.570402,-71.522393,-71.494403,-71.531605,-71.501088,-71.498399,-71.448678,-71.419058,-71.405636,-71.438546,-71.360664,-71.283684,-71.244499,-71.182587,-71.13943,-71.109349,-71.083924,-71.057861,-71.036705,-71.022992,-71.0194617294855,-71.0135759038146,-71.01127,-71.0102711678683,-71.008736,-71.001367,-70.989929,-70.987258046746,-70.981946,-70.972716,-70.9637926798064,-70.954755,-70.960788896047,-70.968359,-70.984335,-70.923949,-70.872585,-70.813119,-70.8247767120681,-70.824801,-70.8281,-70.819549285713,-70.756397,-70.703818,-70.735477,-70.765222,-70.798636,-70.8114376548341,-70.817296,-70.86475,-70.930799,-70.9665,-71.031201,-71.0487164136986,-71.064201,-71.1163750121775,-71.149703,-71.186104,-71.181803,-71.2453840329207,-71.2551101218106,-71.255605,-71.294205,-71.351874,-71.636214,-71.745817,-71.8053896027383,-71.8987687719366,-71.9290300590535,-72.081365050188,-72.124526,-72.2036134798068,-72.2830340925109,-72.4120300647523,-72.4511950518227,-72.458519,-72.477615,-72.5396,-72.5539020508486,-72.556112],"lat":[42.866252,42.89795,42.954945,42.967648,43.004416,43.0204949106303,43.044214,43.086622,43.153486,43.1612135169064,43.215254,43.2329038122618,43.263442,43.32038,43.3374488387348,43.362741,43.4289221159986,43.4290517463351,43.493394,43.574069,43.6055913415891,43.608393,43.72036,43.759831,43.7730194104417,43.808177,43.873425,43.94937,43.991954,44.0300000301807,44.0302566433846,44.034614,44.103119,44.1598170938034,44.184951,44.246926,44.291983,44.324871,44.337744,44.33737,44.347764542477,44.352939,44.399799,44.4035682627764,44.421234,44.468869,44.501778,44.54785,44.579278,44.627598,44.665351,44.747224,44.805276,44.880811,44.911837,44.976023,45.013377,45.069629,45.109001,45.170488,45.198139,45.239004,45.269835,45.301977,45.268139,45.241069,45.242958,45.282222,45.305451,45.000049,44.736498,44.500058,44.4403632397875,44.3408374525595,44.301846,44.284888321572,44.258825,44.092931,43.839239,43.7929735928842,43.70096,43.570255,43.5402209553665,43.509802,43.4740887336216,43.429283,43.376128,43.324768,43.270152,43.217252,43.1797631051822,43.179685,43.129086,43.1232309734312,43.079988,43.059825,43.012201,42.975349,42.924288,42.8886148784531,42.87229,42.870258,42.884589,42.868989,42.859089,42.8310643380822,42.806289,42.8119029144351,42.815489,42.790689,42.73759,42.7365553285746,42.7363970532872,42.736389,42.69699,42.698154,42.704888,42.707287,42.7089149435285,42.7114667208088,42.7122936725326,42.7164565385412,42.717636,42.7198185286799,42.722010250624,42.7255700733633,42.7266508854936,42.726853,42.761245,42.804832,42.8580316101697,42.866252]}]],[[{"lng":[-75.559446,-75.535144,-75.509742,-75.47764,-75.459439,-75.415062,-75.4104924776371,-75.3903156232519,-75.3516482140689,-75.341765,-75.293376,-75.2588058180477,-75.221025,-75.2111960614745,-75.183023,-75.1414355217473,-75.13342,-75.13572,-75.11922,-75.0601299707226,-75.059017,-74.989914,-74.9728547564456,-74.932211,-74.863809,-74.825907,-74.769488,-74.7233792971515,-74.721604,-74.7484976572578,-74.760605,-74.823907,-74.856508,-74.90331,-74.9281105690914,-74.946006,-74.969597,-75.024775,-75.056102,-75.070568,-75.062227,-75.078503,-75.136748,-75.186737,-75.1881998781252,-75.1892364013559,-75.191059,-75.1918418717483,-75.192612,-75.177477,-75.1113587316723,-75.108505,-75.090962,-75.065438,-75.09772,-75.1232539442085,-75.133086,-75.070532,-75.015271,-74.9923859951822,-74.9830420742478,-74.979873,-74.905256,-74.867405,-74.815703,-74.760325,-74.694914,-74.457584,-74.3670382614474,-74.301994,-74.234473,-74.2343628312304,-74.2116176431986,-74.041054,-73.8939818600359,-73.893979,-73.90728,-73.9204715293793,-73.9220308978665,-73.9348925809607,-73.938081,-73.9474845690832,-73.9658345170463,-73.968082,-73.9712080182824,-73.9845924946802,-74.013784,-74.0234915337322,-74.0294745361997,-74.0309270856838,-74.0411562443035,-74.046966591833,-74.047313,-74.067720330319,-74.0709435377153,-74.086806,-74.1601467831532,-74.170611,-74.2001229019911,-74.202247,-74.203688,-74.216839,-74.249211,-74.260611,-74.261889,-74.2246524660147,-74.206188,-74.157094,-74.108295,-74.047884,-74.019334,-73.997943,-73.976982,-73.971381,-73.981681,-74.0010207944346,-74.030181,-74.0349623822635,-74.064135,-74.077247,-74.090945,-74.0996189143252,-74.101443,-74.190974,-74.2910153361548,-74.291585,-74.304343,-74.36699,-74.412692,-74.521797,-74.5407878555825,-74.581008,-74.646595,-74.67143,-74.714341,-74.705876,-74.778777,-74.807917,-74.864458,-74.933571,-74.967274,-74.955363,-74.903664,-74.885914,-74.905181,-74.9151558055627,-74.998002,-75.048487,-75.090794,-75.136667,-75.166667,-75.21251,-75.244357,-75.285333,-75.326754,-75.355558,-75.399304,-75.4171070774881,-75.442393,-75.465212,-75.536431,-75.528088,-75.527676,-75.512732,-75.543965,-75.559446],"lat":[39.629812,39.647212,39.686113,39.715013,39.765813,39.801919,39.8046722343221,39.8168292178305,39.8401271535134,39.846082,39.848782,39.8546739007844,39.861113,39.8665186316821,39.882013,39.8939183724813,39.896213,39.947112,39.965412,39.9920110032626,39.992512,40.037311,40.0465053655363,40.068411,40.08221,40.12391,40.129145,40.1528955462317,40.15381,40.184908614104,40.198909,40.241508,40.277407,40.315607,40.3398284476893,40.357306,40.39977,40.403455,40.416066,40.455165,40.481391,40.548296,40.575731,40.569406,40.5926133666486,40.6090569611221,40.637971,40.6772421254414,40.715874,40.764225,40.7899822892144,40.791094,40.849187,40.885682,40.926679,40.9653055343877,40.980179,41.01862,41.061215,41.0930282469934,41.1060175588568,41.110423,41.155668,41.22777,41.296151,41.340325,41.357423,41.248225,41.2042114724438,41.172594,41.142883,41.1428352715346,41.1329813635363,41.059088,40.9971982035389,40.997197,40.951498,40.918606332041,40.9147182134588,40.8826489819421,40.874699,40.8577734532874,40.8247452595586,40.8207,40.8163156263209,40.7975433285523,40.756601,40.7374531654873,40.7256518630867,40.7227867504936,40.7026100257088,40.6911492802686,40.690466,40.6703805942446,40.6672082327756,40.651596,40.6460765164448,40.645289,40.6318689019457,40.630903,40.592691,40.558618,40.545064,40.502436,40.464706,40.4486624894865,40.440707,40.447571,40.443788,40.418908,40.471244,40.476668,40.408508,40.34801,40.279411,40.2169665919779,40.122814,40.1025843059482,39.979157,39.910991,39.799978,39.7637843614958,39.756173,39.625118,39.5083697974978,39.507705,39.471445,39.402017,39.360816,39.313816,39.3000254911844,39.270819,39.212002,39.179802,39.119804,39.102937,39.023073,38.985948,38.94041,38.928519,38.933413,39.001262,39.087437,39.143627,39.174945,39.1766975035188,39.191253,39.215222,39.210802,39.181883,39.222577,39.262755,39.2857,39.292212,39.332473,39.347823,39.37949,39.3889106867137,39.402291,39.43893,39.460559,39.498114,39.535278,39.578,39.596,39.629812]}]],[[{"lng":[-104.048736,-103.375467,-102.938777019428,-102.850455,-102.216993,-102.021149424659,-101.625438,-101.496737,-101.125434,-100.431676,-100.182706982328,-99.91378,-99.5257000590717,-99.376068,-98.999803372711,-98.869037,-97.9502050115156,-97.77575,-97.229039,-97.227854,-97.187362,-97.152588,-97.121253,-97.100009,-97.142915,-97.1477235683009,-97.1481034661336,-97.149122,-97.139173,-97.137904,-97.129533,-97.1419103871983,-97.1458449594749,-97.146745,-97.105616,-97.068987,-97.037354,-96.996364,-96.928506,-96.8934933013398,-96.882376,-96.854073,-96.8559593490532,-96.85748,-96.84022,-96.8360095945419,-96.8265691272283,-96.819078,-96.833504,-96.763973,-96.788803,-96.786845,-96.790523,-96.7897865130498,-96.7857861825985,-96.744436,-96.709095,-96.647296,-96.60104,-96.59567,-96.554507,-96.572697494194,-96.574264,-96.563672,-97.082093,-97.228291,-97.542598,-97.77704,-97.9787778096234,-98.0081017982778,-98.070515,-98.414518,-98.625379,-98.7243744138881,-99.005642,-99.0057543501525,-99.092868,-99.34496,-99.490254,-99.61116,-99.7180710428822,-99.718073,-99.8800620948066,-99.880292,-100.152084,-100.294126,-100.499354215384,-100.511793,-100.511949026151,-100.76211,-101.106826,-101.365283,-101.557276,-101.794606,-101.998617078234,-102.000679921018,-102.087555,-102.32823,-102.550947,-102.704871,-102.880252,-102.942069961191,-102.995668019138,-103.218396,-103.434851,-103.660779,-104.045443,-104.045465958928,-104.045469,-104.045045,-104.045125413323,-104.045385103689,-104.045572,-104.045542,-104.044788,-104.045308309869,-104.045313,-104.044976716405,-104.043912,-104.042384,-104.043933,-104.044093215348,-104.044093272821,-104.045692,-104.046782161706,-104.047555,-104.048087568832,-104.0489,-104.048736],"lat":[48.999877,48.998951,48.9993502502851,48.999431,48.998553,48.9987566054109,48.999168,48.9991448340053,48.999078,48.999398,48.9992302246413,48.999049,48.9992712911555,48.999357,48.9999862956524,49.000205,49.0005151189384,49.000574,49.000687,48.945864,48.867598,48.772602,48.713593,48.667926,48.583733,48.5438916836506,48.5407440461867,48.532305,48.430528,48.344585,48.257815,48.1936276188745,48.1732234829905,48.168556,48.091362,48.026267,47.933279,47.844398,47.744884,47.6721269594437,47.649025,47.57201,47.499173229529,47.440457,47.276981,47.2379818754871,47.150539,47.081152,47.01011,46.912507,46.777575,46.692805,46.63688,46.6357466727167,46.6295908492609,46.56596,46.435294,46.358499,46.319554,46.21985,46.083978,46.0218916713577,46.016545,45.935245,45.935842,45.9356565956461,45.935258,45.935393,45.9359339920987,45.9360126290493,45.93618,45.936504,45.938228,45.9386747332615,45.939944,45.9399443091284,45.940184,45.940299,45.940362,45.941098,45.9409070034964,45.940907,45.9416709158022,45.941672,45.942486,45.943269,45.9436319988143,45.943654,45.9436540704345,45.943767,45.943984,45.944092,45.9441,45.944397,45.9445369773569,45.9445383927275,45.944598,45.944806,45.945015,45.945072,45.945069,45.9450944113532,45.9451164437715,45.945208,45.945291,45.945241,45.94531,46.2801880482107,46.324545,46.509788,46.540929928549,46.6415010591218,46.713881,46.933887,47.12743,47.330127858806,47.331955,47.3970692012824,47.603229,47.803256,47.971515,47.9960983555647,47.9961071741871,48.241415,48.3893007311455,48.49414,48.6340123733986,48.847387,48.999877]}]],[[{"lng":[-80.519891,-80.5196437725473,-80.5192220860809,-80.519196690325,-80.518893,-80.5190001313643,-80.5191651698956,-80.5191767503534,-80.519357,-80.5193967266905,-80.519425,-80.329976,-80.154084,-80.136213,-80.088512,-80.0211649256545,-80.020323,-79.923924,-79.844661,-79.761951,-79.762122,-79.761313,-79.6108357749867,-79.472472,-79.0612644031599,-78.983065,-78.9188573636152,-78.59665,-78.3081289604466,-78.271204,-78.2066030378582,-78.031177,-77.83203,-77.7499309251273,-77.610020114476,-77.007635,-76.9657287594267,-76.9268463629543,-76.558118,-76.5576241435694,-76.473030885808,-76.462155,-76.1455189947821,-76.10584,-75.870677,-75.5531125390951,-75.4831492709589,-75.477144,-75.3598599291505,-75.341125,-75.291762,-75.263005,-75.190203,-75.1466648992859,-75.113369,-75.074412,-75.053431,-75.049281,-75.0461986059117,-75.043879,-74.982463,-74.890358,-74.799546,-74.7562718347252,-74.734893,-74.694914,-74.760325,-74.815703,-74.867405,-74.905256,-74.979873,-74.9830420742478,-74.9923859951822,-75.015271,-75.070532,-75.133086,-75.1232539442085,-75.09772,-75.065438,-75.090962,-75.108505,-75.1113587316723,-75.177477,-75.192612,-75.1918418717483,-75.191059,-75.1892364013559,-75.1881998781252,-75.186737,-75.136748,-75.078503,-75.062227,-75.070568,-75.056102,-75.024775,-74.969597,-74.946006,-74.9281105690914,-74.90331,-74.856508,-74.823907,-74.760605,-74.7484976572578,-74.721604,-74.7233792971515,-74.769488,-74.825907,-74.863809,-74.932211,-74.9728547564456,-74.989914,-75.059017,-75.0601299707226,-75.11922,-75.13572,-75.13342,-75.1414355217473,-75.183023,-75.2111960614745,-75.221025,-75.2588058180477,-75.293376,-75.341765,-75.3516482140689,-75.3903156232519,-75.4104924776371,-75.415062,-75.481207,-75.570433,-75.5943169052201,-75.662846,-75.717059,-75.753228,-75.773786,-75.788596,-75.8120799848468,-76.1356974269902,-76.2332793471166,-76.233485,-76.2396837411146,-76.41898,-76.5694751172116,-76.715771,-76.7870971997576,-76.991062,-76.9993180263332,-77.2170237552374,-77.23995,-77.4594334195239,-77.4691450036804,-77.469274,-77.768644,-78.075861,-78.0989706961667,-78.342593,-78.3428335185744,-78.380477064564,-78.723578,-78.8082995296216,-78.9311751343098,-79.045576,-79.3924584050224,-79.476662,-79.763774,-79.9160173560378,-80.0417020128105,-80.075947,-80.421388,-80.519342,-80.5191607943145,-80.51912,-80.5190843704566,-80.519039,-80.5190296911941,-80.5190171173474,-80.518991,-80.5197051125992,-80.5198697076862,-80.5198768467404,-80.519891],"lat":[40.906661,40.9873926540058,41.1250935667958,41.1333865025489,41.232556,41.3335021441936,41.4890121901546,41.499924051206,41.669767,41.8495629905593,41.977523,42.036168,42.114757,42.149937,42.173184,42.163240309016,42.163116,42.207546,42.235486,42.26986,42.131246,41.998808,41.9985199041084,41.998255,41.998838109911,41.998949,41.9991031986894,41.999877,41.9990711347414,41.998968,41.9990883057576,41.999415,41.998524,41.998755440329,41.9991498540796,42.000848,42.0007833950469,42.0007234518173,42.000155,42.0001487163417,41.999072381007,41.998934,41.998866463308,41.998858,41.998828,41.9992952284735,41.9993981645227,41.999407,41.9936858889046,41.992772,41.947092,41.885109,41.862454,41.8501259301463,41.840698,41.802191,41.752538,41.641862,41.6037640199027,41.575094,41.496467,41.455324,41.43129,41.4276274285434,41.425818,41.357423,41.340325,41.296151,41.22777,41.155668,41.110423,41.1060175588568,41.0930282469934,41.061215,41.01862,40.980179,40.9653055343877,40.926679,40.885682,40.849187,40.791094,40.7899822892144,40.764225,40.715874,40.6772421254414,40.637971,40.6090569611221,40.5926133666486,40.569406,40.575731,40.548296,40.481391,40.455165,40.416066,40.403455,40.39977,40.357306,40.3398284476893,40.315607,40.277407,40.241508,40.198909,40.184908614104,40.15381,40.1528955462317,40.129145,40.12391,40.08221,40.068411,40.0465053655363,40.037311,39.992512,39.9920110032626,39.965412,39.947112,39.896213,39.8939183724813,39.882013,39.8665186316821,39.861113,39.8546739007844,39.848782,39.846082,39.8401271535134,39.8168292178305,39.8046722343221,39.801919,39.829191,39.839185,39.8345949730913,39.821425,39.792325,39.757989,39.7222,39.722199,39.7221698092499,39.7217675506067,39.7216462556279,39.721646,39.7216419899246,39.721526,39.7214585591053,39.721393,39.7210481461113,39.720062,39.7200676723526,39.7202172483854,39.720233,39.720229171645,39.72022900225,39.720229,39.721538,39.722448,39.7224661944281,39.722658,39.7226582929265,39.72270413884,39.723122,39.7230709562769,39.7229969251733,39.722928,39.7214393586401,39.721078,39.720776,39.7210559335188,39.7212870329188,39.72135,39.721189,39.721403,39.9622000525219,40.01641,40.1596719951181,40.342101,40.3996410563407,40.4773631462371,40.638801,40.8513367786854,40.9003239342489,40.9024486754197,40.906661]}]],[[{"lng":[-73.416319,-73.3998685693646,-73.395399,-73.349889,-73.316618,-73.3174559746651,-73.324229,-73.334637,-73.320954,-73.293613,-73.312871,-73.3479832324265,-73.3626828127438,-73.367275,-73.389966,-73.36556,-73.357671,-73.33443,-73.34201248395,-73.365678,-73.379822,-73.338979,-73.34474,-73.343124,-73.1923104490669,-73.1699238166857,-73.048386,-72.93644,-72.582371,-72.5542716162235,-72.532503,-72.348583,-72.023292,-71.915009,-71.8977115118588,-71.691898,-71.60984,-71.501088,-71.531605,-71.494403,-71.522393,-71.570402,-71.626909,-71.584574,-71.551722,-71.544922,-71.588076,-71.579974,-71.646551,-71.69092,-71.7631925213134,-71.778613,-71.818838,-71.8377906263888,-71.875863,-71.945163,-72.002314,-72.046302,-72.05399,-72.061338,-72.0538268836147,-72.036883,-72.075486,-72.0796962728478,-72.0799442240026,-72.116706,-72.105875,-72.16978,-72.183333,-72.2115021223499,-72.222069,-72.284805,-72.329522,-72.3335965013563,-72.37944,-72.380894,-72.3968907962909,-72.3969230250359,-72.413377,-72.4069018580317,-72.402532,-72.421583,-72.4336111979595,-72.440563,-72.4503959392159,-72.451802,-72.435191,-72.462248,-72.4519547090682,-72.444977,-72.492597,-72.532186,-72.531469,-72.556112,-72.5539020508486,-72.5396,-72.477615,-72.458519,-72.5167111827822,-72.809113,-72.8642918548454,-72.930262612518,-73.0186486133504,-73.0230178932901,-73.1424951205144,-73.264957,-73.290944,-73.278673,-73.273832807021,-73.2700087311636,-73.26978,-73.2553558380576,-73.252832,-73.242042,-73.292113,-73.327702,-73.395767,-73.424977,-73.414546,-73.393723,-73.3611071516843,-73.350707,-73.3825261495399,-73.390302,-73.374051,-73.407742,-73.411248,-73.405977,-73.43688,-73.416319],"lat":[44.099422,44.1524856476917,44.166903,44.230356,44.257769,44.2635221898768,44.310023,44.356877,44.382669,44.440559,44.507246,44.546162853597,44.5624552216867,44.567545,44.61962,44.700297,44.751018,44.802188,44.808075538661,44.826451,44.857037,44.917681,44.970468,45.01084,45.0128611629521,45.0131611826235,45.01479,45.014267,45.011543,45.0094677206535,45.00786,45.005625,45.006792,45.007791,45.0080722738367,45.011419,45.012709,45.013377,44.976023,44.911837,44.880811,44.805276,44.747224,44.665351,44.627598,44.579278,44.54785,44.501778,44.468869,44.421234,44.4035682627764,44.399799,44.352939,44.347764542477,44.33737,44.337744,44.324871,44.291983,44.246926,44.184951,44.1598170938034,44.103119,44.034614,44.0302566433846,44.0300000301807,43.991954,43.94937,43.873425,43.808177,43.7730194104417,43.759831,43.72036,43.608393,43.6055913415891,43.574069,43.493394,43.4290517463351,43.4289221159986,43.362741,43.3374488387348,43.32038,43.263442,43.2329038122618,43.215254,43.1612135169064,43.153486,43.086622,43.044214,43.0204949106303,43.004416,42.967648,42.954945,42.89795,42.866252,42.8580316101697,42.804832,42.761245,42.726853,42.7284676698292,42.736581,42.7377138851592,42.7390683404576,42.7408830063998,42.7409727127269,42.7434257171969,42.74594,42.80192,42.83341,42.9436317475265,43.0307142926875,43.035923,43.3147123986,43.363493,43.534925,43.584509,43.625913,43.568087,43.598775,43.658209,43.6992,43.7532334572839,43.770463,43.8081589885495,43.817371,43.875563,43.929887,43.975596,44.011485,44.042578,44.099422]}]]],null,null,{"interactive":true,"className":"","stroke":true,"color":"#000000","weight":1,"opacity":0.5,"fill":true,"fillColor":["#FC8D62","#E78AC3","#8DA0CB","#8DA0CB","#8DA0CB","#66C2A5","#E78AC3","#8DA0CB","#8DA0CB","#E78AC3","#66C2A5","#66C2A5","#8DA0CB","#8DA0CB","#8DA0CB","#66C2A5","#66C2A5","#E78AC3","#FC8D62","#E78AC3","#8DA0CB","#8DA0CB","#8DA0CB","#66C2A5","#66C2A5","#E78AC3","#66C2A5","#FC8D62","#8DA0CB","#66C2A5","#E78AC3","#8DA0CB","#FC8D62","#66C2A5","#8DA0CB","#8DA0CB","#E78AC3","#66C2A5","#FC8D62","#E78AC3","#E78AC3","#8DA0CB","#E78AC3","#8DA0CB","#FC8D62","#FC8D62","#66C2A5","#FC8D62","#FC8D62"],"fillOpacity":1,"smoothFactor":1,"noClip":false},null,null,["Alabama (Region: South)","Alaska (Region: West)","Arizona (Region: West)","Arkansas (Region: South)","California (Region: West)","Colorado (Region: West)","Connecticut (Region: Northeast)","Delaware (Region: South)","Florida (Region: South)","Georgia (Region: South)","Hawaii (Region: West)","Idaho (Region: West)","Illinois (Region: North Central)","Indiana (Region: North Central)","Iowa (Region: North Central)","Kansas (Region: North Central)","Kentucky (Region: South)","Louisiana (Region: South)","Maine (Region: Northeast)","Maryland (Region: South)","Massachusetts (Region: Northeast)","Michigan (Region: North Central)","Minnesota (Region: North Central)","Mississippi (Region: South)","Missouri (Region: North Central)","Montana (Region: West)","Nebraska (Region: North Central)","Nevada (Region: West)","New Hampshire (Region: Northeast)","New Jersey (Region: Northeast)","New Mexico (Region: West)","New York (Region: Northeast)","North Carolina (Region: South)","North Dakota (Region: North Central)","Ohio (Region: North Central)","Oklahoma (Region: South)","Oregon (Region: West)","Pennsylvania (Region: Northeast)","Rhode Island (Region: Northeast)","South Carolina (Region: South)","South Dakota (Region: North Central)","Tennessee (Region: South)","Texas (Region: South)","Utah (Region: West)","Vermont (Region: Northeast)","Virginia (Region: South)","Washington (Region: West)","West Virginia (Region: South)","Wisconsin (Region: North Central)","Wyoming (Region: West)"],{"interactive":false,"permanent":false,"direction":"auto","opacity":1,"offset":[0,0],"textsize":"10px","textOnly":false,"className":"","sticky":true},null]}],"limits":{"lat":[24.498131,49.384358],"lng":[-124.725839,-66.949895]}},"evals":[],"jsHooks":[]}</script>
</center>
</div>
<div class="col-md-6 align-self-center">
<center>
<div id="htmlwidget-b506c27b57557180f1c1" style="width:250px;height:250px;" class="highchart html-widget"></div>
<script type="application/json" data-for="htmlwidget-b506c27b57557180f1c1">{"x":{"hc_opts":{"title":{"text":null},"yAxis":{"title":{"text":""},"type":"linear"},"credits":{"enabled":false},"exporting":{"enabled":false},"plotOptions":{"series":{"label":{"enabled":false},"turboThreshold":0,"showInLegend":false},"treemap":{"layoutAlgorithm":"squarified"},"scatter":{"marker":{"symbol":"circle"}}},"series":[{"group":"group","data":[{"continent":"Oceania","year":1952,"median.gddPerCap":10298.08565,"y":10298.08565,"name":"Oceania"},{"continent":"Europe","year":1952,"median.gddPerCap":5142.469716,"y":5142.469716,"name":"Europe"},{"continent":"Americas","year":1952,"median.gddPerCap":3048.3029,"y":3048.3029,"name":"Americas"},{"continent":"Asia","year":1952,"median.gddPerCap":1206.947913,"y":1206.947913,"name":"Asia"},{"continent":"Africa","year":1952,"median.gddPerCap":987.02556855,"y":987.02556855,"name":"Africa"}],"type":"bar"}],"xAxis":{"type":"category","title":{"text":""}},"subtitle":{"text":"Gapminder: Median count pop. of each continent in 1952"}},"theme":{"chart":{"backgroundColor":"transparent"}},"conf_opts":{"global":{"Date":null,"VMLRadialGradientURL":"http =//code.highcharts.com/list(version)/gfx/vml-radial-gradient.png","canvasToolsURL":"http =//code.highcharts.com/list(version)/modules/canvas-tools.js","getTimezoneOffset":null,"timezoneOffset":0,"useUTC":true},"lang":{"contextButtonTitle":"Chart context menu","decimalPoint":".","downloadJPEG":"Download JPEG image","downloadPDF":"Download PDF document","downloadPNG":"Download PNG image","downloadSVG":"Download SVG vector image","drillUpText":"Back to {series.name}","invalidDate":null,"loading":"Loading...","months":["January","February","March","April","May","June","July","August","September","October","November","December"],"noData":"No data to display","numericSymbols":["k","M","G","T","P","E"],"printChart":"Print chart","resetZoom":"Reset zoom","resetZoomTitle":"Reset zoom level 1:1","shortMonths":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"thousandsSep":" ","weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]}},"type":"chart","fonts":[],"debug":false},"evals":[],"jsHooks":[]}</script>
</center>
</div>
</div>
<hr>
</div>
</div>
<div id="tools-shiny" class="section level2">
<h2>Shiny</h2>
<p>Shiny is a technology that allows users of R to create interactive web applications without <em>strictly</em> having to learn HTML, CSS, JavaScript or anything about web-hosting. There’s a dedicated <a href="https://shiny.oxshef.io" target="_blank">IDN Shiny website</a> that explains how Shiny works and what you need to know to be able to deploy your own Shiny applications to the web.</p>
<p>The <a href="http://idn.it.ox.ac.uk/visualisation-showcase" target="_blank">IDN Showcase</a> includes a range of Shiny apps built by and for researchers at Oxford. One of the most popular Shiny apps developed by the IDN is the Online Labour Index, which is embedded below as an iframe:</p>
<iframe src='https://livedataoxford.shinyapps.io/OnlineLabourIndex/' width="100%" height="580px"></iframe>
<hr>
</div>
<div id="tools-tableau" class="section level2">
<h2>Tableau Public</h2>
<p>Tableau is an extremely popular point-and-click tool for building data visualisations and building interactive data stories. There are a number of different “Tableau applications” available, which are briefly broken down as follows:</p>
<ul>
<li>Tableau Desktop: This allows users to create (and save) content on their local machine, a license is required for University of Oxford researchers that want to use this software.</li>
<li>Tableau Reader: This allows users to open the documents/visualisations that other’s have built using the Tableau Desktop software.</li>
<li>Tableau Public: This allows users to freely create Tableau visualisations that are published publicly to the web, and hosted on the Tableau Public service.</li>
</ul>
<p>Tableau Public provides a suitable (and free) tool for researchers to use for creating and hosting interactive visualisations. However, it’s very important to note that the data you upload to the service is <strong>not</strong> subject to a data license that requires others to cite your research. For this reason, the IDN will support University of Oxford researchers but will not develop Tableau Public documents on behalf of researchers.</p>
<iframe src="https://public.tableau.com/views/TwitterAnalysisofMRTDelaysSingapore/MRTDelay?:embed=y&:embed_code_version=3&:loadOrderID=0&:display_count=yes" width="100%" height="1000px"></iframe>
</div>
</div>
</div> <!-- articleBandContent -->
</div> <!-- pageContent -->
<div id="rStudioFooter" class="band full">
<div class="bandContent">
<h4><a href="http://oxshef.io" target="_blank" style="color:#fff;font-weight:bold">OxShef</a></h4>
<div id="logos">
<!--<a href="https://twitter.com/rstudio" class="footerLogo twitter"></a>!-->
<a href="https://github.com/ox-it/OxfordIDN_charts" class="footerLogo gitHub"></a>
<!--<a href="https://www.linkedin.com/company/rstudio-inc" class="footerLogo linkedIn"></a>
<a href="https://www.facebook.com/pages/RStudio-Inc/267733656584415" Class="footerLogo facebook"></a>-->
</div>
</div>
</div>
<!-- bizible -->
<script type="text/javascript" src="//cdn.bizible.com/scripts/bizible.js" async=""></script>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
</body>
</html>