-
Notifications
You must be signed in to change notification settings - Fork 0
/
AWV settlement contour.html
445 lines (390 loc) · 120 KB
/
AWV settlement contour.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_d032ca9bd92fd728e2e9041686a284e4 {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
<style>
.foliumtooltip {
}
.foliumtooltip table{
margin: auto;
}
.foliumtooltip tr{
text-align: left;
}
.foliumtooltip th{
padding: 2px; padding-right: 8px;
}
</style>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>$( function() {
$( ".maplegend" ).draggable({
start: function (event, ui) {
$(this).css({
right: "auto",
top: "auto",
bottom: "auto"
});
}
});
});
</script>
<style type='text/css'>
.maplegend {
position: absolute;
z-index:9999;
background-color: rgba(255, 255, 255, .8);
border-radius: 5px;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
padding: 10px;
font: 12px/14px Arial, Helvetica, sans-serif;
right: 10px;
bottom: 20px;
}
.maplegend .legend-title {
text-align: left;
margin-bottom: 5px;
font-weight: bold;
}
.maplegend .legend-scale ul {
margin: 0;
margin-bottom: 0px;
padding: 0;
float: left;
list-style: none;
}
.maplegend .legend-scale ul li {
list-style: none;
margin-left: 0;
line-height: 16px;
margin-bottom: 2px;
}
.maplegend ul.legend-labels li span {
display: block;
float: left;
height: 14px;
width: 14px;
margin-right: 5px;
margin-left: 0;
border: 0px solid #ccc;
}
.maplegend .legend-source {
color: #777;
clear: both;
}
.maplegend a {
color: #777;
}
</style>
<style>
.foliumtooltip {
}
.foliumtooltip table{
margin: auto;
}
.foliumtooltip tr{
text-align: left;
}
.foliumtooltip th{
padding: 2px; padding-right: 8px;
}
</style>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>$( function() {
$( ".maplegend" ).draggable({
start: function (event, ui) {
$(this).css({
right: "auto",
top: "auto",
bottom: "auto"
});
}
});
});
</script>
<style type='text/css'>
.maplegend {
position: absolute;
z-index:9999;
background-color: rgba(255, 255, 255, .8);
border-radius: 5px;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
padding: 10px;
font: 12px/14px Arial, Helvetica, sans-serif;
right: 10px;
bottom: 20px;
}
.maplegend .legend-title {
text-align: left;
margin-bottom: 5px;
font-weight: bold;
}
.maplegend .legend-scale ul {
margin: 0;
margin-bottom: 0px;
padding: 0;
float: left;
list-style: none;
}
.maplegend .legend-scale ul li {
list-style: none;
margin-left: 0;
line-height: 16px;
margin-bottom: 2px;
}
.maplegend ul.legend-labels li span {
display: block;
float: left;
height: 14px;
width: 14px;
margin-right: 5px;
margin-left: 0;
border: 0px solid #ccc;
}
.maplegend .legend-source {
color: #777;
clear: both;
}
.maplegend a {
color: #777;
}
</style>
</head>
<body>
<div id='maplegend title' class='maplegend'>
<div class='legend-title'>title</div>
<div class='legend-scale'>
<ul class='legend-labels'>
<li><span style='background:#440154'></span>0.00-0.01 </li>
<li><span style='background:#472d7b'></span>0.01-0.01 </li>
<li><span style='background:#3b528b'></span>0.01-0.02 </li>
<li><span style='background:#2c728e'></span>0.02-0.03 </li>
<li><span style='background:#21918c'></span>0.03-0.03 </li>
<li><span style='background:#28ae80'></span>0.03-0.04 </li>
<li><span style='background:#5ec962'></span>0.04-0.04 </li>
<li><span style='background:#addc30'></span>0.04-0.05 </li>
<li><span style='background:#fde725'></span>0.05-0.06 </li>
</ul>
</div>
</div>
<div class="folium-map" id="map_d032ca9bd92fd728e2e9041686a284e4" ></div>
<div id='maplegend settlement(m)' class='maplegend'>
<div class='legend-title'>settlement(m)</div>
<div class='legend-scale'>
<ul class='legend-labels'>
<li><span style='background:#440154'></span>0.00-0.01 </li>
<li><span style='background:#472d7b'></span>0.01-0.01 </li>
<li><span style='background:#3b528b'></span>0.01-0.02 </li>
<li><span style='background:#2c728e'></span>0.02-0.03 </li>
<li><span style='background:#21918c'></span>0.03-0.03 </li>
<li><span style='background:#28ae80'></span>0.03-0.04 </li>
<li><span style='background:#5ec962'></span>0.04-0.04 </li>
<li><span style='background:#addc30'></span>0.04-0.05 </li>
<li><span style='background:#fde725'></span>0.05-0.06 </li>
</ul>
</div>
</div>
</body>
<script>
var map_d032ca9bd92fd728e2e9041686a284e4 = L.map(
"map_d032ca9bd92fd728e2e9041686a284e4",
{
center: [47.609, -122.34],
crs: L.CRS.EPSG3857,
zoom: 14,
zoomControl: true,
preferCanvas: false,
}
);
var tile_layer_c9c7b484bea29559bfbb06aaa67550d6 = L.tileLayer(
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
{"attribution": "Data by \u0026copy; \u003ca href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca href=\"http://www.openstreetmap.org/copyright\"\u003eODbL\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
).addTo(map_d032ca9bd92fd728e2e9041686a284e4);
var poly_line_c8fea7de23289994ef3838d2916f06a6 = L.polyline(
[[47.59723977, -122.3357491], [47.59731824, -122.3357581], [47.59733556, -122.3357602], [47.59735358, -122.3357623], [47.59737135, -122.3357642], [47.59738941, -122.3357661], [47.59740699, -122.3357678], [47.59742507, -122.3357698], [47.59744266, -122.3357718], [47.59746005, -122.3357737], [47.59747732, -122.3357753], [47.59751327, -122.3357789], [47.59753132, -122.3357807], [47.59754893, -122.3357823], [47.59756665, -122.3357841], [47.59758441, -122.3357858], [47.59760209, -122.3357873], [47.59762006, -122.3357888], [47.59763806, -122.3357903], [47.59765563, -122.3357919], [47.59767346, -122.3357933], [47.59769123, -122.3357949], [47.59770912, -122.3357963], [47.59772665, -122.3357978], [47.59773002, -122.3357978], [47.59776249, -122.3358004], [47.59778014, -122.3358017], [47.59779808, -122.3358028], [47.59781568, -122.3358041], [47.59783381, -122.3358054], [47.59785144, -122.3358066], [47.5978694, -122.335808], [47.59788713, -122.335809], [47.59790463, -122.3358104], [47.59792268, -122.3358114], [47.59794049, -122.3358125], [47.59795813, -122.3358136], [47.59797614, -122.3358147], [47.59799385, -122.3358154], [47.59801134, -122.3358161], [47.59802937, -122.3358171], [47.59804717, -122.3358182], [47.59808325, -122.3358197], [47.59810076, -122.3358204], [47.59811844, -122.335821], [47.59813605, -122.3358218], [47.5981543, -122.3358225], [47.59817213, -122.3358233], [47.5981898, -122.3358241], [47.59820778, -122.3358253], [47.59822519, -122.3358255], [47.59824317, -122.3358264], [47.59826092, -122.3358265], [47.59827915, -122.3358272], [47.59829725, -122.3358277], [47.59831478, -122.3358282], [47.59833227, -122.3358285], [47.59834836, -122.335829], [47.59836815, -122.335829], [47.59838574, -122.3358295], [47.59840378, -122.3358297], [47.59842134, -122.3358299], [47.59843897, -122.3358301], [47.59845701, -122.3358302], [47.59847454, -122.3358311], [47.59849261, -122.3358313], [47.59851006, -122.3358312], [47.59852801, -122.335831], [47.59854601, -122.3358312], [47.59856377, -122.3358316], [47.59858139, -122.3358316], [47.59859948, -122.3358317], [47.59861689, -122.3358317], [47.59863489, -122.3358316], [47.59865309, -122.3358318], [47.59867079, -122.3358318], [47.59868839, -122.3358316], [47.5987063, -122.3358317], [47.59872401, -122.3358318], [47.59874202, -122.3358318], [47.59875965, -122.3358323], [47.59877774, -122.3358316], [47.59879529, -122.3358318], [47.59881323, -122.3358317], [47.59883116, -122.3358318], [47.59884905, -122.335832], [47.59886668, -122.3358317], [47.59888438, -122.3358318], [47.59890219, -122.3358318], [47.5989204, -122.335832], [47.59893788, -122.335832], [47.59895605, -122.3358319], [47.59897345, -122.3358317], [47.59899152, -122.335832], [47.59900931, -122.3358318], [47.59902711, -122.3358318], [47.59904524, -122.335832], [47.59906274, -122.3358317], [47.59908054, -122.3358318], [47.59909807, -122.3358317], [47.59911594, -122.3358318], [47.59913406, -122.3358318], [47.59915197, -122.3358317], [47.59916949, -122.3358318], [47.59918749, -122.3358318], [47.59920552, -122.3358317], [47.59922321, -122.3358317], [47.5992407, -122.3358316], [47.59925871, -122.3358317], [47.59927665, -122.3358316], [47.59929409, -122.3358319], [47.5993121, -122.3358317], [47.59933001, -122.3358319], [47.59934763, -122.3358317], [47.5993657, -122.3358316], [47.59938374, -122.3358318], [47.59940131, -122.3358317], [47.59941904, -122.3358317], [47.59943677, -122.3358316], [47.59945457, -122.3358316], [47.59947259, -122.3358316], [47.59949009, -122.3358316], [47.59950812, -122.3358316], [47.59952571, -122.3358316], [47.59954366, -122.3358316], [47.59956158, -122.3358318], [47.5995793, -122.3358317], [47.59959706, -122.3358315], [47.5996152, -122.3358316], [47.59963273, -122.3358317], [47.59965077, -122.3358314], [47.59966855, -122.3358316], [47.59968605, -122.3358318], [47.59970411, -122.3358316], [47.59972121, -122.3358319], [47.59973931, -122.3358322], [47.59975744, -122.3358321], [47.59977517, -122.3358322], [47.59979309, -122.3358323], [47.59981073, -122.3358323], [47.59981071, -122.3358323], [47.59984473, -122.3358323], [47.59986154, -122.3358322], [47.59988167, -122.3358327], [47.59988283, -122.3358328], [47.59991774, -122.3358327], [47.5999347, -122.3358328], [47.59995297, -122.3358328], [47.59997116, -122.335833], [47.59998875, -122.3358331], [47.60000673, -122.3358331], [47.60002426, -122.3358334], [47.60004224, -122.3358336], [47.60005988, -122.3358338], [47.6000777, -122.3358342], [47.60009531, -122.3358347], [47.60011387, -122.3358352], [47.60013186, -122.3358359], [47.60014939, -122.3358367], [47.60016695, -122.3358372], [47.60018452, -122.3358382], [47.60020222, -122.3358389], [47.60022065, -122.3358399], [47.60023877, -122.335841], [47.60025637, -122.335842], [47.60027411, -122.3358427], [47.60029191, -122.3358438], [47.60031007, -122.3358449], [47.60032758, -122.3358459], [47.60034532, -122.335847], [47.60036322, -122.3358481], [47.600381, -122.3358493], [47.6003985, -122.3358504], [47.60041663, -122.3358514], [47.60043333, -122.3358526], [47.60045186, -122.3358538], [47.60046937, -122.3358552], [47.60048744, -122.3358565], [47.60050514, -122.3358577], [47.60052258, -122.3358589], [47.60054109, -122.3358604], [47.60055866, -122.335862], [47.60057635, -122.3358634], [47.6005938, -122.3358648], [47.60062993, -122.3358681], [47.60064757, -122.3358698], [47.60066508, -122.3358716], [47.60068324, -122.3358733], [47.60070079, -122.335875], [47.6007185, -122.3358768], [47.6007366, -122.3358788], [47.60075418, -122.3358806], [47.60077193, -122.3358826], [47.60079026, -122.3358848], [47.60080795, -122.3358863], [47.60082567, -122.3358884], [47.60084349, -122.3358904], [47.60086135, -122.3358925], [47.60087901, -122.3358945], [47.60089689, -122.3358963], [47.60091471, -122.3358985], [47.60093202, -122.3359006], [47.60094998, -122.3359027], [47.60096755, -122.3359046], [47.60098555, -122.335907], [47.60100306, -122.3359093], [47.60102088, -122.3359115], [47.60103861, -122.3359139], [47.60105618, -122.3359164], [47.6010742, -122.3359188], [47.60109169, -122.3359215], [47.6011093, -122.3359238], [47.60112707, -122.3359262], [47.60114546, -122.3359287], [47.6011639, -122.3359316], [47.60118144, -122.3359341], [47.60118144, -122.3359341], [47.60121583, -122.3359392], [47.60123409, -122.3359419], [47.60125205, -122.3359446], [47.60126881, -122.3359475], [47.60128632, -122.3359503], [47.6013038, -122.3359531], [47.60132275, -122.3359561], [47.60133957, -122.3359591], [47.60135752, -122.3359618], [47.60137515, -122.3359648], [47.60139283, -122.3359677], [47.60141071, -122.3359707], [47.60142851, -122.3359739], [47.60144616, -122.3359768], [47.60146387, -122.3359798], [47.60148131, -122.3359829], [47.60149886, -122.3359859], [47.60151592, -122.3359886], [47.6015342, -122.3359918], [47.60155216, -122.3359951], [47.60156951, -122.3359982], [47.60158759, -122.3360014], [47.60160527, -122.3360045], [47.60162261, -122.3360077], [47.60164057, -122.3360111], [47.60165806, -122.3360143], [47.60167565, -122.3360175], [47.60169302, -122.3360208], [47.60171087, -122.3360241], [47.6017284, -122.3360275], [47.60174632, -122.3360307], [47.60176381, -122.3360344], [47.60178139, -122.3360377], [47.60179941, -122.3360414], [47.60181732, -122.3360447], [47.60183469, -122.3360483], [47.60185259, -122.3360517], [47.60186902, -122.3360551], [47.60188785, -122.336059], [47.60190539, -122.3360625], [47.60192271, -122.336066], [47.60194068, -122.3360698], [47.6019584, -122.3360735], [47.60197601, -122.3360772], [47.60199377, -122.336081], [47.60201147, -122.3360846], [47.60202905, -122.3360885], [47.60204675, -122.3360923], [47.6020642, -122.3360963], [47.6020816, -122.3361], [47.60209934, -122.3361042], [47.60211715, -122.336108], [47.60213497, -122.3361119], [47.60215289, -122.336116], [47.60216996, -122.3361199], [47.60218737, -122.3361239], [47.60220486, -122.336128], [47.60222269, -122.3361322], [47.60224018, -122.3361364], [47.60225826, -122.3361406], [47.60227568, -122.3361448], [47.60229308, -122.336149], [47.60231016, -122.336153], [47.60232917, -122.3361577], [47.60234605, -122.3361615], [47.60236335, -122.3361659], [47.60238133, -122.3361705], [47.60239912, -122.336175], [47.60241661, -122.3361795], [47.6024342, -122.336184], [47.60245168, -122.3361884], [47.60246888, -122.3361929], [47.60248702, -122.3361976], [47.60250443, -122.3362021], [47.60252161, -122.3362066], [47.60253912, -122.3362112], [47.60255668, -122.3362161], [47.60257427, -122.3362207], [47.60259188, -122.3362254], [47.60260986, -122.3362303], [47.60262753, -122.3362351], [47.60264487, -122.33624], [47.60266206, -122.3362445], [47.60267981, -122.3362493], [47.6026973, -122.3362541], [47.60271457, -122.3362589], [47.60273213, -122.3362637], [47.60274967, -122.3362689], [47.60276717, -122.3362741], [47.60278456, -122.3362788], [47.6028023, -122.3362839], [47.60281968, -122.3362888], [47.60283729, -122.336294], [47.60285473, -122.336299], [47.60287227, -122.3363044], [47.60288993, -122.3363094], [47.60290749, -122.3363147], [47.60292428, -122.3363197], [47.60294213, -122.3363253], [47.60295958, -122.3363305], [47.60297687, -122.336336], [47.60299436, -122.3363411], [47.60301195, -122.3363466], [47.60302929, -122.336352], [47.60304582, -122.3363574], [47.60306355, -122.3363629], [47.60308122, -122.3363685], [47.60309861, -122.3363739], [47.60311608, -122.3363795], [47.60313368, -122.3363852], [47.60315096, -122.3363908], [47.60316855, -122.3363964], [47.60318614, -122.3364021], [47.60320334, -122.3364076], [47.60322073, -122.3364134], [47.60323813, -122.336419], [47.60325545, -122.3364248], [47.60327313, -122.3364306], [47.6032904, -122.3364365], [47.60330787, -122.3364425], [47.60332509, -122.3364481], [47.60334251, -122.336454], [47.60336012, -122.3364602], [47.60337764, -122.3364662], [47.60339448, -122.3364721], [47.60341196, -122.3364781], [47.6034293, -122.3364842], [47.60344677, -122.3364904], [47.60346406, -122.3364964], [47.60348139, -122.3365027], [47.60349867, -122.3365086], [47.60351605, -122.336515], [47.60353355, -122.3365212], [47.60355056, -122.3365274], [47.6035679, -122.3365336], [47.60358561, -122.3365399], [47.6036032, -122.3365463], [47.60362032, -122.3365527], [47.60363688, -122.336559], [47.60365449, -122.3365654], [47.60367186, -122.3365718], [47.6036891, -122.3365781], [47.60370623, -122.3365848], [47.60372364, -122.3365913], [47.60374121, -122.336598], [47.60375815, -122.3366042], [47.60377545, -122.3366111], [47.60379243, -122.3366175], [47.60380992, -122.3366243], [47.60382726, -122.3366311], [47.60384428, -122.3366376], [47.60386171, -122.3366446], [47.60387916, -122.3366513], [47.60389612, -122.336658], [47.60391348, -122.336665], [47.60393072, -122.3366717], [47.60394797, -122.3366786], [47.6039649, -122.3366853], [47.60398204, -122.3366924], [47.60399971, -122.3366993], [47.60401683, -122.3367065], [47.60403404, -122.3367135], [47.60405125, -122.3367203], [47.60406815, -122.3367274], [47.6040854, -122.3367344], [47.60410256, -122.3367416], [47.60411978, -122.336749], [47.6041368, -122.3367558], [47.60415423, -122.3367634], [47.60417135, -122.3367704], [47.60418819, -122.3367779], [47.60420564, -122.3367853], [47.60422238, -122.3367923], [47.60423969, -122.3367997], [47.60425657, -122.3368071], [47.60427376, -122.3368145], [47.60429094, -122.3368218], [47.60430824, -122.3368292], [47.60432549, -122.3368369], [47.60434231, -122.3368443], [47.60435942, -122.3368518], [47.60437648, -122.3368595], [47.6043936, -122.3368669], [47.60441065, -122.3368747], [47.60442778, -122.3368824], [47.60444486, -122.33689], [47.60446172, -122.3368978], [47.60447893, -122.3369056], [47.6044958, -122.3369134], [47.60451288, -122.3369212], [47.60453001, -122.3369289], [47.60454707, -122.3369367], [47.60456379, -122.3369446], [47.6045815, -122.3369528], [47.60459804, -122.3369607], [47.6046153, -122.3369687], [47.60463183, -122.3369766], [47.60464898, -122.3369845], [47.60466592, -122.3369928], [47.604683, -122.3370007], [47.60469996, -122.3370088], [47.60471697, -122.3370171], [47.60473397, -122.3370251], [47.60475107, -122.3370334], [47.6047681, -122.3370417], [47.60478483, -122.3370496], [47.60480181, -122.3370578], [47.6048187, -122.337066], [47.60483563, -122.3370745], [47.60485257, -122.3370828], [47.60486957, -122.3370911], [47.60488658, -122.3370997], [47.6049033, -122.337108], [47.60492042, -122.3371166], [47.60493728, -122.3371251], [47.6049543, -122.3371336], [47.60497088, -122.3371422], [47.60498776, -122.3371507], [47.60500464, -122.3371591], [47.60502164, -122.3371678], [47.60503862, -122.3371764], [47.60505502, -122.337185], [47.60507203, -122.3371936], [47.60508899, -122.3372025], [47.60510576, -122.3372111], [47.6051226, -122.3372202], [47.6051395, -122.3372289], [47.6051563, -122.3372377], [47.60517259, -122.3372461], [47.60518978, -122.337255], [47.60520663, -122.3372639], [47.60522336, -122.3372731], [47.60524019, -122.3372819], [47.60525755, -122.337291], [47.60527329, -122.3372996], [47.6052899, -122.3373088], [47.60530669, -122.3373179], [47.60532353, -122.337327], [47.60534011, -122.3373358], [47.6053569, -122.3373453], [47.60537377, -122.3373542], [47.60539044, -122.3373637], [47.60540709, -122.3373726], [47.60542368, -122.3373821], [47.60544048, -122.3373913], [47.60545692, -122.3374006], [47.60547378, -122.3374101], [47.6054904, -122.3374194], [47.60550702, -122.3374287], [47.605524, -122.3374383], [47.60554073, -122.3374475], [47.60555731, -122.337457], [47.60556746, -122.3374627], [47.6055905, -122.3374762], [47.60560706, -122.3374857], [47.60562365, -122.3374953], [47.60563885, -122.3375038], [47.60565706, -122.3375145], [47.60567371, -122.3375242], [47.60568982, -122.3375335], [47.60570696, -122.3375436], [47.60572333, -122.3375531], [47.60573996, -122.3375629], [47.60575648, -122.3375726], [47.60577306, -122.3375825], [47.60578934, -122.3375922], [47.60580591, -122.3376021], [47.60582249, -122.3376121], [47.60583916, -122.3376221], [47.60585549, -122.3376318], [47.60587228, -122.3376419], [47.60588847, -122.3376517], [47.60590535, -122.3376621], [47.60592173, -122.3376721], [47.60593817, -122.337682], [47.60595465, -122.337692], [47.60597116, -122.3377023], [47.60598777, -122.3377126], [47.60598777, -122.3377126], [47.60602057, -122.3377332], [47.60603708, -122.3377434], [47.60605312, -122.3377536], [47.60606994, -122.337764], [47.60608626, -122.3377742], [47.60610266, -122.3377845], [47.60611894, -122.337795], [47.6061353, -122.3378051], [47.60615197, -122.3378158], [47.60616816, -122.337826], [47.60618434, -122.3378364], [47.60620099, -122.3378469], [47.60621744, -122.3378575], [47.60623371, -122.3378679], [47.6062501, -122.3378787], [47.60626625, -122.3378892], [47.60628284, -122.3378997], [47.60629897, -122.3379104], [47.60631519, -122.3379212], [47.60633172, -122.3379318], [47.60634776, -122.3379427], [47.6063642, -122.3379532], [47.60638033, -122.3379642], [47.60639677, -122.337975], [47.60641289, -122.3379861], [47.60642923, -122.3379967], [47.6064454, -122.3380075], [47.60646179, -122.3380188], [47.60647801, -122.3380296], [47.60649429, -122.3380407], [47.60651034, -122.3380513], [47.6065264, -122.3380627], [47.60654251, -122.3380736], [47.60655879, -122.3380848], [47.60657483, -122.3380957], [47.60659119, -122.3381071], [47.60660581, -122.3381171], [47.60661087, -122.3381206], [47.60663963, -122.3381405], [47.60665591, -122.3381519], [47.60667035, -122.3381618], [47.60668797, -122.3381743], [47.60670426, -122.3381855], [47.60672029, -122.3381968], [47.60673652, -122.3382084], [47.60675267, -122.3382198], [47.60676841, -122.3382309], [47.60678463, -122.3382425], [47.60680071, -122.338254], [47.60681673, -122.3382655], [47.60683285, -122.338277], [47.60684794, -122.3382878], [47.60686509, -122.3383001], [47.60688085, -122.3383117], [47.60689688, -122.3383231], [47.60691291, -122.3383348], [47.60692884, -122.3383466], [47.60694517, -122.3383584], [47.60696084, -122.33837], [47.60697675, -122.3383819], [47.60699264, -122.3383935], [47.60700867, -122.3384054], [47.60702449, -122.338417], [47.6070406, -122.338429], [47.6070563, -122.3384407], [47.60707236, -122.3384527], [47.60708822, -122.3384647], [47.60710426, -122.3384764], [47.60712025, -122.3384886], [47.60713592, -122.3385005], [47.6071518, -122.3385126], [47.60716771, -122.3385243], [47.60718324, -122.3385362], [47.60719939, -122.3385486], [47.60721521, -122.3385607], [47.60723121, -122.3385729], [47.60724125, -122.3385807], [47.60726261, -122.3385974], [47.60727844, -122.3386095], [47.60729412, -122.3386218], [47.60730995, -122.338634], [47.60732588, -122.3386465], [47.60734174, -122.3386588], [47.60735735, -122.3386711], [47.60737316, -122.3386834], [47.60738873, -122.3386959], [47.60740438, -122.3387082], [47.60742001, -122.3387206], [47.60743578, -122.3387329], [47.60745129, -122.3387454], [47.60746744, -122.3387582], [47.60748284, -122.3387706], [47.60749862, -122.3387832], [47.60751418, -122.3387958], [47.60752976, -122.3388084], [47.60754605, -122.3388215], [47.60756153, -122.3388341], [47.60757682, -122.3388466], [47.60759268, -122.3388593], [47.6076082, -122.3388718], [47.60762362, -122.3388848], [47.60763909, -122.3388976], [47.60765483, -122.3389106], [47.60767042, -122.3389233], [47.60768607, -122.3389362], [47.60770189, -122.3389491], [47.60771722, -122.3389621], [47.607733, -122.3389752], [47.60774824, -122.3389881], [47.60776384, -122.339001], [47.60777925, -122.3390143], [47.60779488, -122.339027], [47.60781014, -122.3390404], [47.6078258, -122.3390532], [47.60784136, -122.3390666], [47.60785666, -122.3390794], [47.60787203, -122.3390928], [47.6078878, -122.3391063], [47.60790291, -122.3391194], [47.60791857, -122.3391328], [47.60793376, -122.3391459], [47.60794912, -122.3391591], [47.60796453, -122.3391724], [47.60798038, -122.3391862], [47.60799543, -122.3391993], [47.60801081, -122.3392127], [47.60802598, -122.3392259], [47.60804129, -122.3392394], [47.60805667, -122.339253], [47.60807214, -122.3392664], [47.60808737, -122.33928], [47.60810219, -122.339293], [47.60811833, -122.3393073], [47.60813336, -122.3393207], [47.60814847, -122.3393344], [47.60816381, -122.3393483], [47.60817904, -122.3393616], [47.60819449, -122.3393753], [47.60820998, -122.3393892], [47.60822493, -122.3394029], [47.60823975, -122.3394163], [47.60825511, -122.3394304], [47.60827055, -122.3394443], [47.60828577, -122.3394582], [47.60830091, -122.3394717], [47.60831619, -122.3394858], [47.60833095, -122.3394996], [47.60834632, -122.3395134], [47.60836148, -122.3395274], [47.60837648, -122.3395411], [47.60839171, -122.3395549], [47.60840694, -122.3395689], [47.60842209, -122.3395825], [47.60843714, -122.3395964], [47.6084521, -122.3396104], [47.60846748, -122.3396243], [47.60848216, -122.3396379], [47.60849743, -122.3396518], [47.60851243, -122.3396657], [47.60852765, -122.3396795], [47.6085431, -122.339694], [47.60855852, -122.3397079], [47.60857341, -122.3397216], [47.60858858, -122.3397356], [47.60860385, -122.3397493], [47.60861881, -122.3397632], [47.60863404, -122.339777], [47.6086493, -122.3397907], [47.6086643, -122.3398046], [47.60867949, -122.3398187], [47.60869458, -122.3398323], [47.60870988, -122.3398464], [47.60872499, -122.3398601], [47.6087403, -122.3398739], [47.6087554, -122.3398879], [47.60877052, -122.3399016], [47.60878576, -122.3399156], [47.60880097, -122.3399293], [47.60881637, -122.3399435], [47.60883117, -122.3399572], [47.60884646, -122.3399708], [47.60886163, -122.3399851], [47.60887669, -122.3399986], [47.60889178, -122.3400125], [47.60890684, -122.3400265], [47.60892251, -122.3400407], [47.60893734, -122.3400544], [47.6089524, -122.3400679], [47.60896802, -122.3400824], [47.60898312, -122.3400959], [47.608998, -122.3401098], [47.60901327, -122.3401237], [47.60902825, -122.3401377], [47.60904352, -122.3401513], [47.60905874, -122.3401656], [47.60907382, -122.3401791], [47.60908932, -122.3401931], [47.60910416, -122.3402069], [47.60911914, -122.3402208], [47.6091348, -122.3402349], [47.60914984, -122.3402486], [47.60916517, -122.3402625], [47.60918023, -122.3402765], [47.60919541, -122.3402903], [47.6092106, -122.3403043], [47.6092261, -122.3403187], [47.60924093, -122.3403321], [47.60925594, -122.3403458], [47.60927105, -122.3403596], [47.60928641, -122.3403738], [47.60930137, -122.3403874], [47.60931654, -122.3404014], [47.60933177, -122.3404153], [47.60934712, -122.3404292], [47.6093621, -122.340443], [47.60937733, -122.3404565], [47.60939258, -122.3404709], [47.60940758, -122.3404845], [47.60942299, -122.3404985], [47.609438, -122.3405122], [47.60945308, -122.3405262], [47.60946845, -122.3405401], [47.60948367, -122.3405542], [47.60949881, -122.3405679], [47.60951392, -122.3405819], [47.60952886, -122.3405953], [47.60954423, -122.3406097], [47.60955931, -122.3406234], [47.60957444, -122.3406374], [47.60958961, -122.3406513], [47.60960477, -122.3406653], [47.60961992, -122.3406791], [47.60963511, -122.3406932], [47.60965031, -122.3407067], [47.60966555, -122.3407209], [47.60968079, -122.3407345], [47.60969596, -122.3407487], [47.6097111, -122.3407624], [47.60972624, -122.3407763], [47.60974143, -122.3407903], [47.60975652, -122.3408039], [47.60977165, -122.3408178], [47.60978684, -122.3408318], [47.6098019, -122.3408454], [47.60981702, -122.3408592], [47.6098323, -122.3408732], [47.60984768, -122.3408872], [47.60986287, -122.3409011], [47.60987804, -122.3409151], [47.60989288, -122.3409288], [47.60990798, -122.3409426], [47.60992304, -122.3409563], [47.60993845, -122.3409704], [47.60995385, -122.3409844], [47.6099688, -122.3409982], [47.6099838, -122.3410119], [47.60999898, -122.3410259], [47.61001418, -122.3410398], [47.61002934, -122.3410537], [47.61004454, -122.3410673], [47.61005993, -122.3410817], [47.61007446, -122.3410951], [47.61008923, -122.3411088], [47.61010421, -122.3411226], [47.61011955, -122.3411362], [47.61013508, -122.3411504], [47.61015018, -122.3411641], [47.61016553, -122.3411782], [47.61018078, -122.341192], [47.61018078, -122.341192], [47.61018078, -122.341192], [47.61018078, -122.341192], [47.61024165, -122.3412479], [47.6102568, -122.3412615], [47.61027181, -122.3412753], [47.61028735, -122.341289], [47.61030222, -122.3413029], [47.61031764, -122.3413166], [47.61033278, -122.3413307], [47.61034813, -122.3413444], [47.61036309, -122.3413581], [47.61037846, -122.3413717], [47.61039364, -122.3413855], [47.61040804, -122.3413985], [47.61042392, -122.3414128], [47.61043953, -122.3414265], [47.61045478, -122.3414402], [47.6104703, -122.3414538], [47.61048529, -122.3414673], [47.61050087, -122.3414808], [47.61051607, -122.3414946], [47.61053123, -122.341508], [47.61054661, -122.3415215], [47.61056187, -122.341535], [47.61057744, -122.3415487], [47.61059239, -122.3415615], [47.61060798, -122.3415753], [47.61062321, -122.3415882], [47.61063863, -122.3416019], [47.61065424, -122.3416155], [47.61066948, -122.3416285], [47.61068496, -122.3416421], [47.61070003, -122.3416547], [47.61071552, -122.3416681], [47.61073099, -122.3416815], [47.6107465, -122.3416945], [47.6107621, -122.3417078], [47.6107772, -122.3417208], [47.61079294, -122.3417337], [47.61080835, -122.3417469], [47.61082383, -122.3417597], [47.61083911, -122.3417729], [47.61085459, -122.3417858], [47.61087014, -122.3417987], [47.61088566, -122.3418115], [47.61090156, -122.3418247], [47.61091679, -122.3418375], [47.61093247, -122.3418501], [47.61094837, -122.3418636], [47.61096392, -122.3418762], [47.6109794, -122.3418889], [47.61099512, -122.3419018], [47.6110107, -122.3419143], [47.61102649, -122.3419275], [47.61104221, -122.34194], [47.61105762, -122.3419527], [47.6110733, -122.3419651], [47.61108904, -122.3419778], [47.61110494, -122.3419904], [47.61112006, -122.3420028], [47.61113625, -122.3420155], [47.61115137, -122.3420278], [47.61116733, -122.3420404], [47.61118328, -122.342053], [47.61119887, -122.3420656], [47.61121474, -122.3420779], [47.61122973, -122.3420898], [47.61124363, -122.3421007], [47.61126184, -122.3421149], [47.61127764, -122.3421275], [47.61129342, -122.3421396], [47.61130903, -122.3421519], [47.6113246, -122.342164], [47.61134059, -122.3421763], [47.61135674, -122.3421889], [47.61137227, -122.3422007], [47.61138808, -122.3422128], [47.61140407, -122.342225], [47.61142006, -122.3422373], [47.61143565, -122.3422489], [47.6114514, -122.3422612], [47.61146756, -122.3422732], [47.61148349, -122.3422855], [47.61149926, -122.3422973], [47.61151505, -122.3423093], [47.61153076, -122.3423211], [47.61154689, -122.3423332], [47.61156281, -122.342345], [47.61157872, -122.3423569], [47.61159508, -122.342369], [47.61161072, -122.3423805], [47.61162687, -122.3423925], [47.61164257, -122.3424039], [47.6116589, -122.3424161], [47.61167449, -122.3424274], [47.61169068, -122.3424391], [47.61170649, -122.3424507], [47.61172232, -122.3424621], [47.61173862, -122.3424741], [47.61175476, -122.3424856], [47.61177073, -122.3424973], [47.61178666, -122.3425088], [47.61180279, -122.3425203], [47.61181899, -122.3425316], [47.61183501, -122.3425433], [47.61185105, -122.3425546], [47.61186721, -122.342566], [47.61188316, -122.342577], [47.61189943, -122.3425887], [47.61191574, -122.3425999], [47.61193149, -122.3426112], [47.6119479, -122.3426224], [47.61196399, -122.3426339], [47.61198025, -122.3426451], [47.6119963, -122.3426563], [47.61201256, -122.3426676], [47.61202874, -122.3426785], [47.61204468, -122.3426896], [47.61206091, -122.3427007], [47.61207698, -122.3427118], [47.61209344, -122.3427228], [47.61210963, -122.342734], [47.61212552, -122.3427446], [47.61214195, -122.3427559], [47.61215798, -122.3427665], [47.61217442, -122.3427779], [47.61219049, -122.3427884], [47.6122066, -122.3427994], [47.61222296, -122.3428103], [47.61223934, -122.3428213], [47.61225563, -122.3428319], [47.61227146, -122.3428424], [47.61228816, -122.3428535], [47.61230429, -122.342864], [47.61232084, -122.3428749], [47.61233701, -122.3428853], [47.61235345, -122.342896], [47.61236951, -122.3429066], [47.6123862, -122.3429173], [47.61240209, -122.3429276], [47.61241835, -122.3429381], [47.61243497, -122.3429488], [47.61245141, -122.3429595], [47.61246779, -122.3429696], [47.61248421, -122.3429803], [47.6125004, -122.3429904], [47.61251711, -122.3430009], [47.61253368, -122.3430115], [47.61255021, -122.3430218], [47.61256608, -122.3430319], [47.61258297, -122.3430423], [47.61259906, -122.3430524], [47.61261554, -122.3430626], [47.61263194, -122.3430728], [47.61264839, -122.3430828], [47.61266457, -122.3430928], [47.61268116, -122.343103], [47.61269764, -122.3431131], [47.61271415, -122.3431233], [47.61273083, -122.3431333], [47.61274743, -122.3431432], [47.61276388, -122.3431534], [47.61278024, -122.3431631], [47.61279664, -122.3431729], [47.61281291, -122.3431828], [47.61282959, -122.3431928], [47.6128458, -122.3432027], [47.61286256, -122.3432125], [47.61287864, -122.3432225], [47.61289568, -122.3432323], [47.61291214, -122.3432419], [47.61292937, -122.3432518], [47.61294526, -122.343261], [47.61296184, -122.3432711], [47.61297846, -122.3432805], [47.61299515, -122.3432904], [47.6130115, -122.3432996], [47.61302837, -122.3433094], [47.61304464, -122.3433189], [47.61306151, -122.3433286], [47.61307802, -122.3433378], [47.61309477, -122.3433477], [47.61311146, -122.3433568], [47.61312818, -122.3433665], [47.61314451, -122.3433754], [47.61316145, -122.3433853], [47.61317799, -122.3433942], [47.61319488, -122.3434037], [47.61321141, -122.3434127], [47.61322835, -122.3434222], [47.6132447, -122.343431], [47.61326149, -122.3434406], [47.61327843, -122.3434496], [47.61329481, -122.3434589], [47.61331183, -122.3434678], [47.61332833, -122.3434773], [47.61334521, -122.3434861], [47.61336168, -122.3434952], [47.61337861, -122.3435039], [47.61339553, -122.3435134], [47.61341198, -122.343522], [47.61342888, -122.3435314], [47.61344577, -122.34354], [47.6134623, -122.3435492], [47.61347942, -122.3435577], [47.61349585, -122.3435666], [47.61351275, -122.3435751], [47.61352981, -122.3435843], [47.61354654, -122.3435928], [47.61356357, -122.3436017], [47.61358022, -122.3436101], [47.61359696, -122.3436187], [47.61361402, -122.3436274], [47.61363047, -122.3436364], [47.61364768, -122.3436447], [47.61366409, -122.3436537], [47.61368114, -122.3436619], [47.61371476, -122.3436788], [47.61373165, -122.3436873], [47.61374865, -122.3436958], [47.61376534, -122.3437042], [47.61378243, -122.3437124], [47.61379943, -122.343721], [47.61381614, -122.3437291], [47.61383306, -122.3437376], [47.61385045, -122.3437459], [47.61386712, -122.3437539], [47.61388399, -122.3437622], [47.61390106, -122.3437707], [47.61391782, -122.3437785], [47.61393489, -122.343787], [47.61395165, -122.3437948], [47.61396883, -122.343803], [47.61398564, -122.3438109], [47.61400302, -122.3438194], [47.6140195, -122.3438269], [47.61403689, -122.3438352], [47.61405358, -122.3438429], [47.61407082, -122.3438511], [47.61408766, -122.3438587], [47.61410463, -122.3438668], [47.61412153, -122.3438745], [47.61413872, -122.3438824], [47.61414375, -122.3438846], [47.61417265, -122.343898], [47.61419008, -122.3439057], [47.61420689, -122.3439134], [47.61422397, -122.3439213], [47.6142408, -122.3439288], [47.6142579, -122.343936], [47.61427505, -122.343944], [47.6142921, -122.3439514], [47.61430898, -122.3439588], [47.61432656, -122.3439666], [47.61434337, -122.343974], [47.61436044, -122.3439814], [47.61437809, -122.3439892], [47.61439479, -122.343997], [47.61441176, -122.344004], [47.61442853, -122.3440112], [47.61444612, -122.3440187], [47.61446309, -122.3440261], [47.61448012, -122.3440333], [47.61449741, -122.3440404], [47.61451471, -122.3440478], [47.61453169, -122.3440547], [47.61454892, -122.3440622], [47.61456587, -122.3440691], [47.61458108, -122.3440755], [47.61459998, -122.3440834], [47.61461753, -122.3440904], [47.61463475, -122.3440975], [47.61465211, -122.3441046], [47.61466885, -122.3441114], [47.61468627, -122.3441183], [47.61470346, -122.3441254], [47.61472045, -122.3441322], [47.61473782, -122.3441391], [47.61475508, -122.344146], [47.6147722, -122.344153], [47.61478963, -122.3441595], [47.6148072, -122.3441665], [47.61482399, -122.3441731], [47.61484146, -122.3441798], [47.61485844, -122.3441864], [47.61487517, -122.3441932], [47.61489264, -122.3441999], [47.61490993, -122.3442066], [47.61492733, -122.3442131], [47.61494469, -122.3442196], [47.61496152, -122.3442259], [47.6149792, -122.3442327], [47.61499606, -122.3442389], [47.61501439, -122.3442457], [47.61503138, -122.3442521], [47.61504842, -122.3442584], [47.61506596, -122.3442649], [47.61508294, -122.3442709], [47.61510066, -122.3442775], [47.61511751, -122.3442833], [47.61513475, -122.3442897], [47.61515227, -122.3442959], [47.61516934, -122.3443021], [47.61518699, -122.3443082], [47.61520428, -122.3443142], [47.61522152, -122.3443204], [47.61523895, -122.3443267], [47.6152561, -122.3443324], [47.61527373, -122.3443389], [47.61529104, -122.3443447], [47.61530837, -122.344351], [47.61532589, -122.3443567], [47.61534297, -122.3443628], [47.61536058, -122.3443687], [47.61537747, -122.3443747], [47.61539537, -122.3443803], [47.61541237, -122.3443861], [47.61542999, -122.3443918], [47.61544733, -122.3443978], [47.6154648, -122.3444036], [47.61548204, -122.3444094], [47.61549977, -122.344415], [47.61551698, -122.3444204], [47.6155343, -122.344426], [47.61555174, -122.3444316], [47.61556944, -122.3444372], [47.61558667, -122.3444429], [47.61560402, -122.3444482], [47.61562132, -122.3444537], [47.61563898, -122.3444594], [47.6156561, -122.3444647], [47.61567386, -122.3444702], [47.61569105, -122.3444757], [47.61570886, -122.344481], [47.61572618, -122.3444863], [47.61574381, -122.3444915], [47.61576091, -122.3444968], [47.61577842, -122.3445019], [47.61579613, -122.3445073], [47.61581344, -122.3445124], [47.61583109, -122.3445176], [47.6158483, -122.3445226], [47.6158661, -122.3445279], [47.6158834, -122.3445327], [47.61590083, -122.3445379], [47.61591836, -122.3445425], [47.61593605, -122.3445477], [47.61595336, -122.3445525], [47.61597063, -122.3445575], [47.61598837, -122.3445626], [47.61600594, -122.3445676], [47.61602346, -122.3445723], [47.61604117, -122.3445771], [47.61605874, -122.344582], [47.61607604, -122.3445869], [47.6160938, -122.3445918], [47.61611061, -122.3445967], [47.61612869, -122.3446012], [47.61614624, -122.3446058], [47.61616373, -122.3446105], [47.61618148, -122.3446149], [47.61619889, -122.3446195], [47.61621642, -122.344624], [47.61623398, -122.3446285], [47.61625152, -122.344633], [47.61626879, -122.3446374], [47.61628648, -122.3446418], [47.61630409, -122.3446462], [47.6163215, -122.3446508], [47.61633922, -122.344655], [47.61635716, -122.3446595], [47.6163745, -122.3446636], [47.61639184, -122.3446679], [47.61640916, -122.344672], [47.61642706, -122.3446766], [47.61644469, -122.3446807], [47.6164621, -122.3446847], [47.61647994, -122.3446891], [47.61649787, -122.3446933], [47.61651519, -122.3446971], [47.61653277, -122.3447012], [47.61655063, -122.3447052], [47.61656793, -122.3447092], [47.61658572, -122.3447132], [47.61660147, -122.3447167], [47.61662091, -122.344721], [47.61663821, -122.3447247], [47.61665608, -122.3447289], [47.61667372, -122.3447325], [47.61669154, -122.3447366], [47.61670884, -122.3447401], [47.6167266, -122.3447441], [47.61674422, -122.3447476], [47.61676219, -122.3447515], [47.61677968, -122.344755], [47.61679708, -122.3447588], [47.61681464, -122.3447621], [47.61683261, -122.344766], [47.61685001, -122.3447695], [47.61686784, -122.3447732], [47.61688532, -122.3447767], [47.61690308, -122.3447802], [47.61692071, -122.3447835], [47.61693875, -122.3447871], [47.61695622, -122.3447904], [47.61697419, -122.3447936], [47.61699151, -122.344797], [47.6170093, -122.3448002], [47.6170272, -122.3448039], [47.61704454, -122.3448069], [47.6170624, -122.3448102], [47.6170792, -122.3448131], [47.61709802, -122.3448166], [47.6171157, -122.3448198], [47.61713329, -122.3448226], [47.61715059, -122.3448257], [47.61716846, -122.3448286], [47.61718629, -122.3448317], [47.61720391, -122.3448347], [47.61722134, -122.3448376], [47.61723912, -122.3448407], [47.61725705, -122.3448434], [47.61727469, -122.3448465], [47.61729172, -122.344849], [47.61731006, -122.3448522], [47.61732799, -122.3448549], [47.61734561, -122.3448577], [47.61736367, -122.3448604], [47.6173809, -122.3448634], [47.61739854, -122.3448659], [47.6174166, -122.3448686], [47.61743416, -122.3448714], [47.61745192, -122.344874], [47.61746942, -122.3448765], [47.61748726, -122.3448792], [47.61750511, -122.3448815], [47.6175229, -122.344884], [47.61754077, -122.3448865], [47.61755832, -122.3448889], [47.61757608, -122.3448915], [47.61759392, -122.3448939], [47.61761144, -122.3448963], [47.61762942, -122.3448986], [47.61764706, -122.3449008], [47.61766503, -122.3449032], [47.61768257, -122.3449053], [47.61770041, -122.3449075], [47.61771844, -122.3449097], [47.61773615, -122.3449121], [47.61775378, -122.3449141], [47.61777169, -122.3449164], [47.61778934, -122.3449183], [47.61780724, -122.3449205], [47.61782482, -122.3449223], [47.61784253, -122.3449244], [47.61786017, -122.3449263], [47.61787826, -122.3449283], [47.61789586, -122.3449302], [47.61791323, -122.3449321], [47.61793123, -122.3449338], [47.61794901, -122.3449358], [47.61796715, -122.3449374], [47.61798476, -122.3449394], [47.6180022, -122.3449408], [47.61801991, -122.3449429], [47.6180378, -122.3449444], [47.6180556, -122.3449462], [47.61807337, -122.3449477], [47.61809122, -122.3449495], [47.61810889, -122.3449507], [47.61812692, -122.3449526], [47.61814465, -122.3449537], [47.61816264, -122.3449554], [47.61818005, -122.3449568], [47.61819803, -122.3449584], [47.6182157, -122.3449598], [47.61823367, -122.3449612], [47.61825122, -122.3449624], [47.61826916, -122.3449636], [47.61828697, -122.3449651], [47.61830432, -122.3449662], [47.61832264, -122.3449675], [47.61834026, -122.344969], [47.61835832, -122.3449699], [47.61837616, -122.3449713], [47.61839405, -122.3449723], [47.61841216, -122.3449738], [47.61843061, -122.3449709], [47.6184486, -122.3449721], [47.61846617, -122.3449728], [47.61848416, -122.3449742], [47.61850173, -122.344975], [47.61851949, -122.3449762], [47.61853718, -122.3449771], [47.61855531, -122.3449779], [47.61857292, -122.3449791], [47.61859077, -122.3449797], [47.61860867, -122.3449807], [47.61862688, -122.3449814], [47.61864449, -122.3449824], [47.61866208, -122.3449829], [47.61867964, -122.3449837], [47.61869755, -122.3449842], [47.61871552, -122.3449851], [47.61873311, -122.3449856], [47.61875103, -122.3449864], [47.61876862, -122.3449869], [47.61878666, -122.3449874], [47.61880481, -122.3449878], [47.61882239, -122.3449883], [47.61884014, -122.3449888], [47.61885766, -122.3449893], [47.61887574, -122.3449897], [47.61889309, -122.3449902], [47.61891125, -122.3449904], [47.61892915, -122.3449909], [47.61894686, -122.3449911], [47.61896509, -122.3449913], [47.61898286, -122.3449916], [47.61900062, -122.3449918], [47.61901855, -122.3449924], [47.61903623, -122.3449924], [47.61905389, -122.3449925], [47.61907071, -122.3449926], [47.61908946, -122.3449926], [47.61910741, -122.3449928], [47.61912528, -122.3449927], [47.61914298, -122.3449929], [47.61916104, -122.3449926], [47.61917882, -122.3449926], [47.61919671, -122.3449925], [47.61921413, -122.3449925], [47.61923211, -122.3449921], [47.61925014, -122.3449918], [47.61926746, -122.3449915], [47.61928518, -122.3449914], [47.61930334, -122.3449912], [47.61932108, -122.344991], [47.61933935, -122.3449907], [47.61935652, -122.3449902], [47.61937472, -122.3449899], [47.61939247, -122.3449895], [47.61941028, -122.3449893], [47.61942791, -122.3449887], [47.61944573, -122.3449883], [47.61946331, -122.3449878], [47.61948136, -122.3449871], [47.61949912, -122.3449865], [47.61951695, -122.3449859], [47.61953492, -122.3449855], [47.61955294, -122.3449849], [47.6195708, -122.3449839], [47.61958862, -122.3449833], [47.61960607, -122.3449824], [47.61962414, -122.344982], [47.61964161, -122.3449809], [47.61965932, -122.3449803], [47.61967723, -122.3449794], [47.61969506, -122.3449785], [47.61971284, -122.3449777], [47.61973109, -122.3449766], [47.61974834, -122.3449757], [47.61976672, -122.3449745], [47.61978448, -122.3449738], [47.61980248, -122.3449725], [47.61982001, -122.3449716], [47.61983817, -122.3449703], [47.61985573, -122.3449691], [47.61987339, -122.3449679], [47.61989129, -122.3449669], [47.61990899, -122.3449657], [47.61992687, -122.3449645], [47.6199444, -122.3449631], [47.61996261, -122.3449618], [47.61998063, -122.3449604], [47.61999834, -122.3449589], [47.62001603, -122.3449576], [47.62003398, -122.3449564], [47.62005138, -122.3449546], [47.62006926, -122.3449531], [47.62008726, -122.3449515], [47.62010493, -122.34495], [47.62012306, -122.3449487], [47.6201402, -122.344947], [47.62015776, -122.3449456], [47.62017529, -122.3449436], [47.62019399, -122.3449418], [47.62021159, -122.3449399], [47.62022883, -122.3449383], [47.62024721, -122.3449366], [47.62026472, -122.3449351], [47.62028269, -122.344933], [47.62030049, -122.3449313], [47.6203183, -122.3449294], [47.62033617, -122.3449274], [47.62035396, -122.3449254], [47.62037166, -122.3449236], [47.62038965, -122.3449215], [47.62040715, -122.3449195], [47.62042521, -122.3449172], [47.6204428, -122.3449151], [47.62046067, -122.3449133], [47.62047842, -122.344911], [47.62049593, -122.3449089], [47.62051406, -122.3449065], [47.62053149, -122.3449043], [47.62054971, -122.3449022], [47.62056699, -122.3449], [47.62058496, -122.3448975], [47.6206022, -122.3448949], [47.62062005, -122.3448928], [47.62063817, -122.3448902], [47.62065566, -122.3448879], [47.62067321, -122.3448853], [47.6206909, -122.3448829], [47.62070877, -122.3448804], [47.62072647, -122.344878], [47.62074454, -122.3448755], [47.62076196, -122.344873], [47.62077989, -122.3448703], [47.62079777, -122.3448675], [47.62081537, -122.344865], [47.62083316, -122.3448623], [47.620851, -122.3448595], [47.62086839, -122.3448567], [47.62088641, -122.3448541], [47.62090379, -122.3448513], [47.62092153, -122.3448484], [47.6209392, -122.3448456], [47.62095699, -122.3448424], [47.62097393, -122.3448397], [47.62099234, -122.3448364], [47.62101067, -122.3448336], [47.62102831, -122.3448303], [47.62104529, -122.3448276], [47.62106561, -122.3448241], [47.62108425, -122.3448211], [47.62109907, -122.3448183], [47.62111651, -122.3448152], [47.62113401, -122.3448122], [47.62114989, -122.3448095], [47.62116936, -122.3448061], [47.62116939, -122.344806]],
{"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1, "smoothFactor": 1.0, "stroke": true, "weight": 2.5}
).addTo(map_d032ca9bd92fd728e2e9041686a284e4);
function geo_json_757c19e7b2ec481c9529f11199263655_styler(feature) {
switch(feature.id) {
case "0":
return {"color": "#440154", "fillColor": "#440154", "fillOpacity": 0.5, "weight": 2};
case "1": case "2":
return {"color": "#472d7b", "fillColor": "#472d7b", "fillOpacity": 0.5, "weight": 2};
case "3":
return {"color": "#3b528b", "fillColor": "#3b528b", "fillOpacity": 0.5, "weight": 2};
case "4":
return {"color": "#2c728e", "fillColor": "#2c728e", "fillOpacity": 0.5, "weight": 2};
case "5":
return {"color": "#21918c", "fillColor": "#21918c", "fillOpacity": 0.5, "weight": 2};
case "6":
return {"color": "#28ae80", "fillColor": "#28ae80", "fillOpacity": 0.5, "weight": 2};
case "9":
return {"color": "#addc30", "fillColor": "#addc30", "fillOpacity": 0.5, "weight": 2};
case "10":
return {"color": "#fde725", "fillColor": "#fde725", "fillOpacity": 0.5, "weight": 2};
default:
return {"color": "#5ec962", "fillColor": "#5ec962", "fillOpacity": 0.5, "weight": 2};
}
}
function geo_json_757c19e7b2ec481c9529f11199263655_highlighter(feature) {
switch(feature.id) {
default:
return {"fillOpacity": 0.75};
}
}
function geo_json_757c19e7b2ec481c9529f11199263655_pointToLayer(feature, latlng) {
var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};
let style = geo_json_757c19e7b2ec481c9529f11199263655_styler(feature)
Object.assign(opts, style)
return new L.CircleMarker(latlng, opts)
}
function geo_json_757c19e7b2ec481c9529f11199263655_onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
if(typeof e.target.setStyle === "function"){
geo_json_757c19e7b2ec481c9529f11199263655.resetStyle(e.target);
}
},
mouseover: function(e) {
if(typeof e.target.setStyle === "function"){
const highlightStyle = geo_json_757c19e7b2ec481c9529f11199263655_highlighter(e.target.feature)
e.target.setStyle(highlightStyle);
}
},
});
};
var geo_json_757c19e7b2ec481c9529f11199263655 = L.geoJson(null, {
onEachFeature: geo_json_757c19e7b2ec481c9529f11199263655_onEachFeature,
style: geo_json_757c19e7b2ec481c9529f11199263655_styler,
pointToLayer: geo_json_757c19e7b2ec481c9529f11199263655_pointToLayer
});
function geo_json_757c19e7b2ec481c9529f11199263655_add (data) {
geo_json_757c19e7b2ec481c9529f11199263655
.addData(data)
.addTo(map_d032ca9bd92fd728e2e9041686a284e4);
}
geo_json_757c19e7b2ec481c9529f11199263655_add({"bbox": [-122.34606, 47.59728, -122.3347, 47.62126], "features": [{"bbox": [-122.34606, 47.59728, -122.3347, 47.62126], "geometry": {"coordinates": [[[[-122.33682, 47.59728], [-122.33687, 47.59789], [-122.33689, 47.59851], [-122.3369, 47.60016], [-122.33694, 47.60072], [-122.33701, 47.60124], [-122.33713, 47.60187], [-122.33726, 47.60241], [-122.33739, 47.60288], [-122.33758, 47.60344], [-122.33785, 47.6041], [-122.33808, 47.60459], [-122.3383, 47.60502], [-122.33868, 47.60569], [-122.33916, 47.60641], [-122.33962, 47.60703], [-122.34001, 47.60751], [-122.3421, 47.60981], [-122.34013, 47.61018], [-122.3421, 47.6098], [-122.34215, 47.60986], [-122.34277, 47.61057], [-122.34327, 47.61121], [-122.34376, 47.61189], [-122.34422, 47.61263], [-122.34462, 47.61335], [-122.34495, 47.61404], [-122.34524, 47.61473], [-122.34542, 47.61524], [-122.34565, 47.61601], [-122.34584, 47.61681], [-122.34594, 47.61742], [-122.34601, 47.61799], [-122.34604, 47.61843], [-122.34603, 47.61845], [-122.34604, 47.61842], [-122.34604, 47.61844], [-122.34606, 47.61924], [-122.34603, 47.61998], [-122.34596, 47.62063], [-122.34587, 47.62119], [-122.34586, 47.62126], [-122.34582, 47.62125], [-122.34507, 47.62119], [-122.34508, 47.62117], [-122.34512, 47.62091], [-122.34522, 47.62048], [-122.3453, 47.62003], [-122.34538, 47.61931], [-122.34542, 47.61874], [-122.34542, 47.61851], [-122.34541, 47.61844], [-122.34542, 47.61842], [-122.34542, 47.61838], [-122.34538, 47.61771], [-122.34534, 47.61727], [-122.34526, 47.61679], [-122.34516, 47.61624], [-122.34494, 47.61538], [-122.34474, 47.61478], [-122.34456, 47.61428], [-122.34433, 47.61375], [-122.34393, 47.61292], [-122.34356, 47.61226], [-122.34314, 47.61164], [-122.34281, 47.61118], [-122.34235, 47.61062], [-122.34176, 47.60994], [-122.34053, 47.61018], [-122.34176, 47.60995], [-122.34174, 47.60993], [-122.33925, 47.60723], [-122.33876, 47.6066], [-122.33843, 47.60614], [-122.33816, 47.60584], [-122.33815, 47.60582], [-122.33792, 47.60542], [-122.33757, 47.60476], [-122.33719, 47.60395], [-122.33704, 47.60359], [-122.33701, 47.60349], [-122.33686, 47.60312], [-122.33654, 47.60213], [-122.33653, 47.60211], [-122.33639, 47.60149], [-122.33626, 47.60077], [-122.33619, 47.60016], [-122.33618, 47.59999], [-122.33605, 47.59755], [-122.33602, 47.5973], [-122.33604, 47.5973], [-122.33682, 47.59728]]], [[[-122.3355, 47.59735], [-122.33555, 47.59793], [-122.33556, 47.59821], [-122.33556, 47.59849], [-122.33549, 47.60019], [-122.3355, 47.60066], [-122.33555, 47.60128], [-122.33566, 47.60202], [-122.33567, 47.60207], [-122.3357, 47.60223], [-122.33579, 47.60268], [-122.33587, 47.60302], [-122.33607, 47.60366], [-122.33607, 47.60368], [-122.33644, 47.60461], [-122.33659, 47.60494], [-122.33693, 47.60558], [-122.33725, 47.60612], [-122.33725, 47.60612], [-122.33726, 47.60615], [-122.33736, 47.60638], [-122.3374, 47.60647], [-122.33741, 47.60649], [-122.33749, 47.60661], [-122.33805, 47.60742], [-122.33842, 47.6079], [-122.33926, 47.60889], [-122.34063, 47.61041], [-122.34063, 47.61042], [-122.34068, 47.61048], [-122.34121, 47.61108], [-122.34192, 47.612], [-122.34231, 47.61257], [-122.34287, 47.61344], [-122.34313, 47.6139], [-122.34336, 47.61435], [-122.34353, 47.61472], [-122.34377, 47.61527], [-122.34401, 47.61593], [-122.34416, 47.61645], [-122.34429, 47.61696], [-122.34443, 47.61771], [-122.34451, 47.61827], [-122.34453, 47.61841], [-122.34453, 47.6184], [-122.34453, 47.61842], [-122.34453, 47.61846], [-122.34455, 47.61872], [-122.3446, 47.61923], [-122.34462, 47.61992], [-122.34461, 47.62041], [-122.34459, 47.62088], [-122.34458, 47.6209], [-122.34454, 47.62115], [-122.34453, 47.62115], [-122.34375, 47.62108], [-122.34375, 47.62107], [-122.34384, 47.62049], [-122.34389, 47.61998], [-122.34393, 47.6192], [-122.34391, 47.61858], [-122.34391, 47.61841], [-122.34391, 47.61839], [-122.34391, 47.61843], [-122.34391, 47.61841], [-122.34386, 47.6179], [-122.3438, 47.61744], [-122.34364, 47.6166], [-122.34348, 47.61599], [-122.34329, 47.61539], [-122.343, 47.61466], [-122.34275, 47.61411], [-122.34235, 47.61334], [-122.34184, 47.61252], [-122.34136, 47.61184], [-122.34085, 47.6112], [-122.34029, 47.61056], [-122.34028, 47.61056], [-122.34027, 47.61054], [-122.33792, 47.60794], [-122.33737, 47.60721], [-122.33693, 47.60657], [-122.33657, 47.60601], [-122.33624, 47.60541], [-122.3359, 47.60472], [-122.3356, 47.60401], [-122.33536, 47.60334], [-122.33516, 47.60265], [-122.33501, 47.60202], [-122.33488, 47.60131], [-122.33481, 47.60073], [-122.33477, 47.60019], [-122.33477, 47.59999], [-122.33476, 47.59822], [-122.3347, 47.59737], [-122.33474, 47.59737], [-122.3355, 47.59735]]]], "type": "MultiPolygon"}, "id": "0", "properties": {"__folium_color": "#440154", "fill": "#471164", "fill-opacity": 0.9, "stroke": "#471164", "stroke-opacity": 1, "stroke-width": 1, "title": "0.00-0.01 "}, "type": "Feature"}, {"bbox": [-122.34542, 47.5973, -122.33549, 47.62119], "geometry": {"coordinates": [[[[-122.34012, 47.6082], [-122.34059, 47.60869], [-122.34176, 47.60995], [-122.34053, 47.61018], [-122.34176, 47.60994], [-122.34181, 47.61001], [-122.34246, 47.61075], [-122.34294, 47.61136], [-122.34343, 47.61206], [-122.34365, 47.61241], [-122.34396, 47.61297], [-122.34419, 47.61343], [-122.34445, 47.61402], [-122.34469, 47.61464], [-122.34491, 47.6153], [-122.34506, 47.61583], [-122.34517, 47.61628], [-122.34528, 47.61687], [-122.34536, 47.61748], [-122.34541, 47.61813], [-122.34542, 47.61842], [-122.34541, 47.61844], [-122.34541, 47.61844], [-122.34541, 47.61845], [-122.34541, 47.61891], [-122.34537, 47.61949], [-122.34529, 47.62007], [-122.34519, 47.6206], [-122.34507, 47.62119], [-122.34504, 47.62119], [-122.34503, 47.62119], [-122.34503, 47.62117], [-122.34523, 47.62002], [-122.3453, 47.6193], [-122.34532, 47.61875], [-122.34531, 47.61844], [-122.34531, 47.61844], [-122.34531, 47.61842], [-122.34531, 47.61838], [-122.34527, 47.61782], [-122.34522, 47.61734], [-122.34509, 47.6166], [-122.34489, 47.6158], [-122.34469, 47.61516], [-122.34444, 47.61451], [-122.34417, 47.61391], [-122.34383, 47.61324], [-122.34366, 47.61294], [-122.34312, 47.61211], [-122.34263, 47.61142], [-122.34203, 47.61066], [-122.3415, 47.61005], [-122.34083, 47.61018], [-122.3415, 47.61005], [-122.34148, 47.61004], [-122.3392, 47.60747], [-122.33863, 47.60674], [-122.33803, 47.60586], [-122.33773, 47.60535], [-122.33743, 47.60477], [-122.33707, 47.60399], [-122.33692, 47.60361], [-122.33661, 47.60272], [-122.33643, 47.6021], [-122.33625, 47.60121], [-122.33617, 47.60067], [-122.33611, 47.60009], [-122.33599, 47.59743], [-122.33598, 47.59731], [-122.336, 47.59731], [-122.33602, 47.5973], [-122.33602, 47.59732], [-122.33606, 47.59777], [-122.33624, 47.6006], [-122.33629, 47.60096], [-122.33647, 47.60183], [-122.3366, 47.60231], [-122.33698, 47.60342], [-122.33718, 47.60393], [-122.33764, 47.60489], [-122.33805, 47.60565], [-122.33816, 47.60584], [-122.33818, 47.60586], [-122.33817, 47.60585], [-122.3382, 47.60589], [-122.33844, 47.60616], [-122.33845, 47.60617], [-122.33896, 47.60687], [-122.33962, 47.60766], [-122.34012, 47.6082]]], [[[-122.33554, 47.59735], [-122.33559, 47.59793], [-122.3356, 47.59821], [-122.3356, 47.59835], [-122.33556, 47.60048], [-122.33561, 47.60106], [-122.33568, 47.60156], [-122.33576, 47.60204], [-122.33593, 47.60278], [-122.33608, 47.60331], [-122.33621, 47.60368], [-122.33653, 47.60448], [-122.33679, 47.60503], [-122.33712, 47.60565], [-122.33758, 47.60644], [-122.3379, 47.6069], [-122.33841, 47.60757], [-122.339, 47.60827], [-122.34089, 47.61031], [-122.34089, 47.61031], [-122.34094, 47.61037], [-122.34156, 47.61108], [-122.34203, 47.61167], [-122.34249, 47.61234], [-122.34274, 47.61273], [-122.34313, 47.61343], [-122.34356, 47.61431], [-122.34384, 47.61499], [-122.3441, 47.61571], [-122.34427, 47.61631], [-122.34442, 47.61693], [-122.34453, 47.61753], [-122.34462, 47.61826], [-122.34464, 47.6184], [-122.34464, 47.61841], [-122.34463, 47.61842], [-122.34464, 47.61846], [-122.34469, 47.61974], [-122.34467, 47.62032], [-122.34463, 47.62089], [-122.34463, 47.62091], [-122.34458, 47.62115], [-122.34457, 47.62115], [-122.34454, 47.62115], [-122.34454, 47.62113], [-122.34459, 47.62088], [-122.34459, 47.62087], [-122.34462, 47.62023], [-122.34461, 47.61958], [-122.34458, 47.61902], [-122.34453, 47.61842], [-122.34453, 47.6184], [-122.34453, 47.61841], [-122.34453, 47.61839], [-122.34449, 47.6181], [-122.34438, 47.61742], [-122.34427, 47.61688], [-122.34409, 47.61621], [-122.34391, 47.61566], [-122.34373, 47.61517], [-122.34344, 47.61451], [-122.34325, 47.61413], [-122.34307, 47.6138], [-122.34287, 47.61344], [-122.3421, 47.61225], [-122.34146, 47.6114], [-122.34093, 47.61075], [-122.34063, 47.61042], [-122.34063, 47.61041], [-122.34061, 47.6104], [-122.33841, 47.60789], [-122.33803, 47.6074], [-122.33747, 47.60659], [-122.3374, 47.60647], [-122.33739, 47.60646], [-122.33724, 47.6061], [-122.33723, 47.60608], [-122.33685, 47.60544], [-122.33654, 47.60484], [-122.33641, 47.60455], [-122.3362, 47.60403], [-122.33606, 47.60364], [-122.33586, 47.60297], [-122.33573, 47.60239], [-122.33562, 47.60176], [-122.33552, 47.60104], [-122.33549, 47.60052], [-122.33549, 47.60006], [-122.33554, 47.59876], [-122.33554, 47.59874], [-122.33556, 47.5982], [-122.33554, 47.59786], [-122.3355, 47.59733], [-122.33552, 47.59733], [-122.33554, 47.59735]]]], "type": "MultiPolygon"}, "id": "1", "properties": {"__folium_color": "#472d7b", "fill": "#472f7d", "fill-opacity": 0.9, "stroke": "#472f7d", "stroke-opacity": 1, "stroke-width": 1, "title": "0.01-0.01 "}, "type": "Feature"}, {"bbox": [-122.34531, 47.59731, -122.33554, 47.62119], "geometry": {"coordinates": [[[[-122.33811, 47.60597], [-122.33902, 47.60725], [-122.33955, 47.60789], [-122.3415, 47.61005], [-122.34083, 47.61018], [-122.3415, 47.61005], [-122.34155, 47.61011], [-122.3421, 47.61074], [-122.34274, 47.61157], [-122.3432, 47.61222], [-122.34368, 47.61297], [-122.34396, 47.61348], [-122.34422, 47.61399], [-122.34444, 47.6145], [-122.34468, 47.61513], [-122.34489, 47.61582], [-122.34503, 47.61633], [-122.34517, 47.61702], [-122.34525, 47.61761], [-122.3453, 47.61813], [-122.34531, 47.61842], [-122.34531, 47.61844], [-122.34531, 47.61844], [-122.34531, 47.61846], [-122.34531, 47.61907], [-122.34528, 47.61956], [-122.34523, 47.62006], [-122.34514, 47.6206], [-122.34503, 47.62119], [-122.345, 47.62119], [-122.345, 47.62119], [-122.345, 47.62116], [-122.34517, 47.62013], [-122.34521, 47.61972], [-122.34524, 47.6193], [-122.34524, 47.61875], [-122.34523, 47.61844], [-122.34523, 47.61844], [-122.34523, 47.61842], [-122.34523, 47.61839], [-122.34518, 47.61788], [-122.34511, 47.61735], [-122.34497, 47.61661], [-122.3448, 47.61596], [-122.34462, 47.61543], [-122.3444, 47.61486], [-122.34417, 47.61436], [-122.34407, 47.61417], [-122.34389, 47.61385], [-122.34377, 47.61367], [-122.34375, 47.61364], [-122.34364, 47.61351], [-122.34363, 47.6135], [-122.34356, 47.61344], [-122.34352, 47.61345], [-122.34352, 47.61345], [-122.34352, 47.61354], [-122.34357, 47.61374], [-122.34382, 47.61441], [-122.34403, 47.61503], [-122.3443, 47.61593], [-122.34444, 47.61647], [-122.34457, 47.61714], [-122.34465, 47.6177], [-122.34472, 47.61841], [-122.34472, 47.61843], [-122.34472, 47.61845], [-122.34475, 47.61946], [-122.34473, 47.62004], [-122.34466, 47.62089], [-122.34465, 47.62092], [-122.34461, 47.62115], [-122.34461, 47.62115], [-122.34458, 47.62115], [-122.34459, 47.62113], [-122.34463, 47.62087], [-122.34467, 47.62024], [-122.34468, 47.61932], [-122.34464, 47.61849], [-122.34463, 47.61842], [-122.34464, 47.61841], [-122.34464, 47.6184], [-122.34463, 47.61839], [-122.34458, 47.61791], [-122.34448, 47.61725], [-122.34433, 47.61652], [-122.34416, 47.6159], [-122.34395, 47.61528], [-122.34366, 47.61454], [-122.3434, 47.61397], [-122.34293, 47.61305], [-122.34265, 47.61258], [-122.34244, 47.61226], [-122.34191, 47.61151], [-122.34146, 47.61096], [-122.34089, 47.61031], [-122.34089, 47.61031], [-122.34087, 47.61029], [-122.33852, 47.60772], [-122.33798, 47.60701], [-122.33757, 47.60642], [-122.33745, 47.60622], [-122.3367, 47.60486], [-122.33647, 47.60436], [-122.33619, 47.60364], [-122.33606, 47.60324], [-122.33591, 47.6027], [-122.3358, 47.60222], [-122.33565, 47.60138], [-122.3356, 47.60102], [-122.33557, 47.60051], [-122.33556, 47.60004], [-122.3356, 47.59818], [-122.33556, 47.59758], [-122.33554, 47.59733], [-122.33556, 47.59733], [-122.33557, 47.59733], [-122.33557, 47.59735], [-122.33561, 47.59779], [-122.33564, 47.59821], [-122.33564, 47.59835], [-122.33562, 47.60046], [-122.33566, 47.60093], [-122.33572, 47.60143], [-122.33584, 47.60205], [-122.33601, 47.60276], [-122.33617, 47.60328], [-122.33636, 47.6038], [-122.33653, 47.60422], [-122.33677, 47.60475], [-122.33713, 47.60545], [-122.33747, 47.60604], [-122.33748, 47.60605], [-122.33751, 47.60609], [-122.3376, 47.60621], [-122.33768, 47.60631], [-122.33775, 47.60639], [-122.33827, 47.60709], [-122.33867, 47.60756], [-122.33902, 47.60794], [-122.33928, 47.60817], [-122.33929, 47.60819], [-122.33931, 47.6082], [-122.33941, 47.60826], [-122.33945, 47.60825], [-122.33944, 47.60823], [-122.3394, 47.60814], [-122.33937, 47.60809], [-122.3393, 47.60799], [-122.33921, 47.60785], [-122.33918, 47.60782], [-122.33903, 47.60763], [-122.33867, 47.60712], [-122.3381, 47.60626], [-122.3381, 47.60624], [-122.338, 47.60604], [-122.33793, 47.60591], [-122.3374, 47.60497], [-122.3371, 47.60435], [-122.3369, 47.60384], [-122.3367, 47.60329], [-122.33651, 47.60268], [-122.33636, 47.60209], [-122.33619, 47.60122], [-122.33611, 47.60067], [-122.33607, 47.60011], [-122.33596, 47.59743], [-122.33595, 47.59731], [-122.33595, 47.59731], [-122.33598, 47.59731], [-122.33598, 47.59732], [-122.33602, 47.59777], [-122.33607, 47.59867], [-122.33612, 47.6002], [-122.33617, 47.6007], [-122.33628, 47.60139], [-122.33644, 47.60214], [-122.33654, 47.6025], [-122.33678, 47.60324], [-122.33705, 47.60395], [-122.33746, 47.60484], [-122.3378, 47.60548], [-122.33804, 47.60588], [-122.33805, 47.60589], [-122.33807, 47.60592], [-122.33811, 47.60597]]]], "type": "MultiPolygon"}, "id": "2", "properties": {"__folium_color": "#472d7b", "fill": "#3e4c8a", "fill-opacity": 0.9, "stroke": "#3e4c8a", "stroke-opacity": 1, "stroke-width": 1, "title": "0.01-0.01 "}, "type": "Feature"}, {"bbox": [-122.34524, 47.59731, -122.33557, 47.62119], "geometry": {"coordinates": [[[[-122.3361, 47.60057], [-122.33616, 47.60102], [-122.33628, 47.60174], [-122.33649, 47.6026], [-122.33668, 47.60324], [-122.33687, 47.60377], [-122.33713, 47.60441], [-122.33744, 47.60505], [-122.33769, 47.6055], [-122.338, 47.60602], [-122.33806, 47.60616], [-122.33811, 47.60628], [-122.33812, 47.60629], [-122.339, 47.60758], [-122.33924, 47.6079], [-122.3394, 47.60814], [-122.33941, 47.60816], [-122.33945, 47.60825], [-122.33941, 47.60826], [-122.33939, 47.60825], [-122.33929, 47.60819], [-122.3392, 47.6081], [-122.33899, 47.60791], [-122.33854, 47.60741], [-122.33825, 47.60706], [-122.33772, 47.60636], [-122.33765, 47.60628], [-122.33756, 47.60616], [-122.33748, 47.60605], [-122.33721, 47.60558], [-122.33681, 47.60484], [-122.33648, 47.6041], [-122.33633, 47.60371], [-122.33609, 47.60303], [-122.33595, 47.60253], [-122.33582, 47.60198], [-122.3357, 47.60125], [-122.33564, 47.60082], [-122.33561, 47.60042], [-122.3356, 47.60006], [-122.33562, 47.59796], [-122.33557, 47.59735], [-122.33557, 47.59733], [-122.33559, 47.59733], [-122.33559, 47.59734], [-122.33563, 47.59779], [-122.33566, 47.59821], [-122.33566, 47.59835], [-122.33566, 47.60044], [-122.33571, 47.60093], [-122.33578, 47.60143], [-122.33594, 47.60217], [-122.33599, 47.60238], [-122.33614, 47.60288], [-122.33632, 47.60338], [-122.33639, 47.60357], [-122.33641, 47.60363], [-122.33646, 47.60375], [-122.33659, 47.60404], [-122.33677, 47.60443], [-122.33683, 47.60453], [-122.33708, 47.60506], [-122.33716, 47.60519], [-122.33733, 47.60553], [-122.33755, 47.60592], [-122.3376, 47.606], [-122.33761, 47.60602], [-122.33761, 47.60602], [-122.33762, 47.60602], [-122.33765, 47.60604], [-122.3377, 47.60608], [-122.33772, 47.60608], [-122.33776, 47.6061], [-122.3378, 47.60608], [-122.3378, 47.60608], [-122.33782, 47.60604], [-122.33782, 47.60603], [-122.33782, 47.606], [-122.33782, 47.60596], [-122.33781, 47.60596], [-122.33781, 47.60596], [-122.33781, 47.60594], [-122.3378, 47.60592], [-122.33733, 47.60514], [-122.33732, 47.60512], [-122.33701, 47.60448], [-122.33683, 47.60401], [-122.33667, 47.60355], [-122.33637, 47.60248], [-122.3362, 47.60164], [-122.33609, 47.60096], [-122.33605, 47.60052], [-122.33602, 47.60006], [-122.33596, 47.5977], [-122.33593, 47.59731], [-122.33595, 47.59731], [-122.33595, 47.59733], [-122.33599, 47.59777], [-122.33603, 47.59867], [-122.33608, 47.60029], [-122.3361, 47.60057]]], [[[-122.3448, 47.61598], [-122.34498, 47.61667], [-122.34507, 47.6171], [-122.34515, 47.61761], [-122.34521, 47.61814], [-122.34523, 47.61842], [-122.34523, 47.61844], [-122.34523, 47.61844], [-122.34523, 47.61846], [-122.34524, 47.61914], [-122.34523, 47.61949], [-122.34518, 47.62006], [-122.34511, 47.6206], [-122.345, 47.62119], [-122.34497, 47.62118], [-122.34498, 47.62116], [-122.34512, 47.62031], [-122.34516, 47.6199], [-122.34518, 47.61945], [-122.34518, 47.61902], [-122.34516, 47.61855], [-122.34515, 47.61843], [-122.34515, 47.61842], [-122.34515, 47.61839], [-122.34511, 47.61801], [-122.34505, 47.61764], [-122.34494, 47.61709], [-122.34487, 47.61679], [-122.34477, 47.61647], [-122.34471, 47.61628], [-122.3446, 47.61606], [-122.34456, 47.61606], [-122.34456, 47.61608], [-122.34458, 47.6163], [-122.34458, 47.61631], [-122.34472, 47.61734], [-122.34479, 47.61824], [-122.3448, 47.61841], [-122.3448, 47.61843], [-122.3448, 47.61845], [-122.3448, 47.61916], [-122.34477, 47.62004], [-122.34468, 47.62091], [-122.34464, 47.62116], [-122.34461, 47.62115], [-122.34462, 47.62113], [-122.34466, 47.62087], [-122.34472, 47.62024], [-122.34475, 47.61932], [-122.34472, 47.61856], [-122.34472, 47.61843], [-122.34472, 47.61841], [-122.34472, 47.6184], [-122.34472, 47.61838], [-122.34466, 47.6178], [-122.34457, 47.61712], [-122.34445, 47.61651], [-122.34428, 47.61583], [-122.34411, 47.61526], [-122.34356, 47.6137], [-122.34352, 47.61354], [-122.34352, 47.61353], [-122.34352, 47.61345], [-122.34356, 47.61344], [-122.34356, 47.61344], [-122.34365, 47.61351], [-122.34376, 47.61366], [-122.34381, 47.61372], [-122.34396, 47.61397], [-122.34407, 47.61416], [-122.34429, 47.61462], [-122.34449, 47.61507], [-122.34464, 47.61547], [-122.3448, 47.61598]]]], "type": "MultiPolygon"}, "id": "3", "properties": {"__folium_color": "#3b528b", "fill": "#32648e", "fill-opacity": 0.9, "stroke": "#32648e", "stroke-opacity": 1, "stroke-width": 1, "title": "0.01-0.02 "}, "type": "Feature"}, {"bbox": [-122.34518, 47.59731, -122.33559, 47.62118], "geometry": {"coordinates": [[[[-122.33593, 47.59733], [-122.33598, 47.59792], [-122.33601, 47.59878], [-122.33602, 47.59988], [-122.33605, 47.60053], [-122.33611, 47.60106], [-122.33621, 47.60173], [-122.33627, 47.60203], [-122.33648, 47.60292], [-122.33668, 47.60358], [-122.33702, 47.60451], [-122.33721, 47.6049], [-122.33726, 47.60498], [-122.33733, 47.60514], [-122.33734, 47.60515], [-122.33781, 47.60594], [-122.33781, 47.60596], [-122.33781, 47.60596], [-122.33782, 47.60596], [-122.33782, 47.606], [-122.33782, 47.60603], [-122.33782, 47.60604], [-122.33781, 47.60606], [-122.3378, 47.60608], [-122.33776, 47.6061], [-122.33775, 47.60609], [-122.3377, 47.60608], [-122.33769, 47.60607], [-122.33761, 47.60602], [-122.33761, 47.60602], [-122.3376, 47.606], [-122.33759, 47.60598], [-122.33735, 47.60558], [-122.33716, 47.60519], [-122.33714, 47.60516], [-122.33705, 47.60499], [-122.33646, 47.60375], [-122.33644, 47.60369], [-122.3364, 47.60359], [-122.33628, 47.60329], [-122.33609, 47.60274], [-122.33594, 47.60217], [-122.3358, 47.60153], [-122.33571, 47.60098], [-122.33567, 47.60058], [-122.33564, 47.6001], [-122.33563, 47.59777], [-122.33559, 47.59733], [-122.33561, 47.59733], [-122.33561, 47.59733], [-122.33561, 47.59734], [-122.33566, 47.59778], [-122.33568, 47.59823], [-122.33569, 47.60013], [-122.33572, 47.60055], [-122.33576, 47.60092], [-122.33587, 47.60154], [-122.33595, 47.60188], [-122.33598, 47.602], [-122.33602, 47.60218], [-122.33603, 47.6022], [-122.33613, 47.60248], [-122.33613, 47.60248], [-122.33614, 47.60249], [-122.33622, 47.60265], [-122.33626, 47.60264], [-122.33626, 47.60262], [-122.33626, 47.60261], [-122.33626, 47.60246], [-122.33622, 47.60214], [-122.33616, 47.60182], [-122.33603, 47.6008], [-122.33599, 47.60027], [-122.33598, 47.59992], [-122.33597, 47.59819], [-122.3359, 47.59731], [-122.33591, 47.59731], [-122.33593, 47.59733]]], [[[-122.34506, 47.61766], [-122.34513, 47.61823], [-122.34515, 47.61842], [-122.34515, 47.61843], [-122.34515, 47.61844], [-122.34515, 47.61846], [-122.34518, 47.61916], [-122.34517, 47.61972], [-122.34514, 47.62006], [-122.34508, 47.6206], [-122.34497, 47.62118], [-122.34496, 47.62118], [-122.34495, 47.62118], [-122.34496, 47.62116], [-122.34507, 47.62047], [-122.3451, 47.62013], [-122.34512, 47.61979], [-122.34513, 47.61954], [-122.34512, 47.6192], [-122.3451, 47.61891], [-122.34504, 47.61842], [-122.34504, 47.61841], [-122.34503, 47.61839], [-122.34502, 47.61832], [-122.34498, 47.61817], [-122.34493, 47.61818], [-122.34493, 47.61818], [-122.34491, 47.61842], [-122.34491, 47.61843], [-122.3449, 47.61845], [-122.3449, 47.61872], [-122.34477, 47.62033], [-122.3447, 47.62093], [-122.34466, 47.62116], [-122.34466, 47.62116], [-122.34464, 47.62116], [-122.34464, 47.62114], [-122.34468, 47.62087], [-122.34476, 47.62012], [-122.34479, 47.61953], [-122.3448, 47.61868], [-122.3448, 47.61843], [-122.3448, 47.61841], [-122.3448, 47.6184], [-122.3448, 47.61838], [-122.34476, 47.61774], [-122.34469, 47.61711], [-122.34458, 47.61629], [-122.34456, 47.61606], [-122.3446, 47.61606], [-122.34461, 47.61607], [-122.34471, 47.61628], [-122.34471, 47.6163], [-122.34485, 47.61673], [-122.34494, 47.61711], [-122.34505, 47.61762], [-122.34506, 47.61766]]]], "type": "MultiPolygon"}, "id": "4", "properties": {"__folium_color": "#2c728e", "fill": "#297a8e", "fill-opacity": 0.9, "stroke": "#297a8e", "stroke-opacity": 1, "stroke-width": 1, "title": "0.02-0.03 "}, "type": "Feature"}, {"bbox": [-122.34513, 47.59731, -122.33561, 47.62118], "geometry": {"coordinates": [[[[-122.33598, 47.5989], [-122.336, 47.60054], [-122.33606, 47.60114], [-122.33618, 47.60197], [-122.33618, 47.60198], [-122.33622, 47.60218], [-122.33626, 47.60247], [-122.33626, 47.60248], [-122.33626, 47.60264], [-122.33622, 47.60265], [-122.33621, 47.60263], [-122.3362, 47.60261], [-122.33613, 47.60248], [-122.33613, 47.60248], [-122.33602, 47.60218], [-122.33602, 47.60216], [-122.33601, 47.60213], [-122.33597, 47.60197], [-122.33589, 47.60161], [-122.3358, 47.60114], [-122.33573, 47.60069], [-122.33569, 47.60015], [-122.33568, 47.59878], [-122.33567, 47.59803], [-122.33561, 47.59734], [-122.33561, 47.59733], [-122.33563, 47.59732], [-122.33563, 47.59734], [-122.33567, 47.59778], [-122.3357, 47.59826], [-122.33573, 47.60008], [-122.33575, 47.60037], [-122.3358, 47.60072], [-122.33584, 47.60094], [-122.33584, 47.60095], [-122.33592, 47.60126], [-122.33597, 47.60125], [-122.33597, 47.60125], [-122.33596, 47.60111], [-122.33597, 47.60095], [-122.33597, 47.60093], [-122.33594, 47.60006], [-122.33595, 47.59821], [-122.33594, 47.5979], [-122.3359, 47.59744], [-122.33589, 47.59731], [-122.3359, 47.59731], [-122.33591, 47.59733], [-122.33595, 47.59778], [-122.33598, 47.5984], [-122.33598, 47.5989]]], [[[-122.3451, 47.62009], [-122.34506, 47.62049], [-122.34495, 47.62118], [-122.34493, 47.62118], [-122.34494, 47.62116], [-122.34502, 47.62063], [-122.34505, 47.62031], [-122.34507, 47.61993], [-122.34507, 47.6197], [-122.34506, 47.61941], [-122.34505, 47.61939], [-122.34501, 47.6192], [-122.34497, 47.6192], [-122.34497, 47.61921], [-122.34492, 47.6194], [-122.34492, 47.61941], [-122.34469, 47.62109], [-122.34468, 47.62116], [-122.34466, 47.62116], [-122.34466, 47.62114], [-122.34474, 47.62059], [-122.34486, 47.61928], [-122.34491, 47.61842], [-122.34491, 47.61841], [-122.34491, 47.6184], [-122.34493, 47.61818], [-122.34498, 47.61817], [-122.34498, 47.61818], [-122.34503, 47.61839], [-122.34504, 47.61841], [-122.34504, 47.61842], [-122.34504, 47.61843], [-122.34504, 47.61845], [-122.34506, 47.61859], [-122.34512, 47.61916], [-122.34513, 47.61956], [-122.34511, 47.61993], [-122.3451, 47.62009]]]], "type": "MultiPolygon"}, "id": "5", "properties": {"__folium_color": "#21918c", "fill": "#21918c", "fill-opacity": 0.9, "stroke": "#21918c", "stroke-opacity": 1, "stroke-width": 1, "title": "0.03-0.03 "}, "type": "Feature"}, {"bbox": [-122.34507, 47.59731, -122.33563, 47.62118], "geometry": {"coordinates": [[[[-122.33589, 47.59733], [-122.33594, 47.59792], [-122.33596, 47.59849], [-122.33595, 47.60064], [-122.33597, 47.60094], [-122.33597, 47.60095], [-122.33596, 47.60114], [-122.33597, 47.60125], [-122.33592, 47.60126], [-122.33592, 47.60125], [-122.33584, 47.60094], [-122.33583, 47.60094], [-122.33579, 47.6007], [-122.33576, 47.60042], [-122.33573, 47.6001], [-122.33571, 47.59935], [-122.33569, 47.59796], [-122.33563, 47.59734], [-122.33563, 47.59732], [-122.33565, 47.59732], [-122.33565, 47.59732], [-122.33565, 47.59734], [-122.33569, 47.59778], [-122.33572, 47.59844], [-122.33577, 47.59986], [-122.3358, 47.60011], [-122.33581, 47.60022], [-122.33582, 47.60026], [-122.33586, 47.60026], [-122.33586, 47.60026], [-122.3359, 47.59984], [-122.33593, 47.59874], [-122.33592, 47.5979], [-122.33588, 47.59744], [-122.33587, 47.59731], [-122.33589, 47.59733]]], [[[-122.34507, 47.61995], [-122.34505, 47.62032], [-122.345, 47.62075], [-122.34493, 47.62118], [-122.34491, 47.62118], [-122.34491, 47.62118], [-122.34492, 47.62116], [-122.34498, 47.62077], [-122.34501, 47.62047], [-122.34502, 47.62025], [-122.34502, 47.62005], [-122.345, 47.61986], [-122.34499, 47.6198], [-122.34495, 47.6198], [-122.34495, 47.6198], [-122.3449, 47.62001], [-122.34489, 47.62005], [-122.34489, 47.62007], [-122.3447, 47.62116], [-122.34468, 47.62116], [-122.34468, 47.62114], [-122.34482, 47.62024], [-122.34492, 47.61939], [-122.34497, 47.6192], [-122.34501, 47.6192], [-122.34502, 47.61921], [-122.34505, 47.61936], [-122.34505, 47.6194], [-122.34506, 47.61941], [-122.34507, 47.61963], [-122.34507, 47.61981], [-122.34507, 47.61995]]]], "type": "MultiPolygon"}, "id": "6", "properties": {"__folium_color": "#28ae80", "fill": "#21a685", "fill-opacity": 0.9, "stroke": "#21a685", "stroke-opacity": 1, "stroke-width": 1, "title": "0.03-0.04 "}, "type": "Feature"}, {"bbox": [-122.34502, 47.59731, -122.33565, 47.62118], "geometry": {"coordinates": [[[[-122.33587, 47.59733], [-122.33592, 47.59792], [-122.33594, 47.5984], [-122.3359, 47.59985], [-122.33586, 47.60026], [-122.33582, 47.60026], [-122.33582, 47.60026], [-122.33579, 47.60006], [-122.33577, 47.59984], [-122.33568, 47.59757], [-122.33565, 47.59732], [-122.33567, 47.59732], [-122.33567, 47.59734], [-122.33571, 47.59778], [-122.33575, 47.59851], [-122.33577, 47.59897], [-122.33581, 47.59946], [-122.33585, 47.59946], [-122.33585, 47.59945], [-122.3359, 47.59897], [-122.3359, 47.59892], [-122.33591, 47.59828], [-122.3359, 47.59796], [-122.33585, 47.59733], [-122.33585, 47.59731], [-122.33587, 47.59733]]], [[[-122.34502, 47.62007], [-122.34501, 47.62038], [-122.345, 47.62059], [-122.34496, 47.62093], [-122.34491, 47.62118], [-122.34489, 47.62118], [-122.34489, 47.62116], [-122.34494, 47.62089], [-122.34497, 47.62055], [-122.34497, 47.62053], [-122.34496, 47.62036], [-122.34496, 47.62026], [-122.34491, 47.62026], [-122.34491, 47.62026], [-122.34484, 47.62054], [-122.34476, 47.62092], [-122.34472, 47.62116], [-122.3447, 47.62116], [-122.3447, 47.62114], [-122.34489, 47.62005], [-122.34495, 47.6198], [-122.34499, 47.6198], [-122.34499, 47.6198], [-122.34501, 47.61998], [-122.34502, 47.62007]]]], "type": "MultiPolygon"}, "id": "7", "properties": {"__folium_color": "#5ec962", "fill": "#3bbb75", "fill-opacity": 0.9, "stroke": "#3bbb75", "stroke-opacity": 1, "stroke-width": 1, "title": "0.04-0.04 "}, "type": "Feature"}, {"bbox": [-122.34497, 47.59731, -122.33567, 47.62118], "geometry": {"coordinates": [[[[-122.33585, 47.59733], [-122.3359, 47.59792], [-122.33591, 47.59826], [-122.3359, 47.59899], [-122.33585, 47.59946], [-122.33581, 47.59946], [-122.33581, 47.59945], [-122.33577, 47.59897], [-122.33567, 47.59734], [-122.33567, 47.59732], [-122.33569, 47.59732], [-122.33569, 47.59734], [-122.33573, 47.59778], [-122.33581, 47.59886], [-122.33585, 47.59886], [-122.33585, 47.59885], [-122.33588, 47.59847], [-122.33589, 47.59827], [-122.33589, 47.59819], [-122.33585, 47.59756], [-122.33583, 47.59731], [-122.33585, 47.59733]]], [[[-122.34497, 47.62055], [-122.34494, 47.62091], [-122.3449, 47.62111], [-122.34489, 47.62118], [-122.34487, 47.62117], [-122.34487, 47.62117], [-122.34487, 47.62115], [-122.34491, 47.62091], [-122.34491, 47.62089], [-122.34492, 47.62075], [-122.34491, 47.62062], [-122.34487, 47.62061], [-122.34487, 47.62062], [-122.34479, 47.62092], [-122.34474, 47.62116], [-122.34474, 47.62116], [-122.34472, 47.62116], [-122.34472, 47.62114], [-122.34484, 47.62053], [-122.3449, 47.62032], [-122.34491, 47.62026], [-122.34496, 47.62026], [-122.34496, 47.62027], [-122.34497, 47.62037], [-122.34497, 47.62048], [-122.34497, 47.62055]]]], "type": "MultiPolygon"}, "id": "8", "properties": {"__folium_color": "#5ec962", "fill": "#69cd5b", "fill-opacity": 0.9, "stroke": "#69cd5b", "stroke-opacity": 1, "stroke-width": 1, "title": "0.04-0.04 "}, "type": "Feature"}, {"bbox": [-122.34492, 47.59731, -122.33569, 47.62117], "geometry": {"coordinates": [[[[-122.33583, 47.59733], [-122.33588, 47.59792], [-122.33589, 47.59822], [-122.33588, 47.59851], [-122.33585, 47.59886], [-122.33581, 47.59886], [-122.33581, 47.59885], [-122.33569, 47.59732], [-122.33569, 47.59732], [-122.33572, 47.59732], [-122.33572, 47.59734], [-122.33577, 47.59778], [-122.33581, 47.59837], [-122.33585, 47.59837], [-122.33585, 47.59835], [-122.33586, 47.59821], [-122.33586, 47.59819], [-122.33585, 47.59803], [-122.3358, 47.59733], [-122.33579, 47.59732], [-122.33582, 47.59731], [-122.33583, 47.59733]]], [[[-122.34492, 47.62062], [-122.34491, 47.62091], [-122.34491, 47.62093], [-122.34487, 47.62117], [-122.34483, 47.62117], [-122.34484, 47.62115], [-122.34488, 47.62091], [-122.34488, 47.62089], [-122.34488, 47.62087], [-122.34483, 47.62087], [-122.34483, 47.62088], [-122.34482, 47.62092], [-122.34478, 47.62117], [-122.34474, 47.62116], [-122.34475, 47.62114], [-122.34479, 47.62088], [-122.34487, 47.62061], [-122.34492, 47.62062]]]], "type": "MultiPolygon"}, "id": "9", "properties": {"__folium_color": "#addc30", "fill": "#a5db36", "fill-opacity": 0.9, "stroke": "#a5db36", "stroke-opacity": 1, "stroke-width": 1, "title": "0.04-0.05 "}, "type": "Feature"}, {"bbox": [-122.34488, 47.59732, -122.33572, 47.62117], "geometry": {"coordinates": [[[[-122.3358, 47.59733], [-122.33585, 47.59792], [-122.33586, 47.59821], [-122.33586, 47.59826], [-122.33585, 47.59837], [-122.33581, 47.59837], [-122.33581, 47.59835], [-122.33572, 47.59732], [-122.33574, 47.59732], [-122.3358, 47.59733]]], [[[-122.34488, 47.62089], [-122.34488, 47.62091], [-122.34488, 47.62092], [-122.34483, 47.62117], [-122.34483, 47.62117], [-122.34478, 47.62117], [-122.34478, 47.62115], [-122.34482, 47.6209], [-122.34483, 47.62088], [-122.34483, 47.62087], [-122.34488, 47.62089]]]], "type": "MultiPolygon"}, "id": "10", "properties": {"__folium_color": "#fde725", "fill": "#e2e418", "fill-opacity": 0.9, "stroke": "#e2e418", "stroke-opacity": 1, "stroke-width": 1, "title": "0.05-0.06 "}, "type": "Feature"}], "type": "FeatureCollection"});
geo_json_757c19e7b2ec481c9529f11199263655.bindTooltip(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;
let fields = ["fill", "fill-opacity", "stroke", "stroke-opacity", "stroke-width", "title"];
let aliases = ["fill", "fill-opacity", "stroke", "stroke-opacity", "stroke-width", "title"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i]}</th>
<td>${handleObject(layer.feature.properties[v])}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{"className": "foliumtooltip", "sticky": true});
function geo_json_3393a373f29d276fa6baf98e2adad5dd_styler(feature) {
switch(feature.id) {
case "0":
return {"color": "#440154", "fillColor": "#440154", "fillOpacity": 0.5, "weight": 2};
case "1": case "2":
return {"color": "#472d7b", "fillColor": "#472d7b", "fillOpacity": 0.5, "weight": 2};
case "3":
return {"color": "#3b528b", "fillColor": "#3b528b", "fillOpacity": 0.5, "weight": 2};
case "4":
return {"color": "#2c728e", "fillColor": "#2c728e", "fillOpacity": 0.5, "weight": 2};
case "5":
return {"color": "#21918c", "fillColor": "#21918c", "fillOpacity": 0.5, "weight": 2};
case "6":
return {"color": "#28ae80", "fillColor": "#28ae80", "fillOpacity": 0.5, "weight": 2};
case "9":
return {"color": "#addc30", "fillColor": "#addc30", "fillOpacity": 0.5, "weight": 2};
case "10":
return {"color": "#fde725", "fillColor": "#fde725", "fillOpacity": 0.5, "weight": 2};
default:
return {"color": "#5ec962", "fillColor": "#5ec962", "fillOpacity": 0.5, "weight": 2};
}
}
function geo_json_3393a373f29d276fa6baf98e2adad5dd_highlighter(feature) {
switch(feature.id) {
default:
return {"fillOpacity": 0.75};
}
}
function geo_json_3393a373f29d276fa6baf98e2adad5dd_pointToLayer(feature, latlng) {
var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};
let style = geo_json_3393a373f29d276fa6baf98e2adad5dd_styler(feature)
Object.assign(opts, style)
return new L.CircleMarker(latlng, opts)
}
function geo_json_3393a373f29d276fa6baf98e2adad5dd_onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
if(typeof e.target.setStyle === "function"){
geo_json_3393a373f29d276fa6baf98e2adad5dd.resetStyle(e.target);
}
},
mouseover: function(e) {
if(typeof e.target.setStyle === "function"){
const highlightStyle = geo_json_3393a373f29d276fa6baf98e2adad5dd_highlighter(e.target.feature)
e.target.setStyle(highlightStyle);
}
},
});
};
var geo_json_3393a373f29d276fa6baf98e2adad5dd = L.geoJson(null, {
onEachFeature: geo_json_3393a373f29d276fa6baf98e2adad5dd_onEachFeature,
style: geo_json_3393a373f29d276fa6baf98e2adad5dd_styler,
pointToLayer: geo_json_3393a373f29d276fa6baf98e2adad5dd_pointToLayer
});
function geo_json_3393a373f29d276fa6baf98e2adad5dd_add (data) {
geo_json_3393a373f29d276fa6baf98e2adad5dd
.addData(data)
.addTo(map_d032ca9bd92fd728e2e9041686a284e4);
}
geo_json_3393a373f29d276fa6baf98e2adad5dd_add({"bbox": [-122.34606, 47.59728, -122.3347, 47.62126], "features": [{"bbox": [-122.34606, 47.59728, -122.3347, 47.62126], "geometry": {"coordinates": [[[[-122.33682, 47.59728], [-122.33687, 47.59789], [-122.33689, 47.59851], [-122.3369, 47.60016], [-122.33694, 47.60072], [-122.33701, 47.60124], [-122.33713, 47.60187], [-122.33726, 47.60241], [-122.33739, 47.60288], [-122.33758, 47.60344], [-122.33785, 47.6041], [-122.33808, 47.60459], [-122.3383, 47.60502], [-122.33868, 47.60569], [-122.33916, 47.60641], [-122.33962, 47.60703], [-122.34001, 47.60751], [-122.3421, 47.60981], [-122.34013, 47.61018], [-122.3421, 47.6098], [-122.34215, 47.60986], [-122.34277, 47.61057], [-122.34327, 47.61121], [-122.34376, 47.61189], [-122.34422, 47.61263], [-122.34462, 47.61335], [-122.34495, 47.61404], [-122.34524, 47.61473], [-122.34542, 47.61524], [-122.34565, 47.61601], [-122.34584, 47.61681], [-122.34594, 47.61742], [-122.34601, 47.61799], [-122.34604, 47.61843], [-122.34603, 47.61845], [-122.34604, 47.61842], [-122.34604, 47.61844], [-122.34606, 47.61924], [-122.34603, 47.61998], [-122.34596, 47.62063], [-122.34587, 47.62119], [-122.34586, 47.62126], [-122.34582, 47.62125], [-122.34507, 47.62119], [-122.34508, 47.62117], [-122.34512, 47.62091], [-122.34522, 47.62048], [-122.3453, 47.62003], [-122.34538, 47.61931], [-122.34542, 47.61874], [-122.34542, 47.61851], [-122.34541, 47.61844], [-122.34542, 47.61842], [-122.34542, 47.61838], [-122.34538, 47.61771], [-122.34534, 47.61727], [-122.34526, 47.61679], [-122.34516, 47.61624], [-122.34494, 47.61538], [-122.34474, 47.61478], [-122.34456, 47.61428], [-122.34433, 47.61375], [-122.34393, 47.61292], [-122.34356, 47.61226], [-122.34314, 47.61164], [-122.34281, 47.61118], [-122.34235, 47.61062], [-122.34176, 47.60994], [-122.34053, 47.61018], [-122.34176, 47.60995], [-122.34174, 47.60993], [-122.33925, 47.60723], [-122.33876, 47.6066], [-122.33843, 47.60614], [-122.33816, 47.60584], [-122.33815, 47.60582], [-122.33792, 47.60542], [-122.33757, 47.60476], [-122.33719, 47.60395], [-122.33704, 47.60359], [-122.33701, 47.60349], [-122.33686, 47.60312], [-122.33654, 47.60213], [-122.33653, 47.60211], [-122.33639, 47.60149], [-122.33626, 47.60077], [-122.33619, 47.60016], [-122.33618, 47.59999], [-122.33605, 47.59755], [-122.33602, 47.5973], [-122.33604, 47.5973], [-122.33682, 47.59728]]], [[[-122.3355, 47.59735], [-122.33555, 47.59793], [-122.33556, 47.59821], [-122.33556, 47.59849], [-122.33549, 47.60019], [-122.3355, 47.60066], [-122.33555, 47.60128], [-122.33566, 47.60202], [-122.33567, 47.60207], [-122.3357, 47.60223], [-122.33579, 47.60268], [-122.33587, 47.60302], [-122.33607, 47.60366], [-122.33607, 47.60368], [-122.33644, 47.60461], [-122.33659, 47.60494], [-122.33693, 47.60558], [-122.33725, 47.60612], [-122.33725, 47.60612], [-122.33726, 47.60615], [-122.33736, 47.60638], [-122.3374, 47.60647], [-122.33741, 47.60649], [-122.33749, 47.60661], [-122.33805, 47.60742], [-122.33842, 47.6079], [-122.33926, 47.60889], [-122.34063, 47.61041], [-122.34063, 47.61042], [-122.34068, 47.61048], [-122.34121, 47.61108], [-122.34192, 47.612], [-122.34231, 47.61257], [-122.34287, 47.61344], [-122.34313, 47.6139], [-122.34336, 47.61435], [-122.34353, 47.61472], [-122.34377, 47.61527], [-122.34401, 47.61593], [-122.34416, 47.61645], [-122.34429, 47.61696], [-122.34443, 47.61771], [-122.34451, 47.61827], [-122.34453, 47.61841], [-122.34453, 47.6184], [-122.34453, 47.61842], [-122.34453, 47.61846], [-122.34455, 47.61872], [-122.3446, 47.61923], [-122.34462, 47.61992], [-122.34461, 47.62041], [-122.34459, 47.62088], [-122.34458, 47.6209], [-122.34454, 47.62115], [-122.34453, 47.62115], [-122.34375, 47.62108], [-122.34375, 47.62107], [-122.34384, 47.62049], [-122.34389, 47.61998], [-122.34393, 47.6192], [-122.34391, 47.61858], [-122.34391, 47.61841], [-122.34391, 47.61839], [-122.34391, 47.61843], [-122.34391, 47.61841], [-122.34386, 47.6179], [-122.3438, 47.61744], [-122.34364, 47.6166], [-122.34348, 47.61599], [-122.34329, 47.61539], [-122.343, 47.61466], [-122.34275, 47.61411], [-122.34235, 47.61334], [-122.34184, 47.61252], [-122.34136, 47.61184], [-122.34085, 47.6112], [-122.34029, 47.61056], [-122.34028, 47.61056], [-122.34027, 47.61054], [-122.33792, 47.60794], [-122.33737, 47.60721], [-122.33693, 47.60657], [-122.33657, 47.60601], [-122.33624, 47.60541], [-122.3359, 47.60472], [-122.3356, 47.60401], [-122.33536, 47.60334], [-122.33516, 47.60265], [-122.33501, 47.60202], [-122.33488, 47.60131], [-122.33481, 47.60073], [-122.33477, 47.60019], [-122.33477, 47.59999], [-122.33476, 47.59822], [-122.3347, 47.59737], [-122.33474, 47.59737], [-122.3355, 47.59735]]]], "type": "MultiPolygon"}, "id": "0", "properties": {"__folium_color": "#440154", "fill": "#471164", "fill-opacity": 0.9, "settlement(m)": "0.00-0.01 ", "stroke": "#471164", "stroke-opacity": 1, "stroke-width": 1}, "type": "Feature"}, {"bbox": [-122.34542, 47.5973, -122.33549, 47.62119], "geometry": {"coordinates": [[[[-122.34012, 47.6082], [-122.34059, 47.60869], [-122.34176, 47.60995], [-122.34053, 47.61018], [-122.34176, 47.60994], [-122.34181, 47.61001], [-122.34246, 47.61075], [-122.34294, 47.61136], [-122.34343, 47.61206], [-122.34365, 47.61241], [-122.34396, 47.61297], [-122.34419, 47.61343], [-122.34445, 47.61402], [-122.34469, 47.61464], [-122.34491, 47.6153], [-122.34506, 47.61583], [-122.34517, 47.61628], [-122.34528, 47.61687], [-122.34536, 47.61748], [-122.34541, 47.61813], [-122.34542, 47.61842], [-122.34541, 47.61844], [-122.34541, 47.61844], [-122.34541, 47.61845], [-122.34541, 47.61891], [-122.34537, 47.61949], [-122.34529, 47.62007], [-122.34519, 47.6206], [-122.34507, 47.62119], [-122.34504, 47.62119], [-122.34503, 47.62119], [-122.34503, 47.62117], [-122.34523, 47.62002], [-122.3453, 47.6193], [-122.34532, 47.61875], [-122.34531, 47.61844], [-122.34531, 47.61844], [-122.34531, 47.61842], [-122.34531, 47.61838], [-122.34527, 47.61782], [-122.34522, 47.61734], [-122.34509, 47.6166], [-122.34489, 47.6158], [-122.34469, 47.61516], [-122.34444, 47.61451], [-122.34417, 47.61391], [-122.34383, 47.61324], [-122.34366, 47.61294], [-122.34312, 47.61211], [-122.34263, 47.61142], [-122.34203, 47.61066], [-122.3415, 47.61005], [-122.34083, 47.61018], [-122.3415, 47.61005], [-122.34148, 47.61004], [-122.3392, 47.60747], [-122.33863, 47.60674], [-122.33803, 47.60586], [-122.33773, 47.60535], [-122.33743, 47.60477], [-122.33707, 47.60399], [-122.33692, 47.60361], [-122.33661, 47.60272], [-122.33643, 47.6021], [-122.33625, 47.60121], [-122.33617, 47.60067], [-122.33611, 47.60009], [-122.33599, 47.59743], [-122.33598, 47.59731], [-122.336, 47.59731], [-122.33602, 47.5973], [-122.33602, 47.59732], [-122.33606, 47.59777], [-122.33624, 47.6006], [-122.33629, 47.60096], [-122.33647, 47.60183], [-122.3366, 47.60231], [-122.33698, 47.60342], [-122.33718, 47.60393], [-122.33764, 47.60489], [-122.33805, 47.60565], [-122.33816, 47.60584], [-122.33818, 47.60586], [-122.33817, 47.60585], [-122.3382, 47.60589], [-122.33844, 47.60616], [-122.33845, 47.60617], [-122.33896, 47.60687], [-122.33962, 47.60766], [-122.34012, 47.6082]]], [[[-122.33554, 47.59735], [-122.33559, 47.59793], [-122.3356, 47.59821], [-122.3356, 47.59835], [-122.33556, 47.60048], [-122.33561, 47.60106], [-122.33568, 47.60156], [-122.33576, 47.60204], [-122.33593, 47.60278], [-122.33608, 47.60331], [-122.33621, 47.60368], [-122.33653, 47.60448], [-122.33679, 47.60503], [-122.33712, 47.60565], [-122.33758, 47.60644], [-122.3379, 47.6069], [-122.33841, 47.60757], [-122.339, 47.60827], [-122.34089, 47.61031], [-122.34089, 47.61031], [-122.34094, 47.61037], [-122.34156, 47.61108], [-122.34203, 47.61167], [-122.34249, 47.61234], [-122.34274, 47.61273], [-122.34313, 47.61343], [-122.34356, 47.61431], [-122.34384, 47.61499], [-122.3441, 47.61571], [-122.34427, 47.61631], [-122.34442, 47.61693], [-122.34453, 47.61753], [-122.34462, 47.61826], [-122.34464, 47.6184], [-122.34464, 47.61841], [-122.34463, 47.61842], [-122.34464, 47.61846], [-122.34469, 47.61974], [-122.34467, 47.62032], [-122.34463, 47.62089], [-122.34463, 47.62091], [-122.34458, 47.62115], [-122.34457, 47.62115], [-122.34454, 47.62115], [-122.34454, 47.62113], [-122.34459, 47.62088], [-122.34459, 47.62087], [-122.34462, 47.62023], [-122.34461, 47.61958], [-122.34458, 47.61902], [-122.34453, 47.61842], [-122.34453, 47.6184], [-122.34453, 47.61841], [-122.34453, 47.61839], [-122.34449, 47.6181], [-122.34438, 47.61742], [-122.34427, 47.61688], [-122.34409, 47.61621], [-122.34391, 47.61566], [-122.34373, 47.61517], [-122.34344, 47.61451], [-122.34325, 47.61413], [-122.34307, 47.6138], [-122.34287, 47.61344], [-122.3421, 47.61225], [-122.34146, 47.6114], [-122.34093, 47.61075], [-122.34063, 47.61042], [-122.34063, 47.61041], [-122.34061, 47.6104], [-122.33841, 47.60789], [-122.33803, 47.6074], [-122.33747, 47.60659], [-122.3374, 47.60647], [-122.33739, 47.60646], [-122.33724, 47.6061], [-122.33723, 47.60608], [-122.33685, 47.60544], [-122.33654, 47.60484], [-122.33641, 47.60455], [-122.3362, 47.60403], [-122.33606, 47.60364], [-122.33586, 47.60297], [-122.33573, 47.60239], [-122.33562, 47.60176], [-122.33552, 47.60104], [-122.33549, 47.60052], [-122.33549, 47.60006], [-122.33554, 47.59876], [-122.33554, 47.59874], [-122.33556, 47.5982], [-122.33554, 47.59786], [-122.3355, 47.59733], [-122.33552, 47.59733], [-122.33554, 47.59735]]]], "type": "MultiPolygon"}, "id": "1", "properties": {"__folium_color": "#472d7b", "fill": "#472f7d", "fill-opacity": 0.9, "settlement(m)": "0.01-0.01 ", "stroke": "#472f7d", "stroke-opacity": 1, "stroke-width": 1}, "type": "Feature"}, {"bbox": [-122.34531, 47.59731, -122.33554, 47.62119], "geometry": {"coordinates": [[[[-122.33811, 47.60597], [-122.33902, 47.60725], [-122.33955, 47.60789], [-122.3415, 47.61005], [-122.34083, 47.61018], [-122.3415, 47.61005], [-122.34155, 47.61011], [-122.3421, 47.61074], [-122.34274, 47.61157], [-122.3432, 47.61222], [-122.34368, 47.61297], [-122.34396, 47.61348], [-122.34422, 47.61399], [-122.34444, 47.6145], [-122.34468, 47.61513], [-122.34489, 47.61582], [-122.34503, 47.61633], [-122.34517, 47.61702], [-122.34525, 47.61761], [-122.3453, 47.61813], [-122.34531, 47.61842], [-122.34531, 47.61844], [-122.34531, 47.61844], [-122.34531, 47.61846], [-122.34531, 47.61907], [-122.34528, 47.61956], [-122.34523, 47.62006], [-122.34514, 47.6206], [-122.34503, 47.62119], [-122.345, 47.62119], [-122.345, 47.62119], [-122.345, 47.62116], [-122.34517, 47.62013], [-122.34521, 47.61972], [-122.34524, 47.6193], [-122.34524, 47.61875], [-122.34523, 47.61844], [-122.34523, 47.61844], [-122.34523, 47.61842], [-122.34523, 47.61839], [-122.34518, 47.61788], [-122.34511, 47.61735], [-122.34497, 47.61661], [-122.3448, 47.61596], [-122.34462, 47.61543], [-122.3444, 47.61486], [-122.34417, 47.61436], [-122.34407, 47.61417], [-122.34389, 47.61385], [-122.34377, 47.61367], [-122.34375, 47.61364], [-122.34364, 47.61351], [-122.34363, 47.6135], [-122.34356, 47.61344], [-122.34352, 47.61345], [-122.34352, 47.61345], [-122.34352, 47.61354], [-122.34357, 47.61374], [-122.34382, 47.61441], [-122.34403, 47.61503], [-122.3443, 47.61593], [-122.34444, 47.61647], [-122.34457, 47.61714], [-122.34465, 47.6177], [-122.34472, 47.61841], [-122.34472, 47.61843], [-122.34472, 47.61845], [-122.34475, 47.61946], [-122.34473, 47.62004], [-122.34466, 47.62089], [-122.34465, 47.62092], [-122.34461, 47.62115], [-122.34461, 47.62115], [-122.34458, 47.62115], [-122.34459, 47.62113], [-122.34463, 47.62087], [-122.34467, 47.62024], [-122.34468, 47.61932], [-122.34464, 47.61849], [-122.34463, 47.61842], [-122.34464, 47.61841], [-122.34464, 47.6184], [-122.34463, 47.61839], [-122.34458, 47.61791], [-122.34448, 47.61725], [-122.34433, 47.61652], [-122.34416, 47.6159], [-122.34395, 47.61528], [-122.34366, 47.61454], [-122.3434, 47.61397], [-122.34293, 47.61305], [-122.34265, 47.61258], [-122.34244, 47.61226], [-122.34191, 47.61151], [-122.34146, 47.61096], [-122.34089, 47.61031], [-122.34089, 47.61031], [-122.34087, 47.61029], [-122.33852, 47.60772], [-122.33798, 47.60701], [-122.33757, 47.60642], [-122.33745, 47.60622], [-122.3367, 47.60486], [-122.33647, 47.60436], [-122.33619, 47.60364], [-122.33606, 47.60324], [-122.33591, 47.6027], [-122.3358, 47.60222], [-122.33565, 47.60138], [-122.3356, 47.60102], [-122.33557, 47.60051], [-122.33556, 47.60004], [-122.3356, 47.59818], [-122.33556, 47.59758], [-122.33554, 47.59733], [-122.33556, 47.59733], [-122.33557, 47.59733], [-122.33557, 47.59735], [-122.33561, 47.59779], [-122.33564, 47.59821], [-122.33564, 47.59835], [-122.33562, 47.60046], [-122.33566, 47.60093], [-122.33572, 47.60143], [-122.33584, 47.60205], [-122.33601, 47.60276], [-122.33617, 47.60328], [-122.33636, 47.6038], [-122.33653, 47.60422], [-122.33677, 47.60475], [-122.33713, 47.60545], [-122.33747, 47.60604], [-122.33748, 47.60605], [-122.33751, 47.60609], [-122.3376, 47.60621], [-122.33768, 47.60631], [-122.33775, 47.60639], [-122.33827, 47.60709], [-122.33867, 47.60756], [-122.33902, 47.60794], [-122.33928, 47.60817], [-122.33929, 47.60819], [-122.33931, 47.6082], [-122.33941, 47.60826], [-122.33945, 47.60825], [-122.33944, 47.60823], [-122.3394, 47.60814], [-122.33937, 47.60809], [-122.3393, 47.60799], [-122.33921, 47.60785], [-122.33918, 47.60782], [-122.33903, 47.60763], [-122.33867, 47.60712], [-122.3381, 47.60626], [-122.3381, 47.60624], [-122.338, 47.60604], [-122.33793, 47.60591], [-122.3374, 47.60497], [-122.3371, 47.60435], [-122.3369, 47.60384], [-122.3367, 47.60329], [-122.33651, 47.60268], [-122.33636, 47.60209], [-122.33619, 47.60122], [-122.33611, 47.60067], [-122.33607, 47.60011], [-122.33596, 47.59743], [-122.33595, 47.59731], [-122.33595, 47.59731], [-122.33598, 47.59731], [-122.33598, 47.59732], [-122.33602, 47.59777], [-122.33607, 47.59867], [-122.33612, 47.6002], [-122.33617, 47.6007], [-122.33628, 47.60139], [-122.33644, 47.60214], [-122.33654, 47.6025], [-122.33678, 47.60324], [-122.33705, 47.60395], [-122.33746, 47.60484], [-122.3378, 47.60548], [-122.33804, 47.60588], [-122.33805, 47.60589], [-122.33807, 47.60592], [-122.33811, 47.60597]]]], "type": "MultiPolygon"}, "id": "2", "properties": {"__folium_color": "#472d7b", "fill": "#3e4c8a", "fill-opacity": 0.9, "settlement(m)": "0.01-0.01 ", "stroke": "#3e4c8a", "stroke-opacity": 1, "stroke-width": 1}, "type": "Feature"}, {"bbox": [-122.34524, 47.59731, -122.33557, 47.62119], "geometry": {"coordinates": [[[[-122.3361, 47.60057], [-122.33616, 47.60102], [-122.33628, 47.60174], [-122.33649, 47.6026], [-122.33668, 47.60324], [-122.33687, 47.60377], [-122.33713, 47.60441], [-122.33744, 47.60505], [-122.33769, 47.6055], [-122.338, 47.60602], [-122.33806, 47.60616], [-122.33811, 47.60628], [-122.33812, 47.60629], [-122.339, 47.60758], [-122.33924, 47.6079], [-122.3394, 47.60814], [-122.33941, 47.60816], [-122.33945, 47.60825], [-122.33941, 47.60826], [-122.33939, 47.60825], [-122.33929, 47.60819], [-122.3392, 47.6081], [-122.33899, 47.60791], [-122.33854, 47.60741], [-122.33825, 47.60706], [-122.33772, 47.60636], [-122.33765, 47.60628], [-122.33756, 47.60616], [-122.33748, 47.60605], [-122.33721, 47.60558], [-122.33681, 47.60484], [-122.33648, 47.6041], [-122.33633, 47.60371], [-122.33609, 47.60303], [-122.33595, 47.60253], [-122.33582, 47.60198], [-122.3357, 47.60125], [-122.33564, 47.60082], [-122.33561, 47.60042], [-122.3356, 47.60006], [-122.33562, 47.59796], [-122.33557, 47.59735], [-122.33557, 47.59733], [-122.33559, 47.59733], [-122.33559, 47.59734], [-122.33563, 47.59779], [-122.33566, 47.59821], [-122.33566, 47.59835], [-122.33566, 47.60044], [-122.33571, 47.60093], [-122.33578, 47.60143], [-122.33594, 47.60217], [-122.33599, 47.60238], [-122.33614, 47.60288], [-122.33632, 47.60338], [-122.33639, 47.60357], [-122.33641, 47.60363], [-122.33646, 47.60375], [-122.33659, 47.60404], [-122.33677, 47.60443], [-122.33683, 47.60453], [-122.33708, 47.60506], [-122.33716, 47.60519], [-122.33733, 47.60553], [-122.33755, 47.60592], [-122.3376, 47.606], [-122.33761, 47.60602], [-122.33761, 47.60602], [-122.33762, 47.60602], [-122.33765, 47.60604], [-122.3377, 47.60608], [-122.33772, 47.60608], [-122.33776, 47.6061], [-122.3378, 47.60608], [-122.3378, 47.60608], [-122.33782, 47.60604], [-122.33782, 47.60603], [-122.33782, 47.606], [-122.33782, 47.60596], [-122.33781, 47.60596], [-122.33781, 47.60596], [-122.33781, 47.60594], [-122.3378, 47.60592], [-122.33733, 47.60514], [-122.33732, 47.60512], [-122.33701, 47.60448], [-122.33683, 47.60401], [-122.33667, 47.60355], [-122.33637, 47.60248], [-122.3362, 47.60164], [-122.33609, 47.60096], [-122.33605, 47.60052], [-122.33602, 47.60006], [-122.33596, 47.5977], [-122.33593, 47.59731], [-122.33595, 47.59731], [-122.33595, 47.59733], [-122.33599, 47.59777], [-122.33603, 47.59867], [-122.33608, 47.60029], [-122.3361, 47.60057]]], [[[-122.3448, 47.61598], [-122.34498, 47.61667], [-122.34507, 47.6171], [-122.34515, 47.61761], [-122.34521, 47.61814], [-122.34523, 47.61842], [-122.34523, 47.61844], [-122.34523, 47.61844], [-122.34523, 47.61846], [-122.34524, 47.61914], [-122.34523, 47.61949], [-122.34518, 47.62006], [-122.34511, 47.6206], [-122.345, 47.62119], [-122.34497, 47.62118], [-122.34498, 47.62116], [-122.34512, 47.62031], [-122.34516, 47.6199], [-122.34518, 47.61945], [-122.34518, 47.61902], [-122.34516, 47.61855], [-122.34515, 47.61843], [-122.34515, 47.61842], [-122.34515, 47.61839], [-122.34511, 47.61801], [-122.34505, 47.61764], [-122.34494, 47.61709], [-122.34487, 47.61679], [-122.34477, 47.61647], [-122.34471, 47.61628], [-122.3446, 47.61606], [-122.34456, 47.61606], [-122.34456, 47.61608], [-122.34458, 47.6163], [-122.34458, 47.61631], [-122.34472, 47.61734], [-122.34479, 47.61824], [-122.3448, 47.61841], [-122.3448, 47.61843], [-122.3448, 47.61845], [-122.3448, 47.61916], [-122.34477, 47.62004], [-122.34468, 47.62091], [-122.34464, 47.62116], [-122.34461, 47.62115], [-122.34462, 47.62113], [-122.34466, 47.62087], [-122.34472, 47.62024], [-122.34475, 47.61932], [-122.34472, 47.61856], [-122.34472, 47.61843], [-122.34472, 47.61841], [-122.34472, 47.6184], [-122.34472, 47.61838], [-122.34466, 47.6178], [-122.34457, 47.61712], [-122.34445, 47.61651], [-122.34428, 47.61583], [-122.34411, 47.61526], [-122.34356, 47.6137], [-122.34352, 47.61354], [-122.34352, 47.61353], [-122.34352, 47.61345], [-122.34356, 47.61344], [-122.34356, 47.61344], [-122.34365, 47.61351], [-122.34376, 47.61366], [-122.34381, 47.61372], [-122.34396, 47.61397], [-122.34407, 47.61416], [-122.34429, 47.61462], [-122.34449, 47.61507], [-122.34464, 47.61547], [-122.3448, 47.61598]]]], "type": "MultiPolygon"}, "id": "3", "properties": {"__folium_color": "#3b528b", "fill": "#32648e", "fill-opacity": 0.9, "settlement(m)": "0.01-0.02 ", "stroke": "#32648e", "stroke-opacity": 1, "stroke-width": 1}, "type": "Feature"}, {"bbox": [-122.34518, 47.59731, -122.33559, 47.62118], "geometry": {"coordinates": [[[[-122.33593, 47.59733], [-122.33598, 47.59792], [-122.33601, 47.59878], [-122.33602, 47.59988], [-122.33605, 47.60053], [-122.33611, 47.60106], [-122.33621, 47.60173], [-122.33627, 47.60203], [-122.33648, 47.60292], [-122.33668, 47.60358], [-122.33702, 47.60451], [-122.33721, 47.6049], [-122.33726, 47.60498], [-122.33733, 47.60514], [-122.33734, 47.60515], [-122.33781, 47.60594], [-122.33781, 47.60596], [-122.33781, 47.60596], [-122.33782, 47.60596], [-122.33782, 47.606], [-122.33782, 47.60603], [-122.33782, 47.60604], [-122.33781, 47.60606], [-122.3378, 47.60608], [-122.33776, 47.6061], [-122.33775, 47.60609], [-122.3377, 47.60608], [-122.33769, 47.60607], [-122.33761, 47.60602], [-122.33761, 47.60602], [-122.3376, 47.606], [-122.33759, 47.60598], [-122.33735, 47.60558], [-122.33716, 47.60519], [-122.33714, 47.60516], [-122.33705, 47.60499], [-122.33646, 47.60375], [-122.33644, 47.60369], [-122.3364, 47.60359], [-122.33628, 47.60329], [-122.33609, 47.60274], [-122.33594, 47.60217], [-122.3358, 47.60153], [-122.33571, 47.60098], [-122.33567, 47.60058], [-122.33564, 47.6001], [-122.33563, 47.59777], [-122.33559, 47.59733], [-122.33561, 47.59733], [-122.33561, 47.59733], [-122.33561, 47.59734], [-122.33566, 47.59778], [-122.33568, 47.59823], [-122.33569, 47.60013], [-122.33572, 47.60055], [-122.33576, 47.60092], [-122.33587, 47.60154], [-122.33595, 47.60188], [-122.33598, 47.602], [-122.33602, 47.60218], [-122.33603, 47.6022], [-122.33613, 47.60248], [-122.33613, 47.60248], [-122.33614, 47.60249], [-122.33622, 47.60265], [-122.33626, 47.60264], [-122.33626, 47.60262], [-122.33626, 47.60261], [-122.33626, 47.60246], [-122.33622, 47.60214], [-122.33616, 47.60182], [-122.33603, 47.6008], [-122.33599, 47.60027], [-122.33598, 47.59992], [-122.33597, 47.59819], [-122.3359, 47.59731], [-122.33591, 47.59731], [-122.33593, 47.59733]]], [[[-122.34506, 47.61766], [-122.34513, 47.61823], [-122.34515, 47.61842], [-122.34515, 47.61843], [-122.34515, 47.61844], [-122.34515, 47.61846], [-122.34518, 47.61916], [-122.34517, 47.61972], [-122.34514, 47.62006], [-122.34508, 47.6206], [-122.34497, 47.62118], [-122.34496, 47.62118], [-122.34495, 47.62118], [-122.34496, 47.62116], [-122.34507, 47.62047], [-122.3451, 47.62013], [-122.34512, 47.61979], [-122.34513, 47.61954], [-122.34512, 47.6192], [-122.3451, 47.61891], [-122.34504, 47.61842], [-122.34504, 47.61841], [-122.34503, 47.61839], [-122.34502, 47.61832], [-122.34498, 47.61817], [-122.34493, 47.61818], [-122.34493, 47.61818], [-122.34491, 47.61842], [-122.34491, 47.61843], [-122.3449, 47.61845], [-122.3449, 47.61872], [-122.34477, 47.62033], [-122.3447, 47.62093], [-122.34466, 47.62116], [-122.34466, 47.62116], [-122.34464, 47.62116], [-122.34464, 47.62114], [-122.34468, 47.62087], [-122.34476, 47.62012], [-122.34479, 47.61953], [-122.3448, 47.61868], [-122.3448, 47.61843], [-122.3448, 47.61841], [-122.3448, 47.6184], [-122.3448, 47.61838], [-122.34476, 47.61774], [-122.34469, 47.61711], [-122.34458, 47.61629], [-122.34456, 47.61606], [-122.3446, 47.61606], [-122.34461, 47.61607], [-122.34471, 47.61628], [-122.34471, 47.6163], [-122.34485, 47.61673], [-122.34494, 47.61711], [-122.34505, 47.61762], [-122.34506, 47.61766]]]], "type": "MultiPolygon"}, "id": "4", "properties": {"__folium_color": "#2c728e", "fill": "#297a8e", "fill-opacity": 0.9, "settlement(m)": "0.02-0.03 ", "stroke": "#297a8e", "stroke-opacity": 1, "stroke-width": 1}, "type": "Feature"}, {"bbox": [-122.34513, 47.59731, -122.33561, 47.62118], "geometry": {"coordinates": [[[[-122.33598, 47.5989], [-122.336, 47.60054], [-122.33606, 47.60114], [-122.33618, 47.60197], [-122.33618, 47.60198], [-122.33622, 47.60218], [-122.33626, 47.60247], [-122.33626, 47.60248], [-122.33626, 47.60264], [-122.33622, 47.60265], [-122.33621, 47.60263], [-122.3362, 47.60261], [-122.33613, 47.60248], [-122.33613, 47.60248], [-122.33602, 47.60218], [-122.33602, 47.60216], [-122.33601, 47.60213], [-122.33597, 47.60197], [-122.33589, 47.60161], [-122.3358, 47.60114], [-122.33573, 47.60069], [-122.33569, 47.60015], [-122.33568, 47.59878], [-122.33567, 47.59803], [-122.33561, 47.59734], [-122.33561, 47.59733], [-122.33563, 47.59732], [-122.33563, 47.59734], [-122.33567, 47.59778], [-122.3357, 47.59826], [-122.33573, 47.60008], [-122.33575, 47.60037], [-122.3358, 47.60072], [-122.33584, 47.60094], [-122.33584, 47.60095], [-122.33592, 47.60126], [-122.33597, 47.60125], [-122.33597, 47.60125], [-122.33596, 47.60111], [-122.33597, 47.60095], [-122.33597, 47.60093], [-122.33594, 47.60006], [-122.33595, 47.59821], [-122.33594, 47.5979], [-122.3359, 47.59744], [-122.33589, 47.59731], [-122.3359, 47.59731], [-122.33591, 47.59733], [-122.33595, 47.59778], [-122.33598, 47.5984], [-122.33598, 47.5989]]], [[[-122.3451, 47.62009], [-122.34506, 47.62049], [-122.34495, 47.62118], [-122.34493, 47.62118], [-122.34494, 47.62116], [-122.34502, 47.62063], [-122.34505, 47.62031], [-122.34507, 47.61993], [-122.34507, 47.6197], [-122.34506, 47.61941], [-122.34505, 47.61939], [-122.34501, 47.6192], [-122.34497, 47.6192], [-122.34497, 47.61921], [-122.34492, 47.6194], [-122.34492, 47.61941], [-122.34469, 47.62109], [-122.34468, 47.62116], [-122.34466, 47.62116], [-122.34466, 47.62114], [-122.34474, 47.62059], [-122.34486, 47.61928], [-122.34491, 47.61842], [-122.34491, 47.61841], [-122.34491, 47.6184], [-122.34493, 47.61818], [-122.34498, 47.61817], [-122.34498, 47.61818], [-122.34503, 47.61839], [-122.34504, 47.61841], [-122.34504, 47.61842], [-122.34504, 47.61843], [-122.34504, 47.61845], [-122.34506, 47.61859], [-122.34512, 47.61916], [-122.34513, 47.61956], [-122.34511, 47.61993], [-122.3451, 47.62009]]]], "type": "MultiPolygon"}, "id": "5", "properties": {"__folium_color": "#21918c", "fill": "#21918c", "fill-opacity": 0.9, "settlement(m)": "0.03-0.03 ", "stroke": "#21918c", "stroke-opacity": 1, "stroke-width": 1}, "type": "Feature"}, {"bbox": [-122.34507, 47.59731, -122.33563, 47.62118], "geometry": {"coordinates": [[[[-122.33589, 47.59733], [-122.33594, 47.59792], [-122.33596, 47.59849], [-122.33595, 47.60064], [-122.33597, 47.60094], [-122.33597, 47.60095], [-122.33596, 47.60114], [-122.33597, 47.60125], [-122.33592, 47.60126], [-122.33592, 47.60125], [-122.33584, 47.60094], [-122.33583, 47.60094], [-122.33579, 47.6007], [-122.33576, 47.60042], [-122.33573, 47.6001], [-122.33571, 47.59935], [-122.33569, 47.59796], [-122.33563, 47.59734], [-122.33563, 47.59732], [-122.33565, 47.59732], [-122.33565, 47.59732], [-122.33565, 47.59734], [-122.33569, 47.59778], [-122.33572, 47.59844], [-122.33577, 47.59986], [-122.3358, 47.60011], [-122.33581, 47.60022], [-122.33582, 47.60026], [-122.33586, 47.60026], [-122.33586, 47.60026], [-122.3359, 47.59984], [-122.33593, 47.59874], [-122.33592, 47.5979], [-122.33588, 47.59744], [-122.33587, 47.59731], [-122.33589, 47.59733]]], [[[-122.34507, 47.61995], [-122.34505, 47.62032], [-122.345, 47.62075], [-122.34493, 47.62118], [-122.34491, 47.62118], [-122.34491, 47.62118], [-122.34492, 47.62116], [-122.34498, 47.62077], [-122.34501, 47.62047], [-122.34502, 47.62025], [-122.34502, 47.62005], [-122.345, 47.61986], [-122.34499, 47.6198], [-122.34495, 47.6198], [-122.34495, 47.6198], [-122.3449, 47.62001], [-122.34489, 47.62005], [-122.34489, 47.62007], [-122.3447, 47.62116], [-122.34468, 47.62116], [-122.34468, 47.62114], [-122.34482, 47.62024], [-122.34492, 47.61939], [-122.34497, 47.6192], [-122.34501, 47.6192], [-122.34502, 47.61921], [-122.34505, 47.61936], [-122.34505, 47.6194], [-122.34506, 47.61941], [-122.34507, 47.61963], [-122.34507, 47.61981], [-122.34507, 47.61995]]]], "type": "MultiPolygon"}, "id": "6", "properties": {"__folium_color": "#28ae80", "fill": "#21a685", "fill-opacity": 0.9, "settlement(m)": "0.03-0.04 ", "stroke": "#21a685", "stroke-opacity": 1, "stroke-width": 1}, "type": "Feature"}, {"bbox": [-122.34502, 47.59731, -122.33565, 47.62118], "geometry": {"coordinates": [[[[-122.33587, 47.59733], [-122.33592, 47.59792], [-122.33594, 47.5984], [-122.3359, 47.59985], [-122.33586, 47.60026], [-122.33582, 47.60026], [-122.33582, 47.60026], [-122.33579, 47.60006], [-122.33577, 47.59984], [-122.33568, 47.59757], [-122.33565, 47.59732], [-122.33567, 47.59732], [-122.33567, 47.59734], [-122.33571, 47.59778], [-122.33575, 47.59851], [-122.33577, 47.59897], [-122.33581, 47.59946], [-122.33585, 47.59946], [-122.33585, 47.59945], [-122.3359, 47.59897], [-122.3359, 47.59892], [-122.33591, 47.59828], [-122.3359, 47.59796], [-122.33585, 47.59733], [-122.33585, 47.59731], [-122.33587, 47.59733]]], [[[-122.34502, 47.62007], [-122.34501, 47.62038], [-122.345, 47.62059], [-122.34496, 47.62093], [-122.34491, 47.62118], [-122.34489, 47.62118], [-122.34489, 47.62116], [-122.34494, 47.62089], [-122.34497, 47.62055], [-122.34497, 47.62053], [-122.34496, 47.62036], [-122.34496, 47.62026], [-122.34491, 47.62026], [-122.34491, 47.62026], [-122.34484, 47.62054], [-122.34476, 47.62092], [-122.34472, 47.62116], [-122.3447, 47.62116], [-122.3447, 47.62114], [-122.34489, 47.62005], [-122.34495, 47.6198], [-122.34499, 47.6198], [-122.34499, 47.6198], [-122.34501, 47.61998], [-122.34502, 47.62007]]]], "type": "MultiPolygon"}, "id": "7", "properties": {"__folium_color": "#5ec962", "fill": "#3bbb75", "fill-opacity": 0.9, "settlement(m)": "0.04-0.04 ", "stroke": "#3bbb75", "stroke-opacity": 1, "stroke-width": 1}, "type": "Feature"}, {"bbox": [-122.34497, 47.59731, -122.33567, 47.62118], "geometry": {"coordinates": [[[[-122.33585, 47.59733], [-122.3359, 47.59792], [-122.33591, 47.59826], [-122.3359, 47.59899], [-122.33585, 47.59946], [-122.33581, 47.59946], [-122.33581, 47.59945], [-122.33577, 47.59897], [-122.33567, 47.59734], [-122.33567, 47.59732], [-122.33569, 47.59732], [-122.33569, 47.59734], [-122.33573, 47.59778], [-122.33581, 47.59886], [-122.33585, 47.59886], [-122.33585, 47.59885], [-122.33588, 47.59847], [-122.33589, 47.59827], [-122.33589, 47.59819], [-122.33585, 47.59756], [-122.33583, 47.59731], [-122.33585, 47.59733]]], [[[-122.34497, 47.62055], [-122.34494, 47.62091], [-122.3449, 47.62111], [-122.34489, 47.62118], [-122.34487, 47.62117], [-122.34487, 47.62117], [-122.34487, 47.62115], [-122.34491, 47.62091], [-122.34491, 47.62089], [-122.34492, 47.62075], [-122.34491, 47.62062], [-122.34487, 47.62061], [-122.34487, 47.62062], [-122.34479, 47.62092], [-122.34474, 47.62116], [-122.34474, 47.62116], [-122.34472, 47.62116], [-122.34472, 47.62114], [-122.34484, 47.62053], [-122.3449, 47.62032], [-122.34491, 47.62026], [-122.34496, 47.62026], [-122.34496, 47.62027], [-122.34497, 47.62037], [-122.34497, 47.62048], [-122.34497, 47.62055]]]], "type": "MultiPolygon"}, "id": "8", "properties": {"__folium_color": "#5ec962", "fill": "#69cd5b", "fill-opacity": 0.9, "settlement(m)": "0.04-0.04 ", "stroke": "#69cd5b", "stroke-opacity": 1, "stroke-width": 1}, "type": "Feature"}, {"bbox": [-122.34492, 47.59731, -122.33569, 47.62117], "geometry": {"coordinates": [[[[-122.33583, 47.59733], [-122.33588, 47.59792], [-122.33589, 47.59822], [-122.33588, 47.59851], [-122.33585, 47.59886], [-122.33581, 47.59886], [-122.33581, 47.59885], [-122.33569, 47.59732], [-122.33569, 47.59732], [-122.33572, 47.59732], [-122.33572, 47.59734], [-122.33577, 47.59778], [-122.33581, 47.59837], [-122.33585, 47.59837], [-122.33585, 47.59835], [-122.33586, 47.59821], [-122.33586, 47.59819], [-122.33585, 47.59803], [-122.3358, 47.59733], [-122.33579, 47.59732], [-122.33582, 47.59731], [-122.33583, 47.59733]]], [[[-122.34492, 47.62062], [-122.34491, 47.62091], [-122.34491, 47.62093], [-122.34487, 47.62117], [-122.34483, 47.62117], [-122.34484, 47.62115], [-122.34488, 47.62091], [-122.34488, 47.62089], [-122.34488, 47.62087], [-122.34483, 47.62087], [-122.34483, 47.62088], [-122.34482, 47.62092], [-122.34478, 47.62117], [-122.34474, 47.62116], [-122.34475, 47.62114], [-122.34479, 47.62088], [-122.34487, 47.62061], [-122.34492, 47.62062]]]], "type": "MultiPolygon"}, "id": "9", "properties": {"__folium_color": "#addc30", "fill": "#a5db36", "fill-opacity": 0.9, "settlement(m)": "0.04-0.05 ", "stroke": "#a5db36", "stroke-opacity": 1, "stroke-width": 1}, "type": "Feature"}, {"bbox": [-122.34488, 47.59732, -122.33572, 47.62117], "geometry": {"coordinates": [[[[-122.3358, 47.59733], [-122.33585, 47.59792], [-122.33586, 47.59821], [-122.33586, 47.59826], [-122.33585, 47.59837], [-122.33581, 47.59837], [-122.33581, 47.59835], [-122.33572, 47.59732], [-122.33574, 47.59732], [-122.3358, 47.59733]]], [[[-122.34488, 47.62089], [-122.34488, 47.62091], [-122.34488, 47.62092], [-122.34483, 47.62117], [-122.34483, 47.62117], [-122.34478, 47.62117], [-122.34478, 47.62115], [-122.34482, 47.6209], [-122.34483, 47.62088], [-122.34483, 47.62087], [-122.34488, 47.62089]]]], "type": "MultiPolygon"}, "id": "10", "properties": {"__folium_color": "#fde725", "fill": "#e2e418", "fill-opacity": 0.9, "settlement(m)": "0.05-0.06 ", "stroke": "#e2e418", "stroke-opacity": 1, "stroke-width": 1}, "type": "Feature"}], "type": "FeatureCollection"});
geo_json_3393a373f29d276fa6baf98e2adad5dd.bindTooltip(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;
let fields = ["fill", "fill-opacity", "stroke", "stroke-opacity", "stroke-width", "settlement(m)"];
let aliases = ["fill", "fill-opacity", "stroke", "stroke-opacity", "stroke-width", "settlement(m)"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i]}</th>
<td>${handleObject(layer.feature.properties[v])}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{"className": "foliumtooltip", "sticky": true});
</script>