-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInteractive_measureC_projects_Tier_v2.html
485 lines (410 loc) · 267 KB
/
Interactive_measureC_projects_Tier_v2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!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_c2dd4fb2743e4e69a6226cd1c57d307f {
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>
<style>
.foliumpopup {
margin: auto;
}
.foliumpopup table{
margin: auto;
}
.foliumpopup tr{
text-align: left;
}
.foliumpopup th{
padding: 2px; padding-right: 8px;
}
</style>
<style>
.foliumtooltip {
}
.foliumtooltip table{
margin: auto;
}
.foliumtooltip tr{
text-align: left;
}
.foliumtooltip th{
padding: 2px; padding-right: 8px;
}
</style>
<style>
.foliumpopup {
margin: auto;
}
.foliumpopup table{
margin: auto;
}
.foliumpopup tr{
text-align: left;
}
.foliumpopup 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 Tier' class='maplegend'>
<div class='legend-title'>Tier</div>
<div class='legend-scale'>
<ul class='legend-labels'>
<li><span style='background:#1f77b4'></span>1.0</li>
<li><span style='background:#8c564b'></span>2.0</li>
<li><span style='background:#17becf'></span>3.0</li>
</ul>
</div>
</div>
<div class="folium-map" id="map_c2dd4fb2743e4e69a6226cd1c57d307f" ></div>
</body>
<script>
var map_c2dd4fb2743e4e69a6226cd1c57d307f = L.map(
"map_c2dd4fb2743e4e69a6226cd1c57d307f",
{
center: [36.74759185807305, -119.63988366431033],
crs: L.CRS.EPSG3857,
zoom: 10,
zoomControl: true,
preferCanvas: false,
}
);
L.control.scale().addTo(map_c2dd4fb2743e4e69a6226cd1c57d307f);
var tile_layer_4eb7c76924f84e40928b3e90910f63d3 = L.tileLayer(
"https://a.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",
{"attribution": "\u0026copy; \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors \u0026copy; \u003ca href=\"https://carto.com/attributions\"\u003eCARTO\u003c/a\u003e", "detectRetina": false, "maxNativeZoom": 20, "maxZoom": 20, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
).addTo(map_c2dd4fb2743e4e69a6226cd1c57d307f);
map_c2dd4fb2743e4e69a6226cd1c57d307f.fitBounds(
[[35.909915586548, -120.91936597580208], [37.585268129598106, -118.3604013528186]],
{}
);
function geo_json_fc3eb39f46aa4720aa8cffbfe839741e_styler(feature) {
switch(feature.id) {
default:
return {"color": "red", "fillColor": "red", "fillOpacity": 0.5, "weight": 2};
}
}
function geo_json_fc3eb39f46aa4720aa8cffbfe839741e_highlighter(feature) {
switch(feature.id) {
default:
return {"fillOpacity": 0.75};
}
}
function geo_json_fc3eb39f46aa4720aa8cffbfe839741e_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_fc3eb39f46aa4720aa8cffbfe839741e_styler(feature)
Object.assign(opts, style)
return new L.CircleMarker(latlng, opts)
}
function geo_json_fc3eb39f46aa4720aa8cffbfe839741e_onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
if(typeof e.target.setStyle === "function"){
geo_json_fc3eb39f46aa4720aa8cffbfe839741e.resetStyle(e.target);
}
},
mouseover: function(e) {
if(typeof e.target.setStyle === "function"){
const highlightStyle = geo_json_fc3eb39f46aa4720aa8cffbfe839741e_highlighter(e.target.feature)
e.target.setStyle(highlightStyle);
}
},
});
};
var geo_json_fc3eb39f46aa4720aa8cffbfe839741e = L.geoJson(null, {
onEachFeature: geo_json_fc3eb39f46aa4720aa8cffbfe839741e_onEachFeature,
style: geo_json_fc3eb39f46aa4720aa8cffbfe839741e_styler,
pointToLayer: geo_json_fc3eb39f46aa4720aa8cffbfe839741e_pointToLayer
});
function geo_json_fc3eb39f46aa4720aa8cffbfe839741e_add (data) {
geo_json_fc3eb39f46aa4720aa8cffbfe839741e
.addData(data)
.addTo(map_c2dd4fb2743e4e69a6226cd1c57d307f);
}
geo_json_fc3eb39f46aa4720aa8cffbfe839741e_add({"bbox": [-120.91936597580208, 35.909915586548, -118.3604013528186, 37.585268129598106], "features": [{"bbox": [-120.68484585329111, 35.909915586548, -120.3116240059822, 36.2905637267375], "geometry": {"coordinates": [[-120.3116240059822, 35.90993319649091], [-120.31719119109181, 35.909915586548], [-120.31881248514429, 35.91138493715898], [-120.32200605537874, 35.91431351578873], [-120.3240730295377, 35.91571619796533], [-120.32694857524743, 35.916997141502165], [-120.33306953799386, 35.918453036401445], [-120.33361690620752, 35.91866389556829], [-120.33368670067443, 35.920976247813414], [-120.33814397456898, 35.92091219024722], [-120.33812023141824, 35.92465963650373], [-120.33803986742245, 35.935566920274944], [-120.3383676297767, 35.93754668916952], [-120.33953456758584, 35.940393318220885], [-120.34218442893506, 35.943220390778556], [-120.34536242457716, 35.94570623921029], [-120.34916973121094, 35.946857936087916], [-120.35146705651583, 35.94704325928185], [-120.3525498773815, 35.947138037029696], [-120.35337195289509, 35.94778521799672], [-120.35366602438866, 35.94876810048754], [-120.35396774063786, 35.95019319539397], [-120.35429144526093, 35.95249714373564], [-120.35527832472403, 35.95446109452511], [-120.35707940249145, 35.956412947464514], [-120.35820154166562, 35.95837532703546], [-120.35986955788951, 35.960438562971504], [-120.36153044844018, 35.96228207200669], [-120.36238012232252, 35.96391787917175], [-120.36334860242823, 35.965000121523865], [-120.36766837480901, 35.96504644348882], [-120.36904240542688, 35.96612395517345], [-120.37180701568147, 35.968830920695815], [-120.37276657827137, 35.96958626832156], [-120.37616609401091, 35.97052206613882], [-120.37861433439795, 35.971364450162156], [-120.38009959018551, 35.971451538017796], [-120.38144723082465, 35.97121055166101], [-120.38333602979623, 35.971182997668556], [-120.3854878203904, 35.970929820070104], [-120.38683206756107, 35.97068881091868], [-120.3880465154244, 35.97056194123931], [-120.38952786334781, 35.970429179883006], [-120.3918181517747, 35.970174257863555], [-120.39451243508056, 35.97002167707419], [-120.39654361053753, 35.97020926797259], [-120.39776982068962, 35.97074149303726], [-120.39872376093814, 35.97116703400121], [-120.39927363100382, 35.97148745365846], [-120.40008848520002, 35.97169484933804], [-120.40440860556177, 35.97173708783487], [-120.40460464192013, 35.97437209708279], [-120.40906939382089, 35.974742112322694], [-120.41298423292206, 35.974791611011774], [-120.4167672862852, 35.97484254930593], [-120.41986320432027, 35.974464805342535], [-120.42270416833031, 35.97475212512746], [-120.42512559590261, 35.97427245653268], [-120.42782201436316, 35.97423172546932], [-120.43051034470027, 35.97374872615299], [-120.43365993860887, 35.97556775386641], [-120.43652794649046, 35.97695331301845], [-120.43914858814998, 35.97921817514921], [-120.44054549609643, 35.98128634157235], [-120.44494937053008, 35.98473265938658], [-120.45824414790998, 35.99287733378632], [-120.45826186958284, 35.993646345213286], [-120.45880261790779, 35.99363693766228], [-120.45880877005324, 35.99396652895854], [-120.45948677619342, 35.99406531351188], [-120.46471167900944, 35.99794035719627], [-120.47200217072091, 35.99782247925182], [-120.47221638029269, 36.001116530083145], [-120.47450936537834, 36.00096987104762], [-120.47559308333358, 36.00106351506917], [-120.47667675292784, 36.00115439798956], [-120.47896635944919, 36.00100769461172], [-120.4811317240486, 36.00108501997283], [-120.48115386550737, 36.00207377432696], [-120.48131252223307, 36.002950921778385], [-120.4813581110743, 36.0048185116697], [-120.48124295642769, 36.00569908495692], [-120.48126640061, 36.00657792685055], [-120.48128854512383, 36.00756667047418], [-120.48131407521716, 36.00855537620156], [-120.48360935058894, 36.00851839964161], [-120.4860398546413, 36.008479684021225], [-120.48595033794737, 36.010348973755356], [-120.48585877665539, 36.01211113650155], [-120.48607784923762, 36.015624923035396], [-120.48716173308206, 36.01571571499095], [-120.48759176832293, 36.016809233993925], [-120.48828596354333, 36.01756700268246], [-120.48938378918555, 36.0182098040205], [-120.49047610825235, 36.01874003370615], [-120.49170711036639, 36.01927124383188], [-120.4950832588982, 36.01932482793577], [-120.49509717255803, 36.019874111889344], [-120.49969808824649, 36.02012913282441], [-120.50456833107226, 36.0204904613545], [-120.50449321052541, 36.02290904643947], [-120.50841182680627, 36.02284547998904], [-120.50837196132612, 36.02130749679252], [-120.5108211522269, 36.02203728991316], [-120.51287227337032, 36.02299190202627], [-120.51381898149675, 36.022977066132974], [-120.51388578876278, 36.0257235225524], [-120.51594565175955, 36.02712029202573], [-120.51732838650294, 36.02830591373988], [-120.5177405262775, 36.028627560813966], [-120.51855417163789, 36.028724280925616], [-120.51961659868542, 36.02804855596735], [-120.52160304467462, 36.02636643187821], [-120.52282244684763, 36.02645790868971], [-120.52741622526166, 36.02649218184759], [-120.52750750020815, 36.03011747343616], [-120.52746012092675, 36.03374454835393], [-120.53178169544144, 36.0336750211453], [-120.531714190082, 36.03092582487401], [-120.5341737642609, 36.03198469142058], [-120.53716888279507, 36.032923924373534], [-120.53949987690429, 36.034316771386294], [-120.5416847853218, 36.03515926992874], [-120.54360571815488, 36.036334847012036], [-120.54538495087331, 36.037185310013484], [-120.54997937700409, 36.037218711426874], [-120.54994084658544, 36.04106823765231], [-120.55439803358263, 36.04099337128153], [-120.5544905775918, 36.04461864981569], [-120.55881266846552, 36.044545398690914], [-120.56340533764035, 36.04446841432774], [-120.56336305963623, 36.04809821858088], [-120.56346394627202, 36.05178108046112], [-120.56801040322675, 36.051740261383685], [-120.56806680653368, 36.05488247682759], [-120.56800909550735, 36.055377768885165], [-120.56795467843644, 36.056205440422076], [-120.57093841632273, 36.056176926488135], [-120.5725013839548, 36.056164441967134], [-120.57704686875977, 36.05623043811601], [-120.57703043521803, 36.059098896374124], [-120.57710697261882, 36.05953745578666], [-120.57716819946783, 36.06289940791204], [-120.58063035941652, 36.06292198698126], [-120.58157991418936, 36.06285711927175], [-120.58168446450246, 36.064842068831965], [-120.5816413364387, 36.06621907411802], [-120.58272742742948, 36.06621007304167], [-120.58618523636451, 36.066177599977024], [-120.58620652008892, 36.06722406233211], [-120.58892792004642, 36.067585993470544], [-120.59158496732546, 36.068275658336546], [-120.5941191448576, 36.06957409201285], [-120.59536544533488, 36.07077715940121], [-120.59579515630726, 36.072095611560954], [-120.59588423116328, 36.07314116495904], [-120.59086623800302, 36.07335419960774], [-120.59100133800298, 36.07698990307706], [-120.59561467109789, 36.07683725945071], [-120.59537100906503, 36.07832686312624], [-120.59532023891425, 36.07931934701507], [-120.59486904405844, 36.08059195676367], [-120.59195653800523, 36.08083988921068], [-120.59106630801386, 36.08415417175889], [-120.5910764557271, 36.08465131072266], [-120.59087093820764, 36.08818168379928], [-120.59103102494203, 36.08939112160633], [-120.59194698812968, 36.09131298102272], [-120.59265654407854, 36.092905176878126], [-120.59302537567082, 36.09455413598094], [-120.59317989438078, 36.09548891874541], [-120.59100695737605, 36.0955098384573], [-120.5909401596341, 36.09920319319468], [-120.59093767108797, 36.10273084956087], [-120.59222847178006, 36.10277397521902], [-120.59299118566025, 36.103648395421665], [-120.59422671906535, 36.104299412219106], [-120.5953212153218, 36.1046748248782], [-120.59627350456067, 36.104884552828004], [-120.59790287644961, 36.104925815023634], [-120.59986503087583, 36.10468507758584], [-120.6008793950305, 36.10445435509477], [-120.60282910663544, 36.103609313109665], [-120.60431390414479, 36.103042518629216], [-120.60464903494729, 36.10287589235641], [-120.61312604379529, 36.10284611529131], [-120.61311575319279, 36.10234897858143], [-120.61501812824461, 36.10249617643354], [-120.61767204223419, 36.10296554551334], [-120.62640721779931, 36.10232686453557], [-120.64024836628455, 36.10268304637088], [-120.6402553034905, 36.103012640386574], [-120.6408692259052, 36.10322669297804], [-120.64223724701192, 36.104040229933574], [-120.64293631277474, 36.10508006113286], [-120.64350819509836, 36.10667113039285], [-120.64353382805085, 36.10804722750942], [-120.64307871291477, 36.10926513710214], [-120.64275189266027, 36.109983986488565], [-120.6443113127461, 36.10991293656651], [-120.64431135318675, 36.11360545606842], [-120.64444210368146, 36.117073622209894], [-120.6458056064104, 36.11749979805345], [-120.64656442250259, 36.11815414332569], [-120.64705235835159, 36.11880950128896], [-120.64741433227617, 36.12007377654743], [-120.64742493764889, 36.120735757199], [-120.64736188230401, 36.120956426901], [-120.64704332563167, 36.12222740129685], [-120.64665448201609, 36.123057028139954], [-120.64585606300005, 36.124057167152245], [-120.64565757055513, 36.12427970656462], [-120.64471064656979, 36.12434229288912], [-120.6447947474667, 36.1252779875932], [-120.64484158565139, 36.12797804383006], [-120.64479363765876, 36.12891557266018], [-120.64534122813897, 36.12918547574289], [-120.64636172362918, 36.129396614377875], [-120.64798925829068, 36.12932456815781], [-120.6488672986714, 36.12920522630977], [-120.6503535192213, 36.128857639770686], [-120.6513668771704, 36.128571550716835], [-120.65284962938917, 36.1280618658371], [-120.65338668992784, 36.12783459826202], [-120.65365761319525, 36.12783357243778], [-120.65820279192666, 36.12784159966181], [-120.65812506865011, 36.130873086623794], [-120.6582317293261, 36.13302007601085], [-120.6582694996408, 36.135113085384724], [-120.65846537028757, 36.13874517894249], [-120.6582940742712, 36.14263242198534], [-120.66267389587505, 36.14262886894045], [-120.66239938871327, 36.146432397842354], [-120.67156064172956, 36.14633400349647], [-120.67148637039487, 36.1501347438888], [-120.67132396619965, 36.15567034565838], [-120.67031162379784, 36.156332980678044], [-120.66960238948371, 36.15691167384199], [-120.66899304249057, 36.157409280718035], [-120.66685706639811, 36.157496967947985], [-120.66698598781093, 36.16146244327998], [-120.66678650309947, 36.16195702701388], [-120.66588317911867, 36.163445066360076], [-120.66518168705635, 36.1651830316546], [-120.66447631481259, 36.1664237603483], [-120.66438012033332, 36.16683722195837], [-120.66407701900057, 36.16708324443806], [-120.66357700960103, 36.16873870161006], [-120.66276376934763, 36.1687390967452], [-120.65970916430065, 36.16882576731283], [-120.65613503048901, 36.16742775547376], [-120.65389511051863, 36.16710180264438], [-120.65277181706684, 36.16702127051096], [-120.65165541576374, 36.16710549123641], [-120.65043421016853, 36.16752083556771], [-120.64952865892296, 36.16876150343435], [-120.64919881043598, 36.19478678169514], [-120.64492111582354, 36.19462901131835], [-120.6449470743779, 36.198263468351136], [-120.64056416842965, 36.19826908993392], [-120.63139836691813, 36.19811774297814], [-120.63142029560387, 36.201752238831915], [-120.62683724885346, 36.20176009899177], [-120.62692097003227, 36.199115962541526], [-120.62519595050927, 36.20010938755065], [-120.62367604316385, 36.20134999516669], [-120.62297846483689, 36.20349973482256], [-120.6227911064888, 36.205895264624566], [-120.62291070060542, 36.20870420614584], [-120.62353342149976, 36.210440296512715], [-120.62456463718277, 36.212091125168065], [-120.6248733392639, 36.21258693172612], [-120.62548888191235, 36.21316371195441], [-120.62650951316114, 36.21349317904472], [-120.6275318697262, 36.21390503769124], [-120.62948041466856, 36.21580152370924], [-120.62978744365891, 36.216214918769374], [-120.63579704501497, 36.21612416787432], [-120.63570611890101, 36.217444163006505], [-120.63596993030944, 36.22628438906013], [-120.65033374318074, 36.22609694823377], [-120.65106253013617, 36.2281611206302], [-120.65168412280882, 36.2296470801402], [-120.65240165645375, 36.23006021824688], [-120.65291222166351, 36.230308632347274], [-120.6535225711281, 36.23030564609545], [-120.65433820641411, 36.230387712854345], [-120.65535907480341, 36.23055208991951], [-120.65597311190652, 36.230881480257636], [-120.65679238105962, 36.23129317102663], [-120.6575065039259, 36.231703579918154], [-120.65853132755262, 36.23252999443201], [-120.6595559872543, 36.2331888211392], [-120.6606825120494, 36.23401105995965], [-120.66170355769903, 36.23434022918439], [-120.66231765139058, 36.234669581074705], [-120.66323511958882, 36.234752911221584], [-120.66415062492383, 36.234586255047866], [-120.66506965215275, 36.23458438464641], [-120.66588542632512, 36.234828468389374], [-120.66660307855734, 36.23524151843472], [-120.66742096969833, 36.2359004338334], [-120.66783548915534, 36.23672708609546], [-120.66824451995383, 36.237138960370984], [-120.66896412536757, 36.23779923669743], [-120.66978545237458, 36.23845807617804], [-120.67080866681037, 36.23919925225066], [-120.67163022844795, 36.240025674814284], [-120.67244998594883, 36.240766948253494], [-120.67388396250962, 36.24183750123297], [-120.67511399042174, 36.2424136303893], [-120.67705489060906, 36.24323798753893], [-120.67848508775951, 36.24381401255245], [-120.67981140435363, 36.243976625283445], [-120.68123910883699, 36.24380809484567], [-120.68286710696968, 36.2438043089482], [-120.6836925905104, 36.24496028690213], [-120.6841057198488, 36.245869334242705], [-120.68421119190249, 36.24619753332045], [-120.6841135639296, 36.24685829730992], [-120.68391207383993, 36.247108414551526], [-120.68340740430843, 36.247769443318916], [-120.68229258123829, 36.24876329450348], [-120.6822983378539, 36.24934292261445], [-120.6824039682138, 36.24983596452789], [-120.6815924025866, 36.250580987650146], [-120.67997049438148, 36.25165887359143], [-120.67855029154337, 36.252654220979835], [-120.67712806243412, 36.253399573119076], [-120.67550017429645, 36.25373295386944], [-120.67387613568773, 36.254560785420836], [-120.67316799964458, 36.25538945189034], [-120.67287461468219, 36.25720681971449], [-120.6736002650166, 36.258611493144834], [-120.67411877612065, 36.25984875192785], [-120.6745373465727, 36.26116982139074], [-120.67606979886013, 36.2619120100827], [-120.67862728119373, 36.263145239806406], [-120.67975642287546, 36.264217249334465], [-120.6805804479268, 36.2654556564182], [-120.680200724598, 36.2689254112851], [-120.68010231424687, 36.283383307420706], [-120.68012995290486, 36.28702038759942], [-120.68400536033923, 36.2870123219543], [-120.68481983839854, 36.287011785030046], [-120.68484585329111, 36.2905637267375]], "type": "LineString"}, "id": "0", "properties": {"NM_CNTY": "Fresno", "NM_CNTY_2": "Monterey", "SHAPE_Leng": 271329.723953, "__folium_color": "red"}, "type": "Feature"}, {"bbox": [-120.54428604415929, 36.76300094213692, -119.02225999515534, 37.585268129598106], "geometry": {"coordinates": [[-120.54105999219614, 37.04506589073252], [-120.53960251726892, 37.04381551326845], [-120.53901332424127, 37.04262815068175], [-120.53640547696203, 37.04125239892921], [-120.53643309236405, 37.04006261554831], [-120.53690457441436, 37.03450772346495], [-120.53778996539444, 37.0325213135383], [-120.54081383842757, 37.03039205887954], [-120.54311308899686, 37.02972245705183], [-120.54428604415929, 37.02773504036693], [-120.54290918831659, 37.02621995337995], [-120.53964516805524, 37.025242777499784], [-120.53744804058609, 37.02416118878095], [-120.5360253507082, 37.02188570637834], [-120.53698887045833, 37.01970050818106], [-120.5367704159913, 37.018711653067356], [-120.53488011489975, 37.018917159804886], [-120.53201523890148, 37.020415181172595], [-120.52974459053289, 37.019930486526256], [-120.52905239550986, 37.01699181637152], [-120.52943413634395, 37.01431139612559], [-120.5289696703508, 37.01352070052072], [-120.52748655270986, 37.013525865618696], [-120.5233292114149, 37.014103422840044], [-120.51611068840141, 37.010923269738136], [-120.51329632330716, 37.0099424406012], [-120.51042792309364, 37.00830020653457], [-120.50905511519032, 37.00711431772772], [-120.5081982393793, 37.00463908827763], [-120.50818545224756, 37.003812409391145], [-120.50927583539382, 37.00195547293582], [-120.50925999950503, 37.000799196091535], [-120.5072687901766, 36.999681503959316], [-120.50512564384547, 36.99972215970518], [-120.5046336277465, 36.99995633545393], [-120.50398542328568, 37.000785809296254], [-120.50340922670458, 37.00091939812542], [-120.50245824088118, 37.00062640372152], [-120.50249154450222, 37.00022768133144], [-120.50317654805573, 36.99900218940689], [-120.503908413651, 36.998072782770535], [-120.50307384231549, 36.99725092015353], [-120.50150109235246, 36.99685857805807], [-120.50133288935235, 36.996662902688406], [-120.50070458307371, 36.99570384173036], [-120.50061036214083, 36.994911152847436], [-120.5009291732544, 36.994050104073395], [-120.5014478818727, 36.9927278200767], [-120.50152012238448, 36.99186712024796], [-120.5005816698343, 36.9892253014381], [-120.49987883981926, 36.98602014969895], [-120.50036522265489, 36.9853245696293], [-120.49989753917222, 36.98416846277749], [-120.49854497032796, 36.981529063628805], [-120.4983761135715, 36.98129768571336], [-120.49829283059307, 36.98106523121132], [-120.49538114220545, 36.97906060498611], [-120.49478709078029, 36.97773848223871], [-120.49480980051965, 36.976087274240314], [-120.49447149704585, 36.975591541574744], [-120.49384822125384, 36.97523122165234], [-120.49248800246134, 36.97500368707237], [-120.49129064028894, 36.97487575994485], [-120.48889164315175, 36.97422159662571], [-120.48693421952838, 36.97267463532924], [-120.4844868702881, 36.97146060872753], [-120.48409427614415, 36.96974312090505], [-120.48625372690155, 36.96775226471996], [-120.48763022085055, 36.967235231480046], [-120.48758377462251, 36.96518656498984], [-120.48560739125863, 36.96406285254865], [-120.4838766896261, 36.96307341444188], [-120.48271727491459, 36.96046166065443], [-120.48007662771985, 36.95825002555641], [-120.47825537873456, 36.954316869665014], [-120.47775297976885, 36.95203757644571], [-120.47852825225478, 36.94998975014033], [-120.4782374574513, 36.94857039998979], [-120.47843671868662, 36.947183465270946], [-120.4774053964193, 36.94569633245693], [-120.47612543718523, 36.943912836219475], [-120.475168963284, 36.94096886030146], [-120.47434085008176, 36.93918526940511], [-120.47133610805169, 36.93792564334076], [-120.46862570722053, 36.93756059720634], [-120.46705873164798, 36.93650023503003], [-120.46507763893152, 36.93309624377289], [-120.46185614749723, 36.92796851304312], [-120.45995902108436, 36.92608250029103], [-120.45769627143379, 36.924758544037104], [-120.45666575171599, 36.92327671831245], [-120.45760962581384, 36.92198788095507], [-120.45896569552242, 36.92078740856595], [-120.46007170672804, 36.920114647337776], [-120.46114918319962, 36.91920049377949], [-120.46179385753287, 36.918016904948644], [-120.4615322704751, 36.916671317280475], [-120.46057944843675, 36.91621870636898], [-120.45717415257053, 36.91488394366032], [-120.45474150561726, 36.91450697022095], [-120.4531535257412, 36.91429275731471], [-120.45165470249671, 36.91372582670695], [-120.45079398938294, 36.912527579384246], [-120.45078149237546, 36.9111377480194], [-120.45109695552274, 36.90990601752047], [-120.45190193144765, 36.90905567206193], [-120.45347767025284, 36.907902040415806], [-120.45431538948358, 36.906433214223526], [-120.45613876837925, 36.905174892070185], [-120.46029361738118, 36.905833022347295], [-120.46144448699874, 36.90573381722131], [-120.4631724065582, 36.90539955543558], [-120.4637299010212, 36.904675765496734], [-120.46362757765921, 36.90397103649888], [-120.46112559479289, 36.90244679350735], [-120.46119754273379, 36.90119052450611], [-120.46313989858825, 36.89900490309699], [-120.46458803979962, 36.894756794083534], [-120.4664896639799, 36.892241963529315], [-120.466093697859, 36.88904653528638], [-120.46505733170548, 36.88760055231617], [-120.46377700162118, 36.88645148078413], [-120.45995606675596, 36.88531418317088], [-120.4589220661809, 36.88416479840957], [-120.45546593089405, 36.88259712488808], [-120.4542561063798, 36.88009829858425], [-120.4544133550342, 36.87937117219667], [-120.45661244560533, 36.87794345127541], [-120.45755140492048, 36.877508974502135], [-120.45815997574108, 36.87678184115148], [-120.45843294046236, 36.87594936495536], [-120.45840399848808, 36.87594377068388], [-120.45774151543745, 36.8749052244485], [-120.45703158503474, 36.8742490847629], [-120.45632482277819, 36.87376047595705], [-120.45525314036215, 36.873501554800136], [-120.4533908145704, 36.87301873725309], [-120.45190516542965, 36.87256427716258], [-120.4512018614451, 36.87243820642208], [-120.45057963533675, 36.872077646137356], [-120.45028002648347, 36.871419246041185], [-120.45022719067558, 36.870428207503515], [-120.45037298123505, 36.8692726892438], [-120.45072789918444, 36.86814759942104], [-120.45133020100903, 36.867088181815234], [-120.45189550531528, 36.866424781119235], [-120.45233587781107, 36.86566401037639], [-120.4528619670272, 36.86509722374204], [-120.45334954986572, 36.86466551712652], [-120.45404475691394, 36.86436588378834], [-120.45466035977101, 36.86419632281804], [-120.45483024921168, 36.86410358852365], [-120.45497408594616, 36.86379144623646], [-120.4551552767625, 36.86288546917233], [-120.45387166646216, 36.86153304619079], [-120.45218439069058, 36.86034483948375], [-120.45113154594277, 36.86015327676819], [-120.45080735976092, 36.86019946821371], [-120.44953303370836, 36.860970346437625], [-120.44817384535061, 36.8605005766298], [-120.44759610681801, 36.859408754489074], [-120.44684187908874, 36.85856629525155], [-120.44577243305869, 36.858049046794044], [-120.44396699273393, 36.85711213557452], [-120.44332602109156, 36.856617143018944], [-120.44310561281198, 36.856540164563455], [-120.4397644858043, 36.85613263238408], [-120.43878323322029, 36.855941157403606], [-120.43816645636498, 36.85567936464926], [-120.43759789480384, 36.8548868060358], [-120.4368895394647, 36.854296464397194], [-120.43676661251997, 36.85356997552906], [-120.43718137112461, 36.85289746606844], [-120.43736621007065, 36.85272767554026], [-120.43789683059421, 36.85258669370217], [-120.43863019393861, 36.85122084150288], [-120.4383736397744, 36.850660788283086], [-120.4378765590523, 36.850400294276525], [-120.43709605892872, 36.850338249941125], [-120.43619648009042, 36.85067319952519], [-120.43525588803537, 36.85100864017068], [-120.43467706632069, 36.85094690932544], [-120.43352068560792, 36.850523991818775], [-120.43277139644343, 36.84993411250869], [-120.43093505367183, 36.84786559429197], [-120.43042859535272, 36.846912933187234], [-120.43000838947746, 36.84618724251569], [-120.42983458255421, 36.845661889515796], [-120.43011690172507, 36.84509140997354], [-120.43009690191361, 36.845062647959026], [-120.42926677660147, 36.84397924824902], [-120.42769907356437, 36.8429321119587], [-120.42764818264116, 36.84184489624314], [-120.42649228670612, 36.840699428835585], [-120.42509199717307, 36.84001287682508], [-120.42271452048351, 36.83989558635641], [-120.41971743329167, 36.839351569551354], [-120.4180423659855, 36.8365419834978], [-120.41677005951733, 36.83537308343779], [-120.41376274430904, 36.83630969090624], [-120.4136471439057, 36.83652807701667], [-120.41216055850803, 36.83839713460243], [-120.41113343484912, 36.8390438187692], [-120.4097593261125, 36.8390325436852], [-120.40900621851816, 36.83821730765216], [-120.40870542222078, 36.83653142391236], [-120.40830140426264, 36.83443195788625], [-120.40432830668071, 36.82906699745946], [-120.40367461292524, 36.82563263302987], [-120.40345809077081, 36.82443746854919], [-120.40077298065589, 36.82259271100751], [-120.39977787564327, 36.822173077088394], [-120.39720100275926, 36.824029985924824], [-120.39678627069944, 36.8254687855466], [-120.3970979887248, 36.82645407647742], [-120.39681294580114, 36.82713043413781], [-120.39615047691277, 36.827344192324865], [-120.39513752149702, 36.8270730650947], [-120.39476523771313, 36.82632746369709], [-120.39482405645903, 36.82466756737299], [-120.39356705123092, 36.82336913714596], [-120.39162686951315, 36.823026374415434], [-120.3889668623017, 36.82350505990532], [-120.38768137520198, 36.82327549191114], [-120.38575210031786, 36.82239683264613], [-120.3848390041953, 36.82197337155527], [-120.38386419301212, 36.820394123285624], [-120.38124548577429, 36.818597614614234], [-120.37965591278905, 36.8170254270192], [-120.37880128890045, 36.815279921657584], [-120.37803912762939, 36.809528169817334], [-120.37666814872156, 36.808513821659524], [-120.37531153047684, 36.80849371409435], [-120.37167917010562, 36.80998311910951], [-120.36936858512236, 36.80934206722135], [-120.36850897375042, 36.80729712550075], [-120.36820092369457, 36.80610843279225], [-120.37104869289877, 36.8044962687546], [-120.3732424081913, 36.80318548105523], [-120.37396765217386, 36.802284367342395], [-120.37440437545344, 36.80148819998645], [-120.37403463318978, 36.79914097311129], [-120.37315465829299, 36.798255550642125], [-120.37190347283199, 36.79723976459475], [-120.37055914658463, 36.79540092982237], [-120.3701574979936, 36.793749058025135], [-120.37059406657265, 36.79275237588355], [-120.37159329876518, 36.79132068714313], [-120.37282177541339, 36.78876282404547], [-120.37320680877801, 36.787368396298994], [-120.37263464010807, 36.78515534762517], [-120.36828034655383, 36.785164055243534], [-120.3657792136739, 36.78548383553849], [-120.36283948105192, 36.786303036319275], [-120.35661822811333, 36.78754952290118], [-120.35402634144904, 36.78737562065043], [-120.35307113572262, 36.786853512270454], [-120.35153300191966, 36.785807798755776], [-120.35021189437477, 36.78525683541163], [-120.34782032299309, 36.784814073643204], [-120.34568670193126, 36.78486557538664], [-120.34428601048512, 36.78699656023877], [-120.34500166421452, 36.788081831809954], [-120.34777482121662, 36.789248317543475], [-120.34874101871283, 36.790399420645244], [-120.34950119781712, 36.79168195294841], [-120.34977022265932, 36.79300298867429], [-120.35124393367396, 36.795043874446], [-120.35167163064388, 36.79586590466134], [-120.35148351926085, 36.79682674745759], [-120.35087928463744, 36.797627464053264], [-120.34974050075583, 36.79833258218089], [-120.34916843320647, 36.798435181403526], [-120.34793379317915, 36.798347467739816], [-120.34715105772618, 36.79812278662816], [-120.34635858615198, 36.7975356033732], [-120.34614500689567, 36.79704079529636], [-120.3461859423171, 36.794688871908114], [-120.34521453677168, 36.793043343223026], [-120.3441162326742, 36.791366260836675], [-120.3429567289255, 36.79087932751656], [-120.34086912497271, 36.79122965038866], [-120.3371099347731, 36.792485938840386], [-120.3356744929397, 36.79263109351502], [-120.33451843716912, 36.792144041117126], [-120.33382503648292, 36.790165671422784], [-120.3345088505676, 36.78685060830625], [-120.33514844401257, 36.785917719091586], [-120.33545908530968, 36.784922563714716], [-120.33507026068006, 36.783767652224526], [-120.33300547367205, 36.78305723956885], [-120.33231062398106, 36.783361658200846], [-120.32938489190504, 36.78520727558948], [-120.3284896877479, 36.78557983361409], [-120.32419731321438, 36.786808669130565], [-120.32337548603446, 36.786683162987146], [-120.32195617593487, 36.785372049900054], [-120.32250317990002, 36.783811174049255], [-120.32372055169225, 36.78290766442591], [-120.32438363870597, 36.78094993042482], [-120.32440698126604, 36.77992227746699], [-120.32265603648214, 36.778384086854494], [-120.32215638591963, 36.77792261557549], [-120.3201373621076, 36.77767571856269], [-120.31698410971634, 36.778199464325354], [-120.3164127564197, 36.778337618683885], [-120.31490627033875, 36.779109627354146], [-120.31438266656912, 36.77964556994969], [-120.31464146537343, 36.780403648531916], [-120.31437098370836, 36.781365343601664], [-120.31388771728889, 36.78186511495547], [-120.31290767676111, 36.78227145533525], [-120.31142631816324, 36.78211739387549], [-120.30880382898184, 36.780121569186164], [-120.30522106746359, 36.779490459120325], [-120.30092389022708, 36.7780044472562], [-120.29996979884659, 36.77731708340349], [-120.29954219344344, 36.77646190969595], [-120.30036364370115, 36.77393944317387], [-120.30516132487249, 36.773535543805735], [-120.3064999815921, 36.772531984655785], [-120.30684966730959, 36.77140462344678], [-120.30654606713347, 36.77041351601929], [-120.3062912814092, 36.76988611979949], [-120.30476252989929, 36.76933692475004], [-120.30221734247112, 36.76945808064076], [-120.29958208262607, 36.77153054808335], [-120.29692623152874, 36.772182966416864], [-120.29581492791944, 36.77209063453149], [-120.29347958988696, 36.77231096236164], [-120.29202945766495, 36.771560222999874], [-120.29181122496115, 36.770966473422966], [-120.29213576004635, 36.770567389517915], [-120.29282391695651, 36.77006548722387], [-120.2935110243204, 36.76929712834167], [-120.29398092715526, 36.76820146562969], [-120.29415336097419, 36.76687828000374], [-120.29322642837604, 36.76453958911279], [-120.29251097512685, 36.7638166194507], [-120.2919228876597, 36.763358726836096], [-120.29096774091022, 36.76300094213692], [-120.28998462629455, 36.76301155809471], [-120.28912312652207, 36.763149961065395], [-120.28831277340774, 36.76348834078029], [-120.28793212232647, 36.76461598107705], [-120.28792074731513, 36.765775349289804], [-120.28941214085634, 36.76777834188705], [-120.28938342230627, 36.77055590353007], [-120.28911211627693, 36.77148458070399], [-120.28834850589794, 36.772583386867005], [-120.28729487164975, 36.77328698131385], [-120.28700687335217, 36.7734219394169], [-120.28635521667377, 36.77365970741635], [-120.28549469656444, 36.7738640017171], [-120.2839733067057, 36.773547962591586], [-120.2828532328999, 36.772928167378964], [-120.28256093278462, 36.77259891027802], [-120.28251502839868, 36.77230272857709], [-120.28259253514929, 36.772035433586915], [-120.28314467320733, 36.77074115496426], [-120.28317961563702, 36.77037817016205], [-120.28313147449089, 36.76994739701496], [-120.28236916043426, 36.768661729428295], [-120.28199267345278, 36.76840204828791], [-120.28099489933999, 36.76794574975505], [-120.28054263046006, 36.76785170438657], [-120.27997234297177, 36.768052846207176], [-120.27883798888634, 36.768625384130345], [-120.2775719334481, 36.76887516393667], [-120.2768193251225, 36.769201864384186], [-120.27633835842879, 36.769643770783276], [-120.27592406977085, 36.770194852319406], [-120.27544239902129, 36.77080159477798], [-120.27454689448847, 36.77240167273403], [-120.27392703996053, 36.77311976155113], [-120.27337589140777, 36.77344978090721], [-120.27289713093354, 36.77361420452757], [-120.27241652019293, 36.7736660219183], [-120.27152520877489, 36.77366176824529], [-120.2708401912145, 36.77332842108516], [-120.26974857439384, 36.772771386487825], [-120.26885684099197, 36.77232484635342], [-120.26817275541123, 36.772046417587184], [-120.26755718771469, 36.771989759354504], [-120.26680341517982, 36.77204170345529], [-120.26488037800733, 36.772421926654864], [-120.2637844290565, 36.77263953969639], [-120.26296052360105, 36.772579572493925], [-120.26145528330592, 36.77240866267731], [-120.26035731525454, 36.77229387982853], [-120.25940003861061, 36.77201278808809], [-120.25768955533012, 36.771398973779654], [-120.25590846034585, 36.77106058942326], [-120.25508640746936, 36.7711131724079], [-120.25440022571722, 36.77133189837239], [-120.25405547392512, 36.771549779688215], [-120.25212606142163, 36.774696106053554], [-120.25130014410989, 36.77535579819154], [-120.2506821859123, 36.775573781650714], [-120.25013507725542, 36.77573882918484], [-120.24951785842684, 36.77579197357673], [-120.24876225052739, 36.77573394319099], [-120.24801076172051, 36.775508299018206], [-120.24725660942343, 36.77511785189847], [-120.24684978374978, 36.77445457450752], [-120.24671196860689, 36.77395605388285], [-120.24665287936344, 36.771355246165534], [-120.24651613584344, 36.77113416287584], [-120.24603790765306, 36.77091114733841], [-120.24542147898688, 36.77079945015714], [-120.2419288717294, 36.77061877887821], [-120.2409676598239, 36.77072490958184], [-120.23952664651227, 36.770720636441354], [-120.23870441219032, 36.77055060508224], [-120.23740399284544, 36.77015751342247], [-120.23630923909343, 36.76960021171614], [-120.23507969863803, 36.76915416839569], [-120.23377766216709, 36.76887094173779], [-120.2325440901768, 36.76881224727228], [-120.23110495528503, 36.7691374917511], [-120.23048467022224, 36.769852613940834], [-120.2302775150002, 36.77035194981301], [-120.23034347960842, 36.7708484853148], [-120.23191270040013, 36.77268106147126], [-120.23232193204872, 36.773289427245636], [-120.23266214655743, 36.774066071508685], [-120.23293252555185, 36.77517307473394], [-120.2328461175082, 36.77959665543165], [-120.23263890876541, 36.780093250489344], [-120.232361745764, 36.78070045045841], [-120.23132837173353, 36.781856605808784], [-120.23105363849298, 36.78218906942799], [-120.23064048089527, 36.782407592646294], [-120.23036561984324, 36.782517555017456], [-120.23002333186626, 36.7826831533674], [-120.22975008146815, 36.782680474672034], [-120.22460838833682, 36.78277171764573], [-120.22295993048964, 36.783483587514745], [-120.22213690872168, 36.78370078101064], [-120.22138141286314, 36.78408483569034], [-120.22062509525523, 36.78463372333946], [-120.21952259325448, 36.78640031501421], [-120.21930647847866, 36.788501224841774], [-120.21896083947557, 36.7891063445911], [-120.21848033843142, 36.78982272022476], [-120.21738154956145, 36.79031737949176], [-120.21662587312052, 36.790478904184525], [-120.21607685594581, 36.790533937376324], [-120.21539115085876, 36.790584868817625], [-120.21491120798989, 36.79047162301848], [-120.21374803130739, 36.78991481199445], [-120.21251660948825, 36.78957843645328], [-120.21107516351461, 36.78935131953897], [-120.20950222010761, 36.78923263928656], [-120.20888314454979, 36.78917572117481], [-120.20847243990595, 36.78933919927769], [-120.20702949404608, 36.79010645486102], [-120.20654707555376, 36.79027064648145], [-120.2059997606824, 36.790435497718434], [-120.20504081550585, 36.79048637612831], [-120.20421590670178, 36.790371074787295], [-120.20360107575269, 36.790149263027196], [-120.2026420196789, 36.78953534871059], [-120.20237129448955, 36.78925787569835], [-120.20209714975408, 36.78876068319422], [-120.20203302527236, 36.78837125073266], [-120.20258945103164, 36.786162561839035], [-120.20273016944434, 36.784892036119935], [-120.20259938542576, 36.78395112825225], [-120.20198450948874, 36.78328429897578], [-120.19679040577437, 36.77977905283428], [-120.19624308439684, 36.77949883971136], [-120.19555832504058, 36.77938482561173], [-120.19411968137075, 36.77910252625826], [-120.19370983859402, 36.77887862264581], [-120.19316172968063, 36.778546213183525], [-120.19282019966961, 36.778101864132225], [-120.192407828276, 36.77771315797147], [-120.19151564031046, 36.77743361467853], [-120.19055515424823, 36.77737451096969], [-120.1897995752736, 36.77731610755459], [-120.18911229851918, 36.77747952851638], [-120.18863417153553, 36.77769854770974], [-120.18815260366961, 36.778137357037615], [-120.18780852356089, 36.77841273475791], [-120.18670962930958, 36.77934664427823], [-120.18643552733083, 36.779953695837904], [-120.18609139547645, 36.78044882733864], [-120.18547149023391, 36.781221389686266], [-120.1849224348719, 36.78171579758038], [-120.18368262398451, 36.78259613047323], [-120.18306440522588, 36.78303628055468], [-120.18258449711527, 36.783587683258716], [-120.1823043573884, 36.7842497264566], [-120.18230168254298, 36.785189224684], [-120.18236817909742, 36.785963225834244], [-120.18236213385563, 36.78668299366391], [-120.18222198158841, 36.787566163047245], [-120.18125777807842, 36.78905632858567], [-120.18077266665979, 36.78971765079215], [-120.18029006171028, 36.790766272484106], [-120.1798083663797, 36.791205052670584], [-120.1795316596311, 36.79142479661497], [-120.17822501837766, 36.792193102591426], [-120.17794918348922, 36.79247051976126], [-120.17774328191446, 36.79285437715688], [-120.17450083998769, 36.797045215752256], [-120.1731850286005, 36.79991500324003], [-120.17290453283394, 36.801461560746354], [-120.17249013426898, 36.80228971725496], [-120.17187078255354, 36.80289462753734], [-120.17042813576892, 36.80349661497327], [-120.16967135106125, 36.803825416691105], [-120.16877878420881, 36.803985231770746], [-120.16727331394378, 36.80314837415785], [-120.16549181778612, 36.803031151050504], [-120.16439986108806, 36.80197596703821], [-120.16406004922092, 36.801641391849984], [-120.16228058467418, 36.80074945291114], [-120.16180164953512, 36.80024867078633], [-120.16016346879289, 36.798525734871156], [-120.15639973308367, 36.79696070936666], [-120.15379015152199, 36.798331940177896], [-120.15089612609654, 36.80124965735317], [-120.14779904318115, 36.803391859340536], [-120.14724969008103, 36.80366358795883], [-120.14195544889033, 36.80623874052708], [-120.14030734803818, 36.8070593254652], [-120.13927792288649, 36.807442727971015], [-120.1360494456663, 36.80858871977629], [-120.13281987879436, 36.80989944817504], [-120.12993206423964, 36.81099259216079], [-120.12958643736553, 36.811652385035224], [-120.12862360380615, 36.81192518819045], [-120.12766253294201, 36.81208533491558], [-120.12711768002758, 36.811972350227016], [-120.12629626502462, 36.81163672290433], [-120.1237557688949, 36.8119573010082], [-120.121627623524, 36.81244426667244], [-120.1204587440998, 36.81288099893349], [-120.11017228457398, 36.81266379210254], [-120.1097604581441, 36.81277200148698], [-120.10907347999984, 36.812989890678935], [-120.10776888320179, 36.81326019882421], [-120.10680932692165, 36.813530043803375], [-120.10612233492733, 36.8137479213181], [-120.10570948904801, 36.814023685274854], [-120.10440356803413, 36.81468128856908], [-120.10344034224114, 36.8151736440624], [-120.10124050890825, 36.816158105789235], [-120.10041388664291, 36.81664918080614], [-120.09958835782302, 36.81697816651378], [-120.09897041293274, 36.81725030610431], [-120.09807572799862, 36.81752223351865], [-120.09718630149901, 36.817684225108415], [-120.09684119306714, 36.81768189597765], [-120.09629160413748, 36.81795613819517], [-120.09519162833273, 36.81844968185275], [-120.0949164000585, 36.81855658543938], [-120.09443515668953, 36.81883294223317], [-120.09340267286365, 36.81926816100489], [-120.09257785727775, 36.81965203553544], [-120.09237175801347, 36.81981599090957], [-120.09078908245917, 36.82097041530715], [-120.08844931172374, 36.822230612243466], [-120.08762412814025, 36.82283420844212], [-120.0851489469436, 36.82370549982674], [-120.0845984949545, 36.8239247544581], [-120.08226441752949, 36.824629888457096], [-120.08047739607042, 36.82511853006034], [-120.07944772948288, 36.825278905879074], [-120.0785550597164, 36.82521828347316], [-120.07780251933205, 36.825159143922384], [-120.07697853080398, 36.82487813645932], [-120.0764324414396, 36.82443255457821], [-120.07630170501238, 36.82387885384415], [-120.07623591824449, 36.82332730504575], [-120.0758956295212, 36.822937555087265], [-120.07507576913542, 36.82221423553233], [-120.07425622566348, 36.82126841483444], [-120.07398729659837, 36.82060331758353], [-120.07343899948562, 36.81999566960085], [-120.07302547081753, 36.8194966911049], [-120.07254511730842, 36.819105438852695], [-120.07213545854533, 36.81888386082255], [-120.07124101760358, 36.818935829462355], [-120.07055573587317, 36.81904085512515], [-120.06952460714605, 36.819091286642916], [-120.06911116652427, 36.81908948977334], [-120.06842515026233, 36.819142321060944], [-120.06759865528696, 36.81941340780011], [-120.06698138367007, 36.81974305817473], [-120.06608655520293, 36.820014744354516], [-120.06505844421325, 36.82028486835147], [-120.0634073274633, 36.8212142923656], [-120.0606275300034, 36.82256026274353], [-120.05837903605334, 36.82353886407019], [-120.05696363957091, 36.823977158427105], [-120.05499366526158, 36.82409069792896], [-120.05329085196394, 36.82400131755378], [-120.05218718828374, 36.82375007709964], [-120.05119107538088, 36.823366021958606], [-120.04585125838042, 36.82014123200268], [-120.04410363060808, 36.819258250825015], [-120.04129693712797, 36.81685991174076], [-120.04037371269382, 36.816296586777256], [-120.03935127015816, 36.815975838815845], [-120.0385544624855, 36.81591958501355], [-120.03667749157516, 36.81658414845293], [-120.03496118524984, 36.817002817571534], [-120.03302045544771, 36.81724758840025], [-120.0293915504812, 36.81797660620313], [-120.02780518687793, 36.81815231953715], [-120.02690685522703, 36.81842649231103], [-120.02585036927358, 36.81888331181815], [-120.02458539356222, 36.81985009237413], [-120.02282674779349, 36.8217557460248], [-120.02043041033518, 36.82450667406906], [-120.01838014881326, 36.82579048344178], [-120.01442164087739, 36.82773871718656], [-120.0111614737482, 36.82901615297503], [-120.01023448236401, 36.82920252761235], [-120.00782130296164, 36.82914594381827], [-120.00633362167216, 36.828787611847325], [-120.00456008484912, 36.82825585309957], [-120.0037347204994, 36.82811169029319], [-120.00258334168373, 36.828124077550505], [-120.00137820017954, 36.828205582285], [-119.99435323663823, 36.829305391231664], [-119.99291399424183, 36.829787105060745], [-119.99194051860087, 36.83035008028601], [-119.99124608231276, 36.83108928505341], [-119.99106663053082, 36.83254941655027], [-119.99161973982909, 36.83517092024386], [-119.99160661788224, 36.835745143376734], [-119.99050063626008, 36.83664159211467], [-119.98870899314545, 36.83737065086558], [-119.98674213592685, 36.83883182435868], [-119.98517019377502, 36.83964416315572], [-119.98400007297703, 36.84007684412884], [-119.9824655622914, 36.84007574617773], [-119.98138924091171, 36.839823634930816], [-119.98033798925805, 36.83939275817753], [-119.97725228491709, 36.83753089431514], [-119.97509919165428, 36.835900325618255], [-119.97448426417198, 36.835375186370094], [-119.97309178232862, 36.834705297146726], [-119.9712716236081, 36.834264121253526], [-119.96975573979331, 36.83410338198122], [-119.96651863403001, 36.83403074442168], [-119.96392478038193, 36.834568142372795], [-119.96324365174058, 36.83475493516955], [-119.96079794583731, 36.8356674032913], [-119.95885922080772, 36.8361307346396], [-119.9582257328473, 36.83602869316531], [-119.9569029717782, 36.83573438983922], [-119.9559586543152, 36.835368368943115], [-119.95516116793331, 36.835267622859625], [-119.9546356481672, 36.835052064162966], [-119.95240767858729, 36.83478692349469], [-119.95179749737642, 36.83490990962802], [-119.95073000567297, 36.83452834642253], [-119.94902370820961, 36.83444303202297], [-119.9469330757102, 36.83422614137461], [-119.94610364216544, 36.834584324814045], [-119.94536066975522, 36.83446934948042], [-119.94377793784766, 36.83442692970669], [-119.94065562069409, 36.83479768452916], [-119.93918347103788, 36.835384220654674], [-119.93917980423959, 36.83577830862551], [-119.93858307924397, 36.835876966502084], [-119.93729542625655, 36.8368790019109], [-119.93675059716054, 36.83686955779715], [-119.93621748212942, 36.83725411169509], [-119.9356580874947, 36.837875784305595], [-119.93480307902168, 36.83962026277683], [-119.93445319243885, 36.8403341238946], [-119.93369983035875, 36.84006227792652], [-119.93381395360794, 36.840673665778134], [-119.93252481096542, 36.842646454264866], [-119.93283135320347, 36.84344383403983], [-119.93247962188279, 36.84389478837115], [-119.93249694544643, 36.843940635782644], [-119.93261875076833, 36.844121661035004], [-119.93268740125129, 36.84428800139671], [-119.93270433635365, 36.84441628316194], [-119.93265284007644, 36.844538916658536], [-119.93253170033306, 36.844695744944204], [-119.93223667466924, 36.8448868958841], [-119.93206297303605, 36.845077780557276], [-119.93197547699314, 36.845191085888445], [-119.93154307448808, 36.84589352517034], [-119.93122994581607, 36.846284644427456], [-119.93072540261501, 36.846674502826396], [-119.93046570430842, 36.84682073442487], [-119.9300674736219, 36.847099203968305], [-119.92991023347291, 36.84723914796248], [-119.92970197769843, 36.847542228738014], [-119.9292499901786, 36.84789803037618], [-119.92878105959078, 36.84812485602907], [-119.92808649599293, 36.84848940195375], [-119.92801594708726, 36.848500581917406], [-119.9279770173403, 36.848536831813064], [-119.92756408497766, 36.848874924375444], [-119.92743305361557, 36.84892882029214], [-119.92716971217614, 36.84893086300584], [-119.92609566469405, 36.849044948666005], [-119.92503954330023, 36.84882398647883], [-119.92457806093279, 36.84877467634098], [-119.9241387395089, 36.84874282404775], [-119.92396254152561, 36.84869131122792], [-119.92376376836806, 36.84858708790375], [-119.92347658771075, 36.84843067695086], [-119.9230803081781, 36.8483279780581], [-119.92261819916864, 36.848225790438455], [-119.92239706550032, 36.848086493579466], [-119.92219724320506, 36.847894151724816], [-119.92195079500857, 36.84747302915134], [-119.92170119149573, 36.846787542004776], [-119.92159321913066, 36.8466517130459], [-119.92121244202474, 36.84656140515977], [-119.92072524978866, 36.84640447135691], [-119.92048266644792, 36.84626761889035], [-119.92029121054331, 36.84611871180328], [-119.92004858942569, 36.845979113716226], [-119.9195283452767, 36.8457722951735], [-119.91940660253664, 36.84573752000425], [-119.91921557407647, 36.84562431317928], [-119.91865896273424, 36.84523372978457], [-119.9184851366908, 36.845130002621126], [-119.91831199871298, 36.84508463568496], [-119.91798318777016, 36.845024672457384], [-119.91695738452026, 36.844982416665296], [-119.91660997975154, 36.84493906970657], [-119.91633325428934, 36.84494805475484], [-119.9160901727144, 36.844912153367204], [-119.91574179433803, 36.84493061335129], [-119.91478777034123, 36.845034058044014], [-119.9143021045285, 36.84514764615354], [-119.914094044824, 36.84518288874868], [-119.91327730910552, 36.8451905047476], [-119.91294659840925, 36.84525895041755], [-119.91273823733886, 36.845268782923135], [-119.91213122727662, 36.8453819215079], [-119.91192345684179, 36.84544187690709], [-119.9116448455973, 36.845580657884334], [-119.91138431915965, 36.8456595566834], [-119.9112462089311, 36.84568532836099], [-119.91089951865094, 36.845703074612096], [-119.91074292634042, 36.84575577537584], [-119.91049914959743, 36.84580569655755], [-119.9095970617309, 36.84611128481967], [-119.90928457482228, 36.84627640928573], [-119.90881456949894, 36.84656154007377], [-119.90865890107997, 36.84669251037001], [-119.90845135748079, 36.84691726338184], [-119.90834675463542, 36.847177637503464], [-119.908346193139, 36.847274467603235], [-119.90827605621641, 36.84755930303327], [-119.90820743365329, 36.847681369902546], [-119.90787688557654, 36.84805538966994], [-119.90766958146581, 36.84844632898539], [-119.90747833537402, 36.848749934112526], [-119.90735703173988, 36.84889780401131], [-119.90690593509663, 36.84933935365859], [-119.90652448791252, 36.84959976030241], [-119.90633212171822, 36.84980860361495], [-119.90615874133009, 36.8500337854723], [-119.90600317674009, 36.8503206402126], [-119.90589863926547, 36.85044159898443], [-119.90503010675404, 36.851137634914416], [-119.90463082851436, 36.851336373840994], [-119.9043706708126, 36.85144890019264], [-119.90402336219809, 36.85156208502097], [-119.90324289036685, 36.85175339604718], [-119.90292884188564, 36.851788042681655], [-119.90260033023506, 36.85190108677669], [-119.90230367073849, 36.85196101043054], [-119.90192265089674, 36.85196868977414], [-119.90166320577849, 36.85199605675396], [-119.90141850525653, 36.85196905494961], [-119.90119403505298, 36.85191855932738], [-119.90100261925724, 36.85191794286862], [-119.90067247627148, 36.85189090214788], [-119.90041271293912, 36.85189148634522], [-119.89987318549123, 36.85208233283927], [-119.8996300219095, 36.852186479481844], [-119.8994749965789, 36.852229538655486], [-119.89904112308771, 36.85224722033454], [-119.8985721602724, 36.85218757174327], [-119.89855365939924, 36.85218812714673], [-119.89680259085208, 36.85271881674916], [-119.89658979032144, 36.8525291795321], [-119.89612458963202, 36.85260354866073], [-119.89595127151122, 36.852543039585846], [-119.8958797955848, 36.85242134419204], [-119.89582830351274, 36.852255541694326], [-119.89568561997602, 36.85219267677641], [-119.89553573935922, 36.852173761638376], [-119.89516986403035, 36.852213782157385], [-119.89495963889465, 36.852212604737396], [-119.8947343469659, 36.85223832936554], [-119.89411017363736, 36.85220385680476], [-119.89362423320252, 36.85215324297923], [-119.89329358339766, 36.851935278635864], [-119.89315867541913, 36.851873820654205], [-119.89312513866787, 36.85186958778142], [-119.89314264823219, 36.852292697811805], [-119.89308629417333, 36.85226266221147], [-119.89302928982855, 36.852233408267296], [-119.89297165911911, 36.852204968242454], [-119.89291342771895, 36.85217733203125], [-119.89285459027057, 36.85215052130132], [-119.89279519499847, 36.85212453659285], [-119.89273523648248, 36.85209939416693], [-119.8926747416217, 36.85207509292065], [-119.89261373075406, 36.85205164621916], [-119.8925522196177, 36.852029057549004], [-119.89249022840454, 36.85200732765978], [-119.89242777755656, 36.851986478927934], [-119.89236487604222, 36.8519665112858], [-119.89230155748787, 36.85194742358047], [-119.89223782209999, 36.85192923383351], [-119.89217371122868, 36.85191193002027], [-119.89210923298143, 36.851895534609305], [-119.89204440859804, 36.851880042034466], [-119.89197925171936, 36.851865468414815], [-119.89191379138195, 36.85185180362], [-119.89184804681214, 36.851839061925205], [-119.89178204046462, 36.851827245866005], [-119.8917157857092, 36.85181634813271], [-119.89164930299731, 36.85180639200327], [-119.89158260795178, 36.85179737105247], [-119.8915157352675, 36.851789279614124], [-119.89144869067346, 36.8517821284594], [-119.89138150220967, 36.85177591828021], [-119.891314193483, 36.85177065430734], [-119.89124677569352, 36.85176633555593], [-119.89117927688118, 36.85176296271792], [-119.89111171386271, 36.85176053566787], [-119.89104411129344, 36.8517590533207], [-119.89097648501445, 36.85175852817483], [-119.89090885611955, 36.851758942049315], [-119.89084125165225, 36.851760306458054], [-119.89077367952143, 36.85176262674924], [-119.89070616756948, 36.85176588649411], [-119.89063874282934, 36.851770096305614], [-119.89057142086146, 36.851775244352446], [-119.89050422086024, 36.851781342207325], [-119.89048990921387, 36.851782843849875], [-119.89004650335886, 36.85193546467119], [-119.88987399902058, 36.85194430347812], [-119.88963011917832, 36.8519880066842], [-119.88945119124779, 36.85200860543238], [-119.88940005868784, 36.852026430153785], [-119.88933848587942, 36.85204891235955], [-119.88927741419856, 36.852072262255305], [-119.88921686245634, 36.85209645807344], [-119.88915451188052, 36.852122494850086], [-119.88909490975978, 36.85215738876588], [-119.88903607286201, 36.85219310425219], [-119.88897803039181, 36.85222964559888], [-119.8889207865845, 36.85226699114711], [-119.88886435826926, 36.85230514167408], [-119.88880877088225, 36.852344066351336], [-119.88875403236558, 36.85238377323173], [-119.88870016375365, 36.852424238729114], [-119.88864718627808, 36.852465456378496], [-119.88859511988356, 36.85250740530545], [-119.88854395782141, 36.852550083759], [-119.8885271313526, 36.852569076103265], [-119.88849374244165, 36.8525934688957], [-119.88833528940997, 36.852745595487654], [-119.88822364661169, 36.853029893884894], [-119.88820663166989, 36.85318521669169], [-119.88803296483727, 36.853836129434974], [-119.88799958161324, 36.854053375455685], [-119.88801484076475, 36.854191295340655], [-119.88810207771354, 36.85449554369826], [-119.88825879656619, 36.85474777466696], [-119.8886061039171, 36.85522520723093], [-119.8886585876387, 36.85533056526369], [-119.88867626530839, 36.855677909487135], [-119.88871022352657, 36.855806756772715], [-119.88884872502896, 36.85610993672488], [-119.88895299625698, 36.85625954814002], [-119.88902323954933, 36.85642315020182], [-119.889145185024, 36.85677109233174], [-119.88914404775588, 36.8569695567831], [-119.88917964399404, 36.857092214982615], [-119.8891269385727, 36.85726428052201], [-119.88907496899473, 36.857352565240575], [-119.88879706470004, 36.857708283654596], [-119.88874386124853, 36.857986111567094], [-119.88869286217155, 36.85815817049106], [-119.88860538918277, 36.85827967889882], [-119.8884327684555, 36.858428602364235], [-119.88765157541211, 36.85886359599653], [-119.8870441975251, 36.859106388410765], [-119.88655697173313, 36.85924459805059], [-119.88622729135524, 36.8592607735314], [-119.8852730965258, 36.85921771381834], [-119.8851590067765, 36.859182915653776], [-119.88514016352681, 36.859187408787406], [-119.88509592770313, 36.85919728884195], [-119.88505148172457, 36.859206545011844], [-119.88500684685705, 36.85921517353467], [-119.88496202882229, 36.85922318428101], [-119.88491704306247, 36.85923055460664], [-119.8848719031696, 36.85923729612622], [-119.8848266304409, 36.85924340778086], [-119.88478122365274, 36.85924888056754], [-119.88473571080999, 36.85925371157536], [-119.88469010097782, 36.8592579088478], [-119.88464439960943, 36.859261458826644], [-119.88459863488539, 36.85926437391988], [-119.88455281340079, 36.85926664236318], [-119.88450694201936, 36.85926827582125], [-119.88446104184224, 36.85926925611414], [-119.88441513551521, 36.85926960199927], [-119.88436922842955, 36.859269294511826], [-119.88432333536068, 36.85926835066508], [-119.88427746292449, 36.859266760497086], [-119.88423163921885, 36.859264529207174], [-119.88418586422438, 36.8592616549932], [-119.88414016487604, 36.85925813945841], [-119.88409454341792, 36.859253982586345], [-119.8840490256224, 36.85924918238415], [-119.88400361270493, 36.85924374695358], [-119.88395833386404, 36.85923767968372], [-119.8839131788948, 36.85923097073706], [-119.883868186101, 36.85922363515081], [-119.88382336104932, 36.85921566927925], [-119.8837787172492, 36.85920707752864], [-119.88373426255136, 36.85919785984114], [-119.88369001040317, 36.85918801521642], [-119.88364598226674, 36.859177557013915], [-119.88360219270056, 36.85916648332384], [-119.88355864052224, 36.859154788748164], [-119.88351536188547, 36.85914249645075], [-119.88347234207887, 36.859129594825255], [-119.88342962376775, 36.859116088062656], [-119.88338719925797, 36.85910198973786], [-119.88334508303552, 36.85908729163352], [-119.88330329662426, 36.85907201251586], [-119.88326184554926, 36.859056145134915], [-119.88322074565521, 36.85903970199058], [-119.88318001045087, 36.85902268748942], [-119.88313966006018, 36.85900509607603], [-119.88309968908291, 36.858986945814415], [-119.88306011768412, 36.85896823475362], [-119.88302095952723, 36.85894898081685], [-119.88298222233864, 36.85892917313332], [-119.88294392641734, 36.858908821466436], [-119.88290608094101, 36.858887943772714], [-119.88286869038527, 36.85886653911824], [-119.88283177044995, 36.8588446073876], [-119.88279532694845, 36.858822166562], [-119.88275938896496, 36.85879921011882], [-119.88272395002912, 36.85877576063594], [-119.88268902352561, 36.85875181170668], [-119.88265462311729, 36.8587273812544], [-119.88262075558423, 36.85870247373541], [-119.88258743663621, 36.85867708993537], [-119.88255467200379, 36.85865124062665], [-119.88252247533941, 36.85862494283151], [-119.88249085561417, 36.8585981964842], [-119.88245982634643, 36.85857100689247], [-119.88242938661037, 36.858543391186174], [-119.88191533400597, 36.85799641368226], [-119.88135317318344, 36.85741267229874], [-119.88130226336462, 36.85736405543572], [-119.88125029765753, 36.85731616638201], [-119.88119730520788, 36.85726900402034], [-119.88114329077925, 36.857222592646266], [-119.88108828482356, 36.857176947354205], [-119.88103228754666, 36.85713208616506], [-119.8809753258612, 36.85708800887917], [-119.88091742026019, 36.85704474237976], [-119.88085858083558, 36.85700228659117], [-119.88079883259634, 36.85696067106694], [-119.88077601768916, 36.85694533511705], [-119.8803766958714, 36.856847653204206], [-119.87983809145852, 36.85652680668859], [-119.87963010439613, 36.856422582759855], [-119.87923001863902, 36.85625865728758], [-119.87903961183981, 36.85619756904732], [-119.87881453292616, 36.85609277815823], [-119.87796324576657, 36.85592804570781], [-119.8778071454297, 36.85587700415323], [-119.87770361360215, 36.855790551855904], [-119.87752978865056, 36.85568470188816], [-119.8771480131501, 36.855476682384776], [-119.87690435493758, 36.85539126366563], [-119.87640063945712, 36.85512988372446], [-119.87620873260178, 36.855086658112846], [-119.87600095023204, 36.85500028071709], [-119.87600064626464, 36.8549735005629], [-119.87558508877223, 36.85480006153843], [-119.87518541609091, 36.85467045659604], [-119.87473385732919, 36.85448697308075], [-119.8732924782543, 36.853976302270894], [-119.87303143280634, 36.85386352729985], [-119.87291021010073, 36.85372295398942], [-119.87280710489215, 36.85367288609308], [-119.87178258971218, 36.85329855240248], [-119.87147057075012, 36.85321155649183], [-119.87094818217065, 36.8529592169447], [-119.87049742570555, 36.8528457654337], [-119.87039320405498, 36.852847896748166], [-119.87035832895636, 36.852785663227436], [-119.87046253788029, 36.852631080903926], [-119.8704632543484, 36.852543177492244], [-119.8704448913678, 36.85243000221621], [-119.87034161681906, 36.852213070503446], [-119.87006358942072, 36.85210934617271], [-119.8699586421998, 36.852047616155495], [-119.86973457708676, 36.852030704472895], [-119.86919616483848, 36.85232715719244], [-119.8689528508124, 36.852422320436894], [-119.86872621942935, 36.85248165061848], [-119.86799659323033, 36.852491748929474], [-119.86777221849603, 36.85244737213715], [-119.86702474665145, 36.85223854343124], [-119.8665560848785, 36.85250769502297], [-119.86608783921548, 36.852509028824564], [-119.86587865036444, 36.85244736996266], [-119.86577429207952, 36.85243778010927], [-119.86576855302097, 36.85147441047487], [-119.86576732620182, 36.85126827371921], [-119.8657670742912, 36.851226522644325], [-119.86508495669726, 36.85136740625614], [-119.86496829910612, 36.85147143353792], [-119.86495350248758, 36.8514846303313], [-119.86357873126153, 36.85295533557618], [-119.86215921160957, 36.853924811480056], [-119.86103050291392, 36.85445617147695], [-119.86018819388634, 36.854152174373425], [-119.85874338139048, 36.853397111359186], [-119.85845465049238, 36.854072703318806], [-119.8576770989265, 36.85319783779092], [-119.85676688552778, 36.852064387123775], [-119.85676727356784, 36.85208863526237], [-119.85676815106046, 36.85214303448279], [-119.85667641215878, 36.852048074224825], [-119.85650388928732, 36.8519016635869], [-119.85591279823576, 36.85161336634086], [-119.85568749679818, 36.85148381506357], [-119.85546189998524, 36.85132886103745], [-119.85528870065156, 36.851275167526204], [-119.85513130361055, 36.85125981074717], [-119.85492392781511, 36.85120704155378], [-119.85468115949512, 36.85119779097415], [-119.85384710475404, 36.85134521435004], [-119.85327471418914, 36.8515099878288], [-119.85299674236812, 36.85156347780955], [-119.85257996981346, 36.85173743717826], [-119.85235429177388, 36.85188462840932], [-119.85214589471823, 36.85204748660867], [-119.85191921239549, 36.8522578644812], [-119.85152056403771, 36.852527144515115], [-119.85065331053615, 36.85338483036944], [-119.85046107886126, 36.853620364644364], [-119.85021906984791, 36.85383703030168], [-119.85015279547254, 36.85391608403274], [-119.85004532680273, 36.85404427665681], [-119.84983657373226, 36.854487304434734], [-119.84971534841787, 36.85465297567211], [-119.84966372024726, 36.85477557841653], [-119.849646151112, 36.85488763945711], [-119.84948996605442, 36.85513801972778], [-119.84947603370522, 36.855186739444804], [-119.84936180245855, 36.8557560742528], [-119.84923979130647, 36.85605932176816], [-119.8491947683849, 36.85626768814062], [-119.84914256413273, 36.85664917978274], [-119.849072600244, 36.85681448617545], [-119.84890010870373, 36.8571363974792], [-119.84884693568651, 36.85742999696029], [-119.84869133815413, 36.85788981964616], [-119.84872506449338, 36.85800357554398], [-119.84889835656908, 36.85822002815936], [-119.84896834302344, 36.85836786345386], [-119.8488997208024, 36.858654705539934], [-119.8486562843465, 36.859054036043844], [-119.8481872419093, 36.85960878427696], [-119.84784069948263, 36.86011322124284], [-119.84768335912551, 36.86025991762806], [-119.84747599631235, 36.86036508224284], [-119.84730221990804, 36.860416442141066], [-119.84700701940089, 36.86046042697998], [-119.8468163513453, 36.86052975556512], [-119.84615492598634, 36.86064011268043], [-119.84476722527673, 36.86189292330731], [-119.84434301863864, 36.86227993074323], [-119.843282436071, 36.862311407404995], [-119.84113287869965, 36.86120005315214], [-119.8406993370894, 36.86090813689753], [-119.83909803386848, 36.85984403134742], [-119.83904528032924, 36.85717666286964], [-119.83884016837868, 36.85713491014594], [-119.8386680666072, 36.85709987185301], [-119.83859262217103, 36.85725633371566], [-119.8384867047057, 36.857068195684114], [-119.83868790538061, 36.85654718727001], [-119.83812406093773, 36.856075456673025], [-119.8374430535117, 36.85507047282045], [-119.83586383197463, 36.853627355333884], [-119.83549081133259, 36.85301207744759], [-119.83387767719094, 36.85207426452794], [-119.83298547768582, 36.85200861913776], [-119.83244632789173, 36.851845257843564], [-119.83228889905891, 36.85179530810958], [-119.83126000017398, 36.85146885338441], [-119.83113897017392, 36.85171901012839], [-119.8308949223132, 36.85143345312853], [-119.8306172548608, 36.85119847115322], [-119.83055003380373, 36.85116066306169], [-119.830177453713, 36.850998918957835], [-119.8299296393802, 36.8508885520107], [-119.8292628868361, 36.85079928425473], [-119.82893322503432, 36.85081530716772], [-119.82875828591698, 36.85075677237337], [-119.82856934666884, 36.85066812936389], [-119.82834237836246, 36.85053853930078], [-119.82813456542482, 36.850442466339025], [-119.82797869171357, 36.8504092135386], [-119.826936433104, 36.84994878204496], [-119.82658936713521, 36.849774694247394], [-119.82646872068273, 36.849679389106036], [-119.82624169572338, 36.84938499590577], [-119.82614205755281, 36.849219198799645], [-119.82569224204121, 36.84906615360976], [-119.8254650894335, 36.8490520100837], [-119.82486367174572, 36.84904641843586], [-119.82354342752095, 36.84859109236219], [-119.82129424932468, 36.848276203421236], [-119.82065206171227, 36.84828287446501], [-119.81988816468748, 36.848602630717906], [-119.819487579549, 36.84869739263368], [-119.81922714585077, 36.848793944213014], [-119.81898522672287, 36.84886427190838], [-119.81874139609482, 36.84891607034581], [-119.81822173625594, 36.84906246474829], [-119.81801190777995, 36.84909754632299], [-119.81780466344121, 36.849053645440904], [-119.81735190925161, 36.84906360507269], [-119.81705731663617, 36.84900175819104], [-119.81683175327345, 36.84900261283802], [-119.81665780101171, 36.84903607440442], [-119.81646713393603, 36.849105355659425], [-119.8156681685137, 36.84950498068312], [-119.81537344869169, 36.849592143885964], [-119.81506191123184, 36.849705512068596], [-119.81485207793804, 36.84973990230026], [-119.81401895368617, 36.84981905753369], [-119.81367170585952, 36.849887166272396], [-119.8135493323255, 36.84998714182144], [-119.81328676577347, 36.850148112321065], [-119.81323801798676, 36.85017391586107], [-119.81323808837513, 36.85047879909703], [-119.81346402420975, 36.85099846746327], [-119.8135155131564, 36.85118215397301], [-119.81358498388379, 36.851449498347336], [-119.81360210561994, 36.851614877734036], [-119.81358468082928, 36.85174478103881], [-119.81349883387082, 36.85203103198355], [-119.81335900079603, 36.8522228889754], [-119.8132555162383, 36.8524570731132], [-119.8126824314157, 36.853376345934066], [-119.81254333901016, 36.85363823312172], [-119.8124567747253, 36.85401925543421], [-119.81242191846779, 36.854279754574996], [-119.81240382151755, 36.854671296936985], [-119.81235259494676, 36.85500057099831], [-119.81240407576625, 36.85518220497532], [-119.81252705896705, 36.85533861829255], [-119.81256117907688, 36.855494954139445], [-119.81256085212047, 36.85562611976628], [-119.81240491453939, 36.856399031619986], [-119.8124225836732, 36.856615907975474], [-119.81245622030299, 36.85672692306854], [-119.81245759377147, 36.8568573904005], [-119.81235213225379, 36.857066868364136], [-119.81231788515157, 36.85722366959799], [-119.81238709686487, 36.85746628583374], [-119.81254347414773, 36.85770900270619], [-119.8127339468972, 36.857943932110956], [-119.81297740285159, 36.85817850727804], [-119.8132212075062, 36.85844603306836], [-119.81365359518284, 36.858768586421476], [-119.81389676679412, 36.85897568643012], [-119.81441919898681, 36.859246127860686], [-119.81471347787935, 36.85943708218994], [-119.8148875519274, 36.859574613881506], [-119.8151309652096, 36.85996574622576], [-119.8151830945591, 36.86020847901428], [-119.81516460029098, 36.86039951037568], [-119.81502596734728, 36.86070466885454], [-119.81490436638093, 36.86084283761327], [-119.81460964377717, 36.8612589239842], [-119.81441880761827, 36.86147653433821], [-119.8140720780473, 36.86182293194054], [-119.81386187985346, 36.86198848490927], [-119.81342914817424, 36.86228327764041], [-119.81318582136909, 36.86238725449762], [-119.81273394033325, 36.86281195925225], [-119.81245711114339, 36.86314276675775], [-119.81226628533393, 36.86352518755111], [-119.8120756914568, 36.863767510781855], [-119.81181338786735, 36.86385513015578], [-119.81157058543124, 36.86384647782102], [-119.81118970078754, 36.86387240825245], [-119.81096282659809, 36.863915839360644], [-119.8107736448442, 36.86396725125793], [-119.81060013110329, 36.86404601919617], [-119.81040834144146, 36.86417573637834], [-119.81025173564709, 36.86423722624241], [-119.81006003845066, 36.86421174285944], [-119.80995702544513, 36.86416849463215], [-119.80973137479367, 36.86400246291126], [-119.8095579992225, 36.86393222192937], [-119.80931349553165, 36.86392357652755], [-119.80920950257162, 36.86394969088451], [-119.80882871018578, 36.86398454024421], [-119.80856773609423, 36.864036439631725], [-119.80782207774631, 36.86432233466772], [-119.80750923596594, 36.864481015014576], [-119.80731752528295, 36.86461759003009], [-119.80712718485653, 36.864722569142934], [-119.806744428235, 36.86489750980319], [-119.80650232526776, 36.86495614070419], [-119.80632700482992, 36.86502599288635], [-119.80558123142615, 36.86513883101067], [-119.80516509009826, 36.865226786159155], [-119.8050085639595, 36.86529650984143], [-119.80478329585823, 36.86533098585408], [-119.804609043849, 36.86533971304421], [-119.80450478319243, 36.86533972873388], [-119.80426168951594, 36.86530359465043], [-119.80362018617083, 36.86541709165097], [-119.8031162394528, 36.8656086371354], [-119.8026656281979, 36.86583483507392], [-119.80252653073559, 36.86593740360263], [-119.80233530017688, 36.86612134403943], [-119.80223023434802, 36.86637338225858], [-119.80217849267025, 36.86665802327504], [-119.80219561272222, 36.866989584484635], [-119.80216178774157, 36.86735307371919], [-119.80205769977495, 36.86753506285149], [-119.80181435212307, 36.86780382474066], [-119.80167618402297, 36.8679956503768], [-119.80160512046342, 36.86823028619734], [-119.80153656093697, 36.868377018679574], [-119.80141521611469, 36.868543326102554], [-119.80134602125891, 36.868628942117915], [-119.8012069450488, 36.86873356173709], [-119.80092840602074, 36.868906418904174], [-119.80084123912613, 36.869072491389694], [-119.80073733300303, 36.869437141388694], [-119.80054742173158, 36.8697494895241], [-119.80032024045113, 36.86993023634612], [-119.80002505523623, 36.87031195059964], [-119.79957370118503, 36.87112939666342], [-119.79952204638599, 36.871258159790884], [-119.7994878660749, 36.871423877802044], [-119.79926240464413, 36.8719362919722], [-119.79900048786823, 36.87239537872967], [-119.79881020507565, 36.87283888175968], [-119.79827244092228, 36.87389861837889], [-119.79759474172218, 36.87465301621558], [-119.79738763691867, 36.87495860375952], [-119.79730045344861, 36.87495849290856], [-119.79717905370099, 36.87512136522213], [-119.7967610341836, 36.8753651830534], [-119.79637946416902, 36.875496822493425], [-119.79618763559631, 36.87562651640392], [-119.79594542114587, 36.87567825115952], [-119.79563293560699, 36.87571260964297], [-119.79533827589934, 36.87581757035562], [-119.79502632610408, 36.87590411078522], [-119.79478240179675, 36.875955859943154], [-119.79457392060867, 36.875963428188115], [-119.79436590704289, 36.87601631129739], [-119.79354893372776, 36.87603272107335], [-119.79275103430886, 36.876076467572744], [-119.79235136769977, 36.87611070319752], [-119.79223483535122, 36.87613091083985], [-119.79180403625391, 36.8765546298875], [-119.78973164313248, 36.876734000716155], [-119.78966885812738, 36.875939334297286], [-119.78964336035729, 36.87592947256496], [-119.78938316975288, 36.87589548020713], [-119.7886720659875, 36.87606772535828], [-119.78804525602585, 36.87645846946362], [-119.7876120513178, 36.876892567891225], [-119.78733374410903, 36.87759689245148], [-119.78716058434387, 36.8778830153068], [-119.78691785269979, 36.87822109148531], [-119.78667397749672, 36.87844655934676], [-119.78637891660584, 36.87868197697465], [-119.78613726468217, 36.87895892940507], [-119.78596256418645, 36.87926291097224], [-119.78577200773107, 36.879688544128726], [-119.78551033064569, 36.88085283459569], [-119.78542412656297, 36.88128533074893], [-119.78537210447685, 36.881885161217696], [-119.78526756749285, 36.88270026719735], [-119.7852508495264, 36.88357797407131], [-119.78526895675756, 36.88434901453899], [-119.78528492837744, 36.88474169868539], [-119.78535538021504, 36.88511273758457], [-119.78552946655802, 36.88575503475688], [-119.78564992883317, 36.8859993878936], [-119.78577111321408, 36.88614692224118], [-119.78596282029001, 36.886336560900034], [-119.78639625159398, 36.886589161317886], [-119.78658772414619, 36.88675476893505], [-119.78681329347972, 36.8869112294523], [-119.78700510982532, 36.88711048032799], [-119.7872654914531, 36.88732713367879], [-119.78743876810762, 36.887552607441194], [-119.78769824430871, 36.88784754888013], [-119.78785576145964, 36.88820359488395], [-119.78792511340623, 36.88846476472598], [-119.78837656226975, 36.88914093456501], [-119.78854876227815, 36.889427521366024], [-119.78856692867356, 36.88947266389725], [-119.789080011759, 36.89012347570643], [-119.78866259649504, 36.89012099176227], [-119.78851737237521, 36.89012012607235], [-119.78841744201743, 36.890119530323155], [-119.78615281428252, 36.89010603819877], [-119.78770534617601, 36.89201080095537], [-119.78746637270316, 36.89361524143934], [-119.78743014045894, 36.89380239460948], [-119.7864158609071, 36.89556746966573], [-119.78391906164154, 36.900522065877574], [-119.78068109586195, 36.90264183358671], [-119.78221675492894, 36.902637293153816], [-119.77988431235337, 36.90468518867868], [-119.77585746047451, 36.910015510205426], [-119.7755509688238, 36.91048995547036], [-119.77536872378886, 36.91107620818379], [-119.77445686144414, 36.91292249158247], [-119.77430150831782, 36.91346187785342], [-119.77430330362219, 36.91432161807271], [-119.77433717220399, 36.914629038848815], [-119.77429016920475, 36.91505784904298], [-119.7746819998111, 36.915582702077465], [-119.77478453987719, 36.915914406928124], [-119.7747837742346, 36.916518709913056], [-119.77441304937531, 36.91741382635559], [-119.77414612200057, 36.917745177091845], [-119.77314190956199, 36.91824060804923], [-119.77190724946219, 36.918954515748034], [-119.77042012871308, 36.91939809529655], [-119.76929240890125, 36.91917737098067], [-119.76792669575084, 36.91876039404723], [-119.76640349554594, 36.918674027302885], [-119.76577515966076, 36.91878792421985], [-119.7638146094259, 36.91944596851331], [-119.76245473617072, 36.91996280662587], [-119.76108225382902, 36.91989738383071], [-119.75945209135963, 36.92006705606209], [-119.75866201021356, 36.920246453358786], [-119.7580457606967, 36.92038637378668], [-119.75745772358492, 36.92042580670106], [-119.75598843231236, 36.92095425477476], [-119.75403290021546, 36.92213948767418], [-119.75353510694451, 36.92266176826687], [-119.75314619696007, 36.92312568081656], [-119.75284245450928, 36.923201761192296], [-119.75246843289939, 36.92413802629147], [-119.75177322582952, 36.924768670288074], [-119.75170433625213, 36.92612327739297], [-119.75113224216317, 36.926750393523385], [-119.75088752596153, 36.92691673977384], [-119.7504003379949, 36.92748014538713], [-119.75053359128673, 36.92886643767015], [-119.75087524774229, 36.93022121968183], [-119.75121283599258, 36.93150735205099], [-119.75216232218182, 36.93203427009327], [-119.75311666627734, 36.93305556596385], [-119.7528043371162, 36.934708361318215], [-119.75223832525151, 36.9359644589729], [-119.75195059936506, 36.93593330877108], [-119.75158168733287, 36.93599880331732], [-119.75023261507845, 36.936960396983274], [-119.7488796546927, 36.93752646312368], [-119.748471311316, 36.937759750731374], [-119.74601040790118, 36.9387584528708], [-119.74527480241933, 36.93912285764382], [-119.74470163816218, 36.93965380944442], [-119.74388813915137, 36.94081251778618], [-119.74291514039017, 36.94246662889823], [-119.74206116026801, 36.94369149802808], [-119.74116314176757, 36.944254657387056], [-119.7402983189568, 36.94435613965281], [-119.73939458819832, 36.94432601054178], [-119.73840714937485, 36.9441315857731], [-119.73741752858592, 36.944066262321996], [-119.73635117146915, 36.94456449990045], [-119.73549450731073, 36.94516306746359], [-119.73471587746339, 36.94569247996251], [-119.73430838200295, 36.9460245949608], [-119.73373948415205, 36.94701691989928], [-119.73370755381002, 36.947975744360484], [-119.73387905543832, 36.94873555335967], [-119.73686781571875, 36.95242536873655], [-119.7372421845294, 36.95292023324543], [-119.73798958994684, 36.953412802147525], [-119.73934835965021, 36.95377249223253], [-119.74087262467481, 36.95390041689348], [-119.74231197352047, 36.95409477081658], [-119.74334668056223, 36.95491788373884], [-119.74393283920486, 36.95607338430937], [-119.74382111248086, 36.957263437890695], [-119.74300932756123, 36.958619890841106], [-119.74244489272625, 36.960073690232136], [-119.74213007461411, 36.961858297749956], [-119.74186364212986, 36.96440346212484], [-119.74150038681161, 36.965427509561245], [-119.74001026977716, 36.969232758811366], [-119.7383865851462, 36.971978554959634], [-119.73667653938011, 36.974296364167124], [-119.73406540539203, 36.97691082533557], [-119.73018336791519, 36.98019219324301], [-119.72515123587132, 36.983906144325694], [-119.71766133296275, 36.98884867629951], [-119.71463018499925, 36.990605477385806], [-119.71311717019017, 36.99176537365218], [-119.71254765277527, 36.99275759176886], [-119.71160954026773, 36.99388383502008], [-119.70940334642835, 36.99564109011365], [-119.70797537071782, 36.997130030784696], [-119.7047715920332, 37.00328234138008], [-119.70399943033014, 37.00460529543389], [-119.70293956117162, 37.00592993404484], [-119.70158895180339, 37.006923912444286], [-119.70011172406406, 37.00755604885475], [-119.69543115289046, 37.00921757447704], [-119.69387102747177, 37.009784193242695], [-119.69247884884088, 37.010745342983576], [-119.67346267606263, 37.01072453839592], [-119.6718123529818, 37.01039595594303], [-119.67086476468938, 37.01013483493008], [-119.67008472868183, 37.010235322053695], [-119.66917911417272, 37.01046836037721], [-119.66481540694986, 37.01044592900144], [-119.66373165837014, 37.010677163091025], [-119.66279240958374, 37.01098449536075], [-119.66218622764933, 37.01138885956356], [-119.6588884185232, 37.012654018594574], [-119.6572301315654, 37.01379750061984], [-119.65679851892043, 37.01459641250955], [-119.65690089163091, 37.01535393524544], [-119.65658802671756, 37.01602034668392], [-119.65672080970428, 37.01793406010601], [-119.65657204609317, 37.01856386777636], [-119.65672121504218, 37.019587564563054], [-119.65665434313553, 37.02018121409004], [-119.65644411283063, 37.021638108443334], [-119.65699920728149, 37.02245907736162], [-119.65885855233607, 37.025972871954174], [-119.65915612851147, 37.02791863482316], [-119.65919766790907, 37.02956916370309], [-119.65899828022276, 37.031490190043165], [-119.65899786481299, 37.033042058171816], [-119.66031476691194, 37.037984331715876], [-119.65944561993558, 37.039315754752245], [-119.65810458451391, 37.03996034358397], [-119.65525314840468, 37.04108560809872], [-119.65121613980412, 37.042623742503395], [-119.6489710125071, 37.04334454635884], [-119.64255010255634, 37.043390082521476], [-119.63745306910337, 37.041931322970676], [-119.6299707253083, 37.03577710007705], [-119.62940095800137, 37.03439577549549], [-119.62951889466179, 37.03247797769147], [-119.63394846214668, 37.027035469158], [-119.63460705179845, 37.02547462276215], [-119.63457506822057, 37.02408771403838], [-119.63388785876654, 37.02300366421559], [-119.6321477237787, 37.02259535286893], [-119.62884441053401, 37.0237251171276], [-119.62271252008222, 37.02541883722638], [-119.62206517150092, 37.02585617744443], [-119.6214546968167, 37.02619443227562], [-119.62055988939765, 37.02653415739237], [-119.61987644553936, 37.02717216863447], [-119.61918291859305, 37.02740921840896], [-119.61845888157985, 37.0281133565193], [-119.61728740399683, 37.028987334528686], [-119.6166081122469, 37.02972144345231], [-119.61593067475826, 37.03068900331709], [-119.61509245981134, 37.031690342834345], [-119.61380703842035, 37.032894471872844], [-119.61289262744653, 37.03422853261631], [-119.61238374428109, 37.03529134786991], [-119.61176047166504, 37.036621159890615], [-119.61146739850912, 37.038114094183086], [-119.61140543916898, 37.038941158433985], [-119.61121961721193, 37.039702928816226], [-119.61116147413895, 37.04403195694106], [-119.61101701928179, 37.04482647791591], [-119.6115087850131, 37.04634286741148], [-119.6140756244617, 37.050243751825974], [-119.61464600888071, 37.051724020516765], [-119.61427543865757, 37.05338214449366], [-119.61312300967249, 37.05498109694889], [-119.61150872266248, 37.05625553372358], [-119.61075295083808, 37.05732233795981], [-119.6104450325366, 37.05825227214975], [-119.61039303924697, 37.05947478960869], [-119.6108228883446, 37.06181548861283], [-119.61079729351668, 37.062477558770524], [-119.60876515610872, 37.06511366847503], [-119.60864676611672, 37.0653120292575], [-119.60679198411245, 37.06698588071555], [-119.6063173787233, 37.0676529655608], [-119.60625035752994, 37.06828228002707], [-119.6062708371277, 37.069141873422936], [-119.60615769706355, 37.069573667486864], [-119.60551434643091, 37.07014271754172], [-119.60441014987171, 37.070519079194334], [-119.60285249693294, 37.07076861192313], [-119.59889597796524, 37.07065108267082], [-119.59786277725638, 37.07046396279887], [-119.5970255536338, 37.06991056317672], [-119.59571659589501, 37.06863713458902], [-119.59380907445525, 37.067965419444995], [-119.59219177310807, 37.067588877189195], [-119.59140097245111, 37.06726867142412], [-119.59055367693195, 37.066286799775455], [-119.58909941184025, 37.06570891393612], [-119.5876961625842, 37.06552627500556], [-119.58441794397456, 37.06622618340841], [-119.58117484901197, 37.06659349795963], [-119.57906878545599, 37.066386688945414], [-119.57649437241582, 37.06542677088897], [-119.57496827708165, 37.0653104873737], [-119.57398125303511, 37.065323451018415], [-119.57211660301081, 37.06484894003319], [-119.56993789857422, 37.06500487417375], [-119.56879201044603, 37.06531793061384], [-119.56761424955583, 37.0659579751408], [-119.56645625316897, 37.06742464876204], [-119.56691332667612, 37.07270700015366], [-119.56803603633874, 37.07481109923037], [-119.56715631745625, 37.07591116278534], [-119.5673548353621, 37.07726431171179], [-119.56740934645693, 37.0795437421353], [-119.56730348982762, 37.08192556291812], [-119.5669219529808, 37.0831853137613], [-119.56664890479966, 37.08381557589065], [-119.5662110716226, 37.084416401952126], [-119.56560867778279, 37.0850180032339], [-119.56487846004545, 37.085488364059984], [-119.5556198699844, 37.090914898285966], [-119.55245118653748, 37.09273677852225], [-119.5511862056503, 37.09324521816032], [-119.55122336506557, 37.0965189932523], [-119.54218632873346, 37.09672766279906], [-119.54163957910563, 37.0984549844183], [-119.54093446937229, 37.10107292624192], [-119.54078673527094, 37.10249632581772], [-119.54022197495243, 37.103622224564894], [-119.5401895733861, 37.10438042368801], [-119.54073933288247, 37.10599844140139], [-119.54128492321587, 37.10702046616236], [-119.54145830462186, 37.107780486559605], [-119.54219560929891, 37.10777716267674], [-119.54221527117453, 37.109595317110546], [-119.54255281770011, 37.11028867623482], [-119.54276901049847, 37.11127921795402], [-119.5432300877475, 37.11246640317271], [-119.54377552295819, 37.11345545879174], [-119.54432074120695, 37.11441155048462], [-119.54490089323622, 37.1149719635614], [-119.54556772569484, 37.11566382753083], [-119.54610602303042, 37.116122808977664], [-119.54672689244484, 37.11661711512328], [-119.54776604303562, 37.11757094372439], [-119.54899991706198, 37.11793060692386], [-119.54994839814024, 37.118189944314906], [-119.55048345790586, 37.118190241323305], [-119.551224045234, 37.118153886088855], [-119.5536086585447, 37.118274763411314], [-119.55619445969229, 37.118232612115264], [-119.5581234862829, 37.11795999849855], [-119.56013360317083, 37.11752217520137], [-119.5616938979664, 37.11748468198831], [-119.56264121992162, 37.117579124510485], [-119.56371420147201, 37.11797235306021], [-119.56495569788588, 37.11889212055534], [-119.56525161002382, 37.119486735186086], [-119.56526085144199, 37.1202777098247], [-119.56510156937769, 37.12100630465413], [-119.56478252694534, 37.12193340679677], [-119.5647572089696, 37.1231557509164], [-119.56447442825248, 37.123884918965295], [-119.56395469134071, 37.12504367397448], [-119.56338718627606, 37.12577142725072], [-119.56306713825417, 37.12656669038025], [-119.56295723261049, 37.12795422224303], [-119.5631839433777, 37.12987026703092], [-119.56315638954001, 37.13126016219761], [-119.56288501093141, 37.13261549363629], [-119.56236904041609, 37.13430155589503], [-119.5624640050443, 37.13555904390381], [-119.56259866873603, 37.13661583945612], [-119.56248537319705, 37.13754196589349], [-119.5622906900654, 37.13860029852701], [-119.5620144046309, 37.13975789838434], [-119.56161192662638, 37.14055078854167], [-119.56088226945616, 37.14164458128353], [-119.56056700619457, 37.14263755984215], [-119.56057159125793, 37.14326649824396], [-119.56012960830753, 37.144293028625206], [-119.55972757372123, 37.1451518282843], [-119.55887656881202, 37.146081373984046], [-119.55802017231113, 37.14674452751182], [-119.55679108504447, 37.147115513358536], [-119.55522698695701, 37.1471859190147], [-119.5534595389052, 37.147128150903], [-119.55230432774282, 37.14680112476476], [-119.55106997611567, 37.14644150066461], [-119.54987457218782, 37.14624922147867], [-119.54884314700305, 37.145954555977625], [-119.54809922997067, 37.14556245282918], [-119.54743507468729, 37.144804677758806], [-119.54701545451793, 37.144177626096074], [-119.54663974674436, 37.14345149990195], [-119.54617923471994, 37.142860332494436], [-119.54572142352187, 37.14216753227772], [-119.54538370846419, 37.14147418555227], [-119.5449677997776, 37.14088007125088], [-119.54376462054039, 37.14005879699794], [-119.54314288480737, 37.13946560834572], [-119.54194224753105, 37.138512474456675], [-119.54061999824232, 37.137823547257874], [-119.53967038020323, 37.13743231127169], [-119.53888471723934, 37.136938706732586], [-119.53834171519372, 37.13631217746693], [-119.5379672805237, 37.135750809711034], [-119.53742889436768, 37.13529179371727], [-119.5362265803982, 37.134569318825044], [-119.53523537206257, 37.13410957015116], [-119.53449210383762, 37.13378329127108], [-119.53342362332026, 37.1335545765484], [-119.53239335638463, 37.13339435148683], [-119.53148566001931, 37.13309898868097], [-119.53053521051936, 37.1325731030654], [-119.52995459504622, 37.13194944636583], [-119.52949380068301, 37.13128955247132], [-119.52928546798755, 37.13092517904199], [-119.52883017977062, 37.130564632812955], [-119.52849951079344, 37.13036833351263], [-119.52717820085422, 37.1297781339372], [-119.5261054590911, 37.12941754285873], [-119.52515758722782, 37.12925688917206], [-119.5244996614267, 37.12935863475986], [-119.5238456039996, 37.12952628381534], [-119.52261930281534, 37.130289675613405], [-119.52197038999496, 37.131218083517915], [-119.52186227080627, 37.13247373374486], [-119.52146481879137, 37.1340629659129], [-119.52038829283258, 37.13720420334446], [-119.52015955800853, 37.13889158175581], [-119.52013865761218, 37.140874687249884], [-119.51917283854752, 37.143158498300764], [-119.51849838838577, 37.145408085236184], [-119.51768616713007, 37.146567885199865], [-119.51613269570755, 37.14720077352604], [-119.5153107879612, 37.147435007611826], [-119.51465180334347, 37.1474048724054], [-119.51326187923392, 37.14787223123089], [-119.51264648435945, 37.148204438419896], [-119.51182996524906, 37.14873525336518], [-119.51031955846763, 37.14966726076547], [-119.50851417364856, 37.15010337181759], [-119.50752621211655, 37.15014049659548], [-119.50682966636008, 37.15014068874498], [-119.505221277269, 37.14975196073247], [-119.50356933335955, 37.14899534697186], [-119.50344408618584, 37.148732200816546], [-119.5027844485385, 37.14860312423669], [-119.50216425026215, 37.14820746747466], [-119.50154343809666, 37.147715681228505], [-119.50145505999676, 37.14731779890585], [-119.50025441063552, 37.146298333933835], [-119.4993409086918, 37.145640206660055], [-119.49859596911571, 37.14504729245386], [-119.49801765355683, 37.144753048846646], [-119.49723220527315, 37.14425916684896], [-119.49673667375203, 37.14403050306848], [-119.49558092099612, 37.14357109294786], [-119.49496038445282, 37.14310947774354], [-119.49437999194868, 37.142485645945065], [-119.49392071031203, 37.14202336102851], [-119.49329893327754, 37.141363993016085], [-119.4922571975204, 37.139948286040266], [-119.49150512888693, 37.13875935472212], [-119.49046451918367, 37.13750841872189], [-119.48963571410496, 37.136652117437706], [-119.48897284909518, 37.13599289468185], [-119.48838785066852, 37.135168552881524], [-119.488131137625, 37.134178082106985], [-119.48812246118977, 37.13335140421718], [-119.48827865818099, 37.1325570191786], [-119.48872217127665, 37.13163237659556], [-119.489288931218, 37.130671529354636], [-119.48960808146634, 37.129612809078026], [-119.49009207374745, 37.12858637106382], [-119.4905365756969, 37.12782376513306], [-119.49077738061273, 37.12739432044619], [-119.49081369022225, 37.126633376262745], [-119.49117032038988, 37.125541540452424], [-119.49152994790414, 37.124383767823794], [-119.49147902834163, 37.1233924676087], [-119.49126200213522, 37.12217113025994], [-119.4907159259689, 37.12098408924123], [-119.49008903012707, 37.12002809339446], [-119.489464711828, 37.11893749517036], [-119.48863101673649, 37.11781752882133], [-119.48783787782624, 37.11659852336599], [-119.48650575334145, 37.114749967777996], [-119.48566964969915, 37.11323449041484], [-119.48512497711366, 37.11224517725589], [-119.48445768738401, 37.11138818148119], [-119.48354754856734, 37.11063103624077], [-119.48259730615845, 37.11003883784248], [-119.48185511109317, 37.10980835282063], [-119.4807835186333, 37.10954896073543], [-119.47979442506836, 37.1093194457011], [-119.47835672740194, 37.10919332666595], [-119.47745055992151, 37.10906233632626], [-119.47683411492471, 37.10919936463], [-119.4758841236029, 37.109189388078505], [-119.4753900445603, 37.10915013855843], [-119.47419010158437, 37.10920430728666], [-119.47365507804534, 37.109198169125605], [-119.47257860139645, 37.10925457901683], [-119.47208495289199, 37.109283983138376], [-119.47154731012022, 37.10940968257478], [-119.47101008715478, 37.109604046879674], [-119.47071716038086, 37.10993203205662], [-119.47022109384517, 37.11068927570869], [-119.46992856904731, 37.1110831823083], [-119.46888111581735, 37.115347196059844], [-119.46883169898739, 37.1173688587725], [-119.46890957155503, 37.11889290044624], [-119.46906958543224, 37.11982336132755], [-119.46911034379409, 37.12032033058318], [-119.46952075438588, 37.12125256154881], [-119.46992854614977, 37.12231664357916], [-119.47013337324188, 37.12327988767074], [-119.47017253492479, 37.12407624293446], [-119.47020805815863, 37.1248368947636], [-119.4699980152137, 37.1258292228916], [-119.46999762539991, 37.12632635385963], [-119.46979080749625, 37.12672266067401], [-119.46911726126264, 37.12989756090655], [-119.4687386972814, 37.131384922121214], [-119.46724374680944, 37.13319246959976], [-119.46653860462008, 37.134576711675706], [-119.4657038506448, 37.1366563377487], [-119.46470562308626, 37.13780549914446], [-119.46350355149417, 37.13872197892254], [-119.46250810354329, 37.13977224031807], [-119.4610549893691, 37.14174433044692], [-119.46092608905408, 37.143134577076204], [-119.46096497464059, 37.14389796383286], [-119.46075619868596, 37.14455793745487], [-119.46009011113715, 37.14504936613904], [-119.459387494436, 37.145172889711816], [-119.45885184607086, 37.145103520027305], [-119.45794238365436, 37.14506028314946], [-119.45521459412882, 37.14503216681285], [-119.45343743041103, 37.14504710490608], [-119.45165969196825, 37.14496314456948], [-119.45012919742558, 37.14491393301055], [-119.44731678961537, 37.14508370105769], [-119.44380309366532, 37.14561303620112], [-119.44115476947148, 37.14628192224582], [-119.43601645511674, 37.148945526231415], [-119.43326221675875, 37.155212052210324], [-119.43309548071426, 37.15607231397346], [-119.43321175166247, 37.15782967689067], [-119.43345627887666, 37.158595074980575], [-119.43394981494403, 37.15909591672009], [-119.43411354181866, 37.15952927966874], [-119.43336489192649, 37.16064706116675], [-119.43178579600483, 37.16238852492828], [-119.43029483506099, 37.163333164973814], [-119.42855667401042, 37.16364696205972], [-119.42111502185321, 37.16337105638437], [-119.4119042999589, 37.16148578491221], [-119.40571024854833, 37.159564982085], [-119.40467995383095, 37.15875821922844], [-119.40417920228451, 37.15488729900679], [-119.40307591677931, 37.1532320825976], [-119.4017670981332, 37.15163522590469], [-119.39949903829584, 37.15031343751095], [-119.39764222613181, 37.14954504960675], [-119.3955166506983, 37.14921695889041], [-119.39414504658363, 37.149386237348686], [-119.39270707202007, 37.14999516459851], [-119.39119792161976, 37.15010718173757], [-119.38961448559887, 37.14977997542448], [-119.38796474778188, 37.1492304891273], [-119.38645245988995, 37.1494001340684], [-119.38583789799685, 37.150006335737174], [-119.38522691298047, 37.15133211839169], [-119.38454563268432, 37.15232578515462], [-119.38310945025032, 37.153321847724975], [-119.38152979902588, 37.15376355390153], [-119.38029725968349, 37.15431948934009], [-119.37961450593382, 37.155035737893186], [-119.37817722440225, 37.156528865195654], [-119.37694811137666, 37.1577988593256], [-119.37674546426247, 37.15846140023349], [-119.37689262605802, 37.15978202134267], [-119.37765894803636, 37.162097682227206], [-119.37766688640612, 37.16441571932025], [-119.3764323117075, 37.16529845897598], [-119.3745810029571, 37.16568873096088], [-119.37211295747213, 37.165581010451945], [-119.36867766866095, 37.165586058766905], [-119.36661671470861, 37.1659219188004], [-119.36442398059411, 37.166697574220805], [-119.36312085098993, 37.16763806146292], [-119.3620291101815, 37.169017338572566], [-119.36114635190624, 37.17105789663769], [-119.3607495012578, 37.17425875874484], [-119.36103331895823, 37.17696047155725], [-119.36172881384516, 37.179608762227964], [-119.36166813188886, 37.18203410303733], [-119.3576344124316, 37.184902467844665], [-119.35696303602025, 37.18595361729926], [-119.35615012993514, 37.18683764199743], [-119.35485243720656, 37.1875637857158], [-119.35299710162653, 37.18796472210624], [-119.35134250392662, 37.1879777781696], [-119.3489964250747, 37.18766324643421], [-119.3476167187809, 37.18773038956069], [-119.34644639985699, 37.187794173972215], [-119.3449379611513, 37.18824617107558], [-119.34275397698742, 37.189636610874075], [-119.34146124989316, 37.1907471122343], [-119.34051056729558, 37.191581979749955], [-119.33942374099261, 37.19268912450514], [-119.33882119644042, 37.19384983139459], [-119.33836451644022, 37.195394635794685], [-119.33796839429124, 37.19666186629006], [-119.33763972477779, 37.19765426805446], [-119.33717908642231, 37.19908922096275], [-119.33664462559021, 37.200137116223274], [-119.33590392793303, 37.20113340384912], [-119.33502243267486, 37.20213006830484], [-119.33413628096035, 37.202852100228604], [-119.33318122883495, 37.203522136784166], [-119.33264206894277, 37.204295380659346], [-119.33182916762667, 37.20529183048208], [-119.33143608104879, 37.20650410205849], [-119.33025939093024, 37.21075062120156], [-119.33027808297715, 37.21190683472864], [-119.3301703005407, 37.213997185873964], [-119.33122699912964, 37.21536477969044], [-119.33206408066378, 37.21596396378737], [-119.33399958134318, 37.21644474924568], [-119.33593925881199, 37.21709029004881], [-119.33692278170632, 37.21818338918807], [-119.33720239880424, 37.218512184266224], [-119.33701611089883, 37.21988868002376], [-119.33593739838302, 37.221383006688974], [-119.33471686025892, 37.2226552558473], [-119.33378078598155, 37.224588603044545], [-119.33379587021969, 37.22568988953443], [-119.33375542443456, 37.22745047435125], [-119.33290253456866, 37.23037230735943], [-119.33179010614492, 37.23445383096201], [-119.3317507884946, 37.23648905798421], [-119.33164670138322, 37.238637056713536], [-119.33063726532092, 37.240350854167275], [-119.32935272477151, 37.242010460596006], [-119.327097748641, 37.24329092923308], [-119.3261411862105, 37.243738431841194], [-119.32340151047711, 37.244970702231925], [-119.32191565994331, 37.24701526793242], [-119.32187471185998, 37.24872365627789], [-119.32204632515985, 37.251142796106336], [-119.32179626940264, 37.252961582633695], [-119.3219481527183, 37.25394988710705], [-119.32293747499563, 37.25553741887439], [-119.32357866676567, 37.25685397879014], [-119.32429436263969, 37.25871961658864], [-119.32438699968154, 37.26031502590438], [-119.32414110680789, 37.26229858914016], [-119.32409217250199, 37.26372959545287], [-119.32446525044904, 37.26581860326183], [-119.32496886609538, 37.267080592937226], [-119.32527579334575, 37.26814811326819], [-119.33078762632962, 37.274463582417745], [-119.33322036575431, 37.27910103305231], [-119.331297401209, 37.28666710472217], [-119.32834344016072, 37.29438972111058], [-119.33178309234405, 37.30200422363836], [-119.33460450473181, 37.30961482767518], [-119.33312796348258, 37.31322760394684], [-119.32439974112432, 37.3202353177415], [-119.32001989247169, 37.32547053875831], [-119.32061558663614, 37.328113680913745], [-119.32494229134434, 37.32897819039683], [-119.32947475068111, 37.32967995262923], [-119.3315133680494, 37.33266512384348], [-119.33045576544704, 37.33545829012039], [-119.3256974715875, 37.336734527251494], [-119.31908429619776, 37.3378260011514], [-119.31534649996703, 37.340593129991746], [-119.3142784783434, 37.34437484796543], [-119.31361204653446, 37.34964400511378], [-119.31006525950575, 37.35389896520353], [-119.3040739235563, 37.35433438814093], [-119.29952108486852, 37.35577659628181], [-119.29825834037916, 37.35840244449919], [-119.2992537239258, 37.36220360841347], [-119.29881948564375, 37.36467085630484], [-119.2987860939438, 37.36846357285357], [-119.2030592347053, 37.441042416645516], [-119.02225999515534, 37.585268129598106]], "type": "LineString"}, "id": "1", "properties": {"NM_CNTY": "Fresno", "NM_CNTY_2": "Madera", "SHAPE_Leng": 892309.239871, "__folium_color": "red"}, "type": "Feature"}, {"bbox": [-119.02225999515534, 37.455099844744076, -118.76347014203662, 37.585268129598106], "geometry": {"coordinates": [[-119.02225999515534, 37.585268129598106], [-119.00846707168081, 37.57933567565879], [-119.00192813096363, 37.57266587513787], [-118.9957594932238, 37.56962306483532], [-118.9908055444027, 37.56857364435249], [-118.98296440404766, 37.566666786287016], [-118.97993316707357, 37.561190664429525], [-118.9772952028905, 37.55736765001501], [-118.97582892522973, 37.55866617961692], [-118.96795728531688, 37.55922974467351], [-118.96382872521751, 37.55835519136781], [-118.95983578854133, 37.5627584003948], [-118.95507181940445, 37.56302840407834], [-118.95131748150898, 37.56512477437996], [-118.94657864755797, 37.56358208067699], [-118.94331417693881, 37.560244052472804], [-118.93841641585648, 37.555073441860806], [-118.93329738083055, 37.55138260298088], [-118.92857833474064, 37.54835633066358], [-118.92110652014142, 37.549911151206025], [-118.91695283733738, 37.55101212631196], [-118.91287758570958, 37.54650832033009], [-118.90536056892995, 37.53668794679863], [-118.90232871552313, 37.53170129207465], [-118.90220461468992, 37.52609643980922], [-118.89167316861345, 37.52480733722476], [-118.88449021810067, 37.52092290814643], [-118.88396559280174, 37.51432075951077], [-118.87907864031514, 37.5089828102592], [-118.87020853167515, 37.50738321997375], [-118.86506140130463, 37.5058312912347], [-118.85997329510599, 37.50032478173971], [-118.8605004487909, 37.49274607860284], [-118.85872981633953, 37.486625525597], [-118.8565066646026, 37.48313244439132], [-118.85780577749752, 37.47935808197362], [-118.85411982317741, 37.47700005393287], [-118.84582281173718, 37.4787029749388], [-118.83812981661922, 37.481400270178355], [-118.83172492975176, 37.48098204374501], [-118.8236173284014, 37.48383983552859], [-118.81097323697048, 37.48564357167171], [-118.80223980581637, 37.48882021627576], [-118.79504544662306, 37.485748673404636], [-118.78728919712577, 37.479201788978976], [-118.78159799862902, 37.47268569436659], [-118.77471849670233, 37.462852404371574], [-118.7720992530508, 37.45852487313247], [-118.76347014203662, 37.455099844744076]], "type": "LineString"}, "id": "2", "properties": {"NM_CNTY": "Fresno", "NM_CNTY_2": "Mono", "SHAPE_Leng": 108618.876761, "__folium_color": "red"}, "type": "Feature"}, {"bbox": [-118.78866768373973, 36.74218678284506, -118.3604013528186, 37.455099844744076], "geometry": {"coordinates": [[-118.76347014203662, 37.455099844744076], [-118.75951282051884, 37.44382418023751], [-118.75817804924446, 37.43670876553526], [-118.76137587879965, 37.430486862277085], [-118.76452630032698, 37.427230681573455], [-118.76774046019113, 37.41985245542406], [-118.77640346742935, 37.42096771955029], [-118.77994894206479, 37.41887353343577], [-118.78257471383175, 37.40950550671874], [-118.78564727054682, 37.39766931640675], [-118.78756839510514, 37.39373741953615], [-118.78866768373973, 37.389463470186186], [-118.78564590407161, 37.384468028403404], [-118.78037039774046, 37.378287403278485], [-118.77633881381159, 37.37179582946878], [-118.76940021886462, 37.36658096259769], [-118.76760629624383, 37.36243052918845], [-118.76725744361515, 37.35829940160727], [-118.768959355956, 37.35518845315908], [-118.77848313972716, 37.35350956048896], [-118.7837022858091, 37.34962502330186], [-118.7868983415752, 37.343234700356255], [-118.78350798562714, 37.3354316962185], [-118.78024388273975, 37.3330747793295], [-118.77244154529826, 37.33032183940308], [-118.75907733738121, 37.32699413205675], [-118.75110894516958, 37.32176225915956], [-118.7417314673662, 37.31453027822981], [-118.74010271769866, 37.313186495511104], [-118.73284357223982, 37.31538940148537], [-118.7280108156883, 37.32076400930479], [-118.7213689680371, 37.32314066249553], [-118.71289247960982, 37.32400477713723], [-118.70704827892715, 37.31533673218224], [-118.70178373751332, 37.30915254383212], [-118.69629076856809, 37.304450559112205], [-118.69260579448495, 37.30258178140621], [-118.68799820214228, 37.294259209098975], [-118.68520177051714, 37.288772772833426], [-118.68080201016159, 37.28045591240931], [-118.67653989883168, 37.27642912994343], [-118.67171563879394, 37.26893190006514], [-118.66705275556241, 37.2640742231823], [-118.66775434824865, 37.259135378362096], [-118.67303142559814, 37.25195438921097], [-118.6782525577232, 37.24807425091628], [-118.68199959557313, 37.2458213150854], [-118.68332724258428, 37.24039519668771], [-118.68342712158997, 37.23445493789866], [-118.68518913430407, 37.22771714647088], [-118.68442913154436, 37.22374377389614], [-118.6791535074442, 37.21887939698419], [-118.677990757975, 37.21440776847697], [-118.67951524703452, 37.209479279490296], [-118.68021484985103, 37.20470508438685], [-118.67604582453056, 37.19914041624452], [-118.67375939849006, 37.19666507166558], [-118.66920930771686, 37.194523956460216], [-118.66813754977741, 37.18906921529173], [-118.66747916313577, 37.18410998933254], [-118.67132587115242, 37.17550774413495], [-118.67416532441521, 37.17037691055244], [-118.67042283448853, 37.1659199884914], [-118.66976591022163, 37.160628409829805], [-118.6664311903339, 37.155675372103246], [-118.66083704517143, 37.151221147251036], [-118.65792363858883, 37.14742259800805], [-118.65214327276396, 37.14495040142222], [-118.64492542069497, 37.14330857386035], [-118.63854600075186, 37.14364910803639], [-118.63174954659985, 37.1436584287091], [-118.62496988088493, 37.14515602112321], [-118.61653884109548, 37.14682094322675], [-118.60809339208618, 37.145840329316556], [-118.60066194836813, 37.143203645345274], [-118.59427293633192, 37.14206416127073], [-118.59013984920529, 37.139943396151146], [-118.5892825742503, 37.13534825354176], [-118.5863621325692, 37.13043007710417], [-118.57935270996292, 37.128809738917546], [-118.57255678231503, 37.12833505777546], [-118.56965162589795, 37.12522374113114], [-118.56921875096762, 37.12226964979545], [-118.56343953101944, 37.11982336984263], [-118.55253888662017, 37.12116435228535], [-118.54843100373475, 37.12216230181317], [-118.53998016040201, 37.120377614240624], [-118.53440536993008, 37.11776318203472], [-118.53130556430432, 37.115965758452965], [-118.52757377769333, 37.11154004191776], [-118.52383656856549, 37.10695212994912], [-118.5182694755387, 37.10499614282305], [-118.51475667297154, 37.10303455916281], [-118.49944542970391, 37.09731598867853], [-118.49027465607372, 37.08828766915451], [-118.48110372948257, 37.07909381886474], [-118.46993486070075, 37.07517206500072], [-118.46720494564867, 37.07040281582413], [-118.46368931399616, 37.06926097287275], [-118.45834902811431, 37.070264082649885], [-118.44947961846894, 37.06913586529198], [-118.44288177995126, 37.068163174902644], [-118.43831281648475, 37.064881556839886], [-118.43538284504811, 37.06060775520959], [-118.43574436023044, 37.056159960126145], [-118.43301059449725, 37.05089823968384], [-118.43644740521412, 37.04528944775917], [-118.43636768316966, 37.038373079673995], [-118.43219217406248, 37.03311547233473], [-118.42907246533112, 37.030158951491735], [-118.4249306644109, 37.02786210682033], [-118.42098053439219, 37.02425041513452], [-118.42013243627103, 37.02177981383591], [-118.42090787298675, 37.017496068997154], [-118.42286945828947, 37.00893055053657], [-118.42262692931315, 37.00563888818069], [-118.42127304979401, 36.999391920477954], [-118.41725438439951, 36.99601311885388], [-118.41507671785067, 36.99283547866117], [-118.41865781412774, 36.98927400251875], [-118.42162361833455, 36.985536385433456], [-118.42049757101444, 36.98138884483865], [-118.41563842759369, 36.978818906590384], [-118.40959208023143, 36.974410816249474], [-118.40910760977923, 36.96928572948135], [-118.40454332984302, 36.96325587135292], [-118.40372291216792, 36.955154324863486], [-118.40299351264618, 36.951673279606496], [-118.39624070565718, 36.950881151601266], [-118.3874837154912, 36.94047562987625], [-118.38537305231075, 36.93482288111129], [-118.38249095094874, 36.92685053655221], [-118.37978459604022, 36.91921961689768], [-118.37379215590484, 36.911527434100236], [-118.36958090966445, 36.90699770650003], [-118.36697407630862, 36.90414917130373], [-118.36788532677869, 36.90021233929091], [-118.36699499461788, 36.894098690811326], [-118.36484128072557, 36.88944234685725], [-118.3604013528186, 36.88589714114677], [-118.36272057447526, 36.88330559450359], [-118.36801606460669, 36.87632392935784], [-118.36753617741144, 36.870217920286976], [-118.3618398725014, 36.858738681088894], [-118.36151578519417, 36.854943548523295], [-118.36184301767157, 36.84967684685517], [-118.36152033152324, 36.84571690687465], [-118.36364420090243, 36.84262709877128], [-118.36843029408845, 36.83991675317227], [-118.37261932197774, 36.83620870832886], [-118.3751693829572, 36.83230237710958], [-118.39308644152992, 36.832073848168726], [-118.39546245579854, 36.8266801554526], [-118.3956002489544, 36.820426270230875], [-118.39221112089523, 36.81608542439747], [-118.38879016433087, 36.81322487356885], [-118.3886792837378, 36.80910674544682], [-118.38509821211318, 36.804102700597156], [-118.383537707783, 36.800617065751524], [-118.37993918472337, 36.79660162916544], [-118.382305564186, 36.79153773616718], [-118.38531719558297, 36.78516961278159], [-118.38830686421154, 36.77978743611269], [-118.38679914550961, 36.77399746633561], [-118.3850894654238, 36.76787403950677], [-118.38379778540914, 36.76159343187024], [-118.38347300481647, 36.75780102672791], [-118.38218898833122, 36.751025982829454], [-118.37714866406525, 36.74747812030191], [-118.36661432895778, 36.74218678284506]], "type": "LineString"}, "id": "3", "properties": {"NM_CNTY": "Fresno", "NM_CNTY_2": "Inyo", "SHAPE_Leng": 370026.328402, "__folium_color": "red"}, "type": "Feature"}, {"bbox": [-119.57273213208605, 36.48922905427339, -118.36661432895778, 36.747206121066476], "geometry": {"coordinates": [[-118.36661432895778, 36.74218678284506], [-118.55434764379153, 36.747206121066476], [-118.55442935239878, 36.743091625081206], [-118.5601531007831, 36.74367618915991], [-118.64437907436081, 36.74172422513437], [-118.64909354112471, 36.74146642969775], [-118.66015486203278, 36.741474151660086], [-118.71118343269761, 36.7401080143172], [-118.7160983059635, 36.74001836282439], [-118.72921559890521, 36.73955492678066], [-118.73351557384015, 36.73961971396049], [-118.76853463916255, 36.7398037437325], [-118.98327850058304, 36.74177094306599], [-118.98348948432582, 36.727861007331725], [-118.98343182413163, 36.726111261074564], [-118.98339436033679, 36.72574591794458], [-118.98348668220692, 36.72482300018542], [-118.98345613805789, 36.723963232789245], [-118.9833915777876, 36.72263923983869], [-118.98341240389512, 36.72088950832545], [-118.98344363444873, 36.71824704947492], [-118.98349500118809, 36.71735433831028], [-118.983430423335, 36.716099012524666], [-118.98344084318427, 36.71517333187908], [-118.98345816546835, 36.71388506288914], [-118.98349979589902, 36.710415801654854], [-118.9835414443481, 36.70688061407445], [-118.98370997191974, 36.69997505608298], [-118.98420726042849, 36.68593869232622], [-118.98429729716713, 36.67876939095509], [-118.98446574837459, 36.6715671305873], [-118.98459667086367, 36.66433189556088], [-118.98476097445483, 36.66079669880887], [-118.98480253102952, 36.65729443733511], [-118.98685490680614, 36.65728649203571], [-118.99116081324959, 36.65723755745545], [-118.99304613644254, 36.657259701203664], [-118.99751567697926, 36.657213285766794], [-118.99960555637522, 36.65720512183125], [-119.00173634794446, 36.657196920075414], [-119.01997946134108, 36.65737685900683], [-119.02875165805645, 36.657611435870976], [-119.03752722104869, 36.6576778172597], [-119.05462160720603, 36.65787201221939], [-119.06318595671087, 36.658068444370855], [-119.06741011937302, 36.65808268791627], [-119.07167184549887, 36.65816267849702], [-119.08000046967844, 36.6578251456663], [-119.08843473024845, 36.65749520051302], [-119.10621797071308, 36.65775016647918], [-119.12432937619946, 36.65846911279624], [-119.1289184643668, 36.65854123116793], [-119.14252220503546, 36.65878966977582], [-119.1434666141292, 36.65879953688694], [-119.14453034683982, 36.658806513542125], [-119.14617021305527, 36.65878805863931], [-119.14817848865599, 36.65887076092323], [-119.15120938428372, 36.658864263810486], [-119.15461205407125, 36.65892587877944], [-119.15649745512589, 36.65893992929187], [-119.15678391837788, 36.65897527052147], [-119.1576840039689, 36.65898233813208], [-119.15817503254158, 36.65902015087014], [-119.15907852584284, 36.65902720343986], [-119.15965130605586, 36.659031941139894], [-119.16051055053214, 36.65907200836205], [-119.17395349395049, 36.65898469867099], [-119.1752627192384, 36.65899653335437], [-119.177846915662, 36.658951551711624], [-119.17837878714442, 36.658956254022044], [-119.19623442211422, 36.65926636547491], [-119.21436334318416, 36.6597161443811], [-119.22154806869642, 36.66010417909805], [-119.2231233755025, 36.66015894603935], [-119.23242885475078, 36.66054785552856], [-119.25062664499264, 36.661044184763064], [-119.25521257712013, 36.66109771549729], [-119.2688941027771, 36.660878352433244], [-119.28654094682443, 36.660708455407935], [-119.29112648030623, 36.66065347367261], [-119.2934517433059, 36.66065331497237], [-119.2956404175818, 36.660598498311174], [-119.29789768276038, 36.66065060298447], [-119.30241161389738, 36.66059536581269], [-119.30453230726623, 36.66059550285696], [-119.30461264495182, 36.659353705460234], [-119.30446103825955, 36.65549196649907], [-119.3044255111428, 36.65512946961449], [-119.30435669457094, 36.65410505604445], [-119.30432630426185, 36.65331402705729], [-119.30423340588568, 36.65136671602748], [-119.30387850199646, 36.64607709898996], [-119.30394635669377, 36.64426397814471], [-119.30395489350698, 36.64383544131208], [-119.30411796185943, 36.64109911872679], [-119.30419145930382, 36.63898931292695], [-119.3043300217733, 36.63522846223211], [-119.3043569607477, 36.63341543757255], [-119.30438442383567, 36.631734267699166], [-119.30460769335255, 36.631602745932895], [-119.30460876991572, 36.63158536542089], [-119.30463699465669, 36.630099219992516], [-119.30466560094345, 36.62871196420003], [-119.30467367682327, 36.6273027812237], [-119.30472606718644, 36.62589623607142], [-119.30471016166508, 36.624456899244386], [-119.30475199398047, 36.62296796587434], [-119.30474977876625, 36.62154232491615], [-119.30473396583143, 36.62012496612083], [-119.30477343724665, 36.618037218624245], [-119.30477804214907, 36.617476839153824], [-119.30470936818931, 36.6172184689603], [-119.3038082601948, 36.61696288069519], [-119.30388584223796, 36.61416083549189], [-119.30391238520522, 36.6122461683336], [-119.30398033892904, 36.61046600264501], [-119.3039516671602, 36.60664237466674], [-119.30401621037969, 36.60486221060301], [-119.30400211850028, 36.60301357500335], [-119.30470264209339, 36.602682167757465], [-119.30472173612581, 36.595430260942344], [-119.30477895548053, 36.588343067416154], [-119.30492038880273, 36.58102490467996], [-119.30493228901048, 36.57713523486714], [-119.30494221140769, 36.57360815299711], [-119.30932237407761, 36.5737315285979], [-119.31370242496695, 36.5738217773257], [-119.32279292114643, 36.57400914328548], [-119.32328349054157, 36.57404627547575], [-119.32517007063413, 36.574005466240735], [-119.32733661702571, 36.5741341629538], [-119.33176083800784, 36.57419066551616], [-119.33204665484408, 36.57412943936308], [-119.33630754475476, 36.574219187645106], [-119.34072837267067, 36.57427536660778], [-119.34584757244032, 36.57437606032592], [-119.35497876715696, 36.5744921848156], [-119.35895330197572, 36.57451054754499], [-119.36341504015847, 36.57456851155708], [-119.36779829083797, 36.57459083402023], [-119.36816612408168, 36.57459519932595], [-119.37021276685145, 36.5745559224259], [-119.37242676404344, 36.57461772468323], [-119.37635686802533, 36.57459993953723], [-119.37709303381513, 36.57471024813665], [-119.37922173362509, 36.57473648811203], [-119.38086013718026, 36.574788971616215], [-119.38143558752164, 36.57476516351539], [-119.38372776883244, 36.574793544699126], [-119.38540690314983, 36.57481561884133], [-119.38597909398874, 36.57482202039281], [-119.3864288341187, 36.574859024741976], [-119.38675580395008, 36.57486346060723], [-119.38712704735623, 36.57486775718072], [-119.3893375057009, 36.5748962967151], [-119.39048514471243, 36.57487882123805], [-119.39097576582165, 36.57491842585629], [-119.391629699361, 36.57492452576232], [-119.39334953039376, 36.57491339432533], [-119.39449733667273, 36.57492884578447], [-119.39482465005595, 36.574999185272944], [-119.3953151069932, 36.57500580640243], [-119.39949402704929, 36.57502488837429], [-119.40010692055033, 36.574998124837705], [-119.40067913258238, 36.57500719445494], [-119.4012138658757, 36.57501364332427], [-119.40174535686394, 36.575053065991376], [-119.402852116458, 36.575032864034746], [-119.40379216755565, 36.575046176605184], [-119.40411929570645, 36.57508077904612], [-119.40481752186152, 36.575089407719375], [-119.40551232918814, 36.575098043931696], [-119.40579844313241, 36.575102565620355], [-119.40850260115168, 36.57510435351964], [-119.41087637023372, 36.57509897257789], [-119.41128526033292, 36.57513876989458], [-119.41214086735853, 36.57528141679863], [-119.41263132755334, 36.57528796660133], [-119.41299943581151, 36.57534163093672], [-119.41330322865431, 36.57546969201687], [-119.41520683552892, 36.57543013680838], [-119.41896367552302, 36.575485716618985], [-119.42104442578959, 36.57545643271686], [-119.42187177974343, 36.57541231524965], [-119.42411599122563, 36.57537965922601], [-119.42531489312898, 36.57539462639749], [-119.42631951188343, 36.57538006636518], [-119.43066192354371, 36.57539472991005], [-119.43103974176674, 36.57535490757451], [-119.43150281489005, 36.57533675404819], [-119.43526963956404, 36.57534783581259], [-119.43748671065549, 36.575336994751375], [-119.43986739285668, 36.575347493603786], [-119.44436996101345, 36.57537755449157], [-119.44868176077003, 36.57539716609775], [-119.45741047555013, 36.57535860284049], [-119.45974327832062, 36.57533592182969], [-119.46200794957839, 36.575310713293696], [-119.46480400921754, 36.57529987959624], [-119.46925014562473, 36.57219768463144], [-119.47585652042503, 36.567125415410075], [-119.47590705087624, 36.564820519336955], [-119.4787950562707, 36.56487216416516], [-119.48121108980253, 36.56295058068444], [-119.48205847668555, 36.56232086282177], [-119.48295059578467, 36.562314510157734], [-119.48403076140634, 36.560796566805955], [-119.48559797423832, 36.55930410420927], [-119.4866046986465, 36.5585748091284], [-119.48801408855364, 36.55744830135905], [-119.49014490828202, 36.55572548106609], [-119.49034836420013, 36.55559278899168], [-119.49079209242556, 36.555228365508974], [-119.49276361227544, 36.55363800383974], [-119.49477590354887, 36.552047438582505], [-119.49690600831316, 36.550258565684935], [-119.49719093615202, 36.55009256168253], [-119.49759011803309, 36.54969258668739], [-119.50056737229576, 36.54730677659283], [-119.50173591555418, 36.54637888387799], [-119.50334485281651, 36.545119484225005], [-119.50362590393797, 36.5448875479986], [-119.50560050026927, 36.54332989929944], [-119.50612196234135, 36.54289915898227], [-119.50781158562692, 36.541507498735214], [-119.51010382236299, 36.539618782825606], [-119.51038418869726, 36.53928794538797], [-119.51235507890253, 36.53772745298101], [-119.51485023694389, 36.5356729495564], [-119.5163364105629, 36.53444686591905], [-119.51673971197587, 36.53418140771086], [-119.51927141181294, 36.5320277612289], [-119.52125252654965, 36.530522003011306], [-119.52344307153896, 36.5287927942393], [-119.52560635607693, 36.52707190718272], [-119.52778312619111, 36.52534542275906], [-119.52814875969715, 36.52506086279878], [-119.52998692397891, 36.523605046397975], [-119.53263722991447, 36.52148079742535], [-119.534363583258, 36.520124300305234], [-119.53659438321273, 36.518394663708406], [-119.53658940788733, 36.518001122048766], [-119.53707348426711, 36.51799894577417], [-119.53778221181928, 36.51742785941729], [-119.53827293288342, 36.51703282216192], [-119.53843736339478, 36.51689402960941], [-119.53857066130763, 36.516781503156814], [-119.5388558396323, 36.51655156578865], [-119.53939114908653, 36.516119940611304], [-119.54092972649428, 36.51487933770722], [-119.54092948956976, 36.51471051655155], [-119.54092893770375, 36.514328736352894], [-119.54140871417522, 36.51432387172514], [-119.5415846010514, 36.514322093032455], [-119.54627567936592, 36.510543725642194], [-119.54627920379355, 36.509112526761605], [-119.54805501083482, 36.50913122221152], [-119.54818425076932, 36.50902113943372], [-119.54825855106377, 36.508957845975395], [-119.54841332083322, 36.50883147112367], [-119.54849988890007, 36.50876078504455], [-119.54906189543425, 36.50829699720013], [-119.54914892926544, 36.50822430507189], [-119.54961396420694, 36.507835914734954], [-119.54983838006106, 36.507648481213764], [-119.55027102663742, 36.50723993418331], [-119.55056542257074, 36.50700782207577], [-119.55068229346367, 36.506916527448375], [-119.55068539090821, 36.50691410595333], [-119.5516978783212, 36.506122998995856], [-119.55329618962294, 36.50487413054078], [-119.55335198076013, 36.504830530478934], [-119.5533396875353, 36.503460583702356], [-119.55383404954084, 36.503458290099644], [-119.55699700975728, 36.50344354307408], [-119.5569820036286, 36.50205016618539], [-119.55953186358046, 36.499972200002645], [-119.56106109426608, 36.49877554718567], [-119.56339859476293, 36.49691302742036], [-119.56383845564545, 36.496578559175155], [-119.5640829326795, 36.496511473482094], [-119.56577364364429, 36.4950832482018], [-119.56613523411096, 36.494749138809794], [-119.56842826955011, 36.49288672778868], [-119.5703183229897, 36.49129266260271], [-119.571727882677, 36.490060737429374], [-119.57273213208605, 36.48922905427339]], "type": "LineString"}, "id": "4", "properties": {"NM_CNTY": "Fresno", "NM_CNTY_2": "Tulare", "SHAPE_Leng": 432134.276134, "__folium_color": "red"}, "type": "Feature"}, {"bbox": [-120.3116240059822, 35.90993319649091, -119.57273213208605, 36.48922905427339], "geometry": {"coordinates": [[-119.57273213208605, 36.48922905427339], [-119.57772308524378, 36.48835338026345], [-119.581756496403, 36.485012600149275], [-119.58200652548037, 36.484786122083484], [-119.5838353923338, 36.483260810977185], [-119.58591368959388, 36.48144306542788], [-119.58644806100489, 36.48148438699529], [-119.58645449958973, 36.48098714037218], [-119.59028090261619, 36.47780915694704], [-119.59089299473794, 36.47778689583126], [-119.59102843166914, 36.47725879154079], [-119.59322647776776, 36.4755749270956], [-119.59505303200683, 36.47424998192856], [-119.59522134449962, 36.474021138904305], [-119.59738152257681, 36.472301673375505], [-119.59949791330293, 36.470651063050035], [-119.60008176246998, 36.47006300688501], [-119.60045440491818, 36.46987157739993], [-119.6087160903343, 36.46342355480451], [-119.609834891407, 36.46254976146912], [-119.61801050645416, 36.45616470887789], [-119.62058354226704, 36.45432179223143], [-119.62091730933139, 36.453962937715545], [-119.62270182660325, 36.45260482163469], [-119.62319362265642, 36.45244841454567], [-119.62767727292972, 36.448914139356745], [-119.63066638378822, 36.4464479876878], [-119.63383057930889, 36.443379213928004], [-119.63603386948292, 36.441735717347626], [-119.63627730143091, 36.441569596418375], [-119.63896869369404, 36.439761358465], [-119.64080444396143, 36.438509822426205], [-119.64133520344686, 36.43814710142417], [-119.64154096047221, 36.43795095063543], [-119.64337580650172, 36.43660048908557], [-119.64516954027019, 36.43522000414686], [-119.64541319857625, 36.43508682477731], [-119.64757492050717, 36.43340762335644], [-119.64793987371495, 36.43314466512709], [-119.64822691739053, 36.43291510403069], [-119.65013897763704, 36.43107239098669], [-119.65034154996358, 36.43090646409768], [-119.65482623221857, 36.4273848759254], [-119.65506903780036, 36.42715553613502], [-119.65983767816306, 36.42350033189306], [-119.6603277424947, 36.42317071758495], [-119.66142826776628, 36.42228279875099], [-119.66191775537149, 36.42188725172921], [-119.66289443186866, 36.42122801741801], [-119.66334426732354, 36.420967283744204], [-119.66444921434405, 36.4209995771169], [-119.66502335089874, 36.42096615139008], [-119.66539130601217, 36.420670160753595], [-119.66542334920727, 36.41925524994046], [-119.66611558698423, 36.41872669180441], [-119.66693528975189, 36.418793522493566], [-119.66759214853558, 36.419289803292806], [-119.66831137789397, 36.42268387745683], [-119.66860312999503, 36.4234074564575], [-119.67041265622707, 36.42472685151363], [-119.67225988848224, 36.42568339414851], [-119.67271830561947, 36.42680434503466], [-119.6720705555663, 36.42815406363826], [-119.67121993634427, 36.429241203163244], [-119.67105794575197, 36.42976955491142], [-119.67130696716445, 36.43026261405191], [-119.67229367790729, 36.43075701176568], [-119.6732364853341, 36.43089178250042], [-119.67401465069831, 36.4308571638601], [-119.67471068538732, 36.43075981668559], [-119.67560606977482, 36.43013390169887], [-119.67572813562663, 36.429707416752684], [-119.67621534139238, 36.429443677085246], [-119.67658415617237, 36.42924653744473], [-119.67809830081673, 36.42941098559613], [-119.67949117085134, 36.429312391364114], [-119.68084527567535, 36.42944475072737], [-119.68149767501609, 36.42941354278881], [-119.68206955538105, 36.4291163371387], [-119.68214910132708, 36.42888512651837], [-119.68231365392133, 36.42865617957114], [-119.68259622439938, 36.427932077119124], [-119.68291760415006, 36.42736983811793], [-119.68336593127431, 36.426941467060374], [-119.68422536363202, 36.426876097442275], [-119.68634941060755, 36.42605348324154], [-119.68778301858316, 36.42595730140725], [-119.68942113253428, 36.425923100842475], [-119.6904839278398, 36.425793316976424], [-119.69171386303923, 36.425728487037226], [-119.69232570547491, 36.42572767667627], [-119.69371466074536, 36.42520039620271], [-119.6943299269655, 36.42520230160421], [-119.69473975563126, 36.425037832133725], [-119.69768685053072, 36.42503981636448], [-119.69952651765583, 36.42474332739838], [-119.70116671699951, 36.42494244699398], [-119.70461524533064, 36.426259895213896], [-119.70621138997915, 36.42609659913476], [-119.70759904971011, 36.42543730471029], [-119.7087818509646, 36.424680318389754], [-119.70943246753912, 36.42408857244195], [-119.71077475033894, 36.422935033819876], [-119.71146468886644, 36.42181560101429], [-119.71211341995091, 36.42102331846637], [-119.71304957274394, 36.42006997179185], [-119.71415307206813, 36.41957437923735], [-119.71521513154072, 36.41937844915023], [-119.7157484522484, 36.4193450227707], [-119.71677121843305, 36.419311395716015], [-119.71738551780636, 36.419214296612], [-119.71783235203984, 36.41901656246127], [-119.7185266653281, 36.418751396247735], [-119.7194249345152, 36.41848774883691], [-119.72065287993739, 36.41822484277925], [-119.72183848671881, 36.41815996793193], [-119.72307072589483, 36.41835851500892], [-119.72409625146943, 36.41862148749284], [-119.72520521318665, 36.41908448156086], [-119.72742191104652, 36.42023570315687], [-119.72861156472361, 36.42059928022143], [-119.73000423921764, 36.420502838927014], [-119.73131126830263, 36.41997561876035], [-119.73204229104714, 36.419281610534156], [-119.73289783682155, 36.41845771606617], [-119.73383307344939, 36.41743828690099], [-119.73476701905743, 36.41628424821308], [-119.73558115549878, 36.41576002013748], [-119.7359476016863, 36.41569456865939], [-119.73648276599936, 36.41585883195823], [-119.73693482669778, 36.41621864459085], [-119.73718673444827, 36.41697527831824], [-119.73731441293556, 36.41753488404604], [-119.73764164386581, 36.41763450283189], [-119.73891156573613, 36.417503004664205], [-119.74058619550846, 36.417042071158676], [-119.7419341943241, 36.416547440965594], [-119.74377412381604, 36.416316187139515], [-119.74414056576276, 36.416250714905026], [-119.74473909499599, 36.41580295225405], [-119.74566247637344, 36.41511214195904], [-119.74730095454373, 36.413731068066056], [-119.74923031682013, 36.41185916616218], [-119.75169073425658, 36.410088268255656], [-119.75177447508577, 36.40926087759687], [-119.75181661046598, 36.40870020706963], [-119.74789295732515, 36.40745303990567], [-119.74928709967956, 36.405776792902095], [-119.74965645888007, 36.40531570339211], [-119.74974719517917, 36.403100992324624], [-119.75072857728824, 36.402677245849105], [-119.75113848539883, 36.40254554804912], [-119.75201960472141, 36.4020644552462], [-119.75256970913229, 36.40225630442745], [-119.75289936630297, 36.402259718865686], [-119.7567830607766, 36.40221585308786], [-119.7574793959531, 36.402186703506615], [-119.76201962386936, 36.40221265882254], [-119.76234588446754, 36.40221606882536], [-119.76340955682461, 36.4022202407342], [-119.76549582219725, 36.40219859720042], [-119.77134409988292, 36.402199298050114], [-119.77621332415997, 36.402162147647324], [-119.77658066011071, 36.40219546738359], [-119.77805217369239, 36.402205083843825], [-119.78017921397672, 36.402182921819886], [-119.78255436009637, 36.40216457977448], [-119.7835769195955, 36.40213587409398], [-119.78480409136473, 36.40217723458936], [-119.789262424973, 36.40216973263964], [-119.7960112485528, 36.40217148857878], [-119.79809447480753, 36.402185001322835], [-119.7984641998835, 36.40211933958536], [-119.7990351454748, 36.40212375004558], [-119.79956867920227, 36.402125658825305], [-119.80022422597536, 36.40209653207545], [-119.80059126135943, 36.402099557118866], [-119.80509072333483, 36.402124146459784], [-119.80562051280235, 36.40209309106516], [-119.80848569543188, 36.402142339401856], [-119.80905661309282, 36.40214395127641], [-119.80963094732839, 36.40214828775385], [-119.8117991029879, 36.40215823643067], [-119.81298513467044, 36.40216387932354], [-119.81343372154693, 36.40216630685165], [-119.8140488376629, 36.402170342863016], [-119.81568310481178, 36.40214542235665], [-119.81629856523423, 36.402182406746455], [-119.82083880381813, 36.40220611425602], [-119.82304776204158, 36.40221833189973], [-119.8252971496708, 36.40219725452274], [-119.82754688086375, 36.40220910539355], [-119.8308599629094, 36.40219426763037], [-119.83413260470103, 36.402209831299686], [-119.84087841630938, 36.402244767326145], [-119.84546211603042, 36.40220129694941], [-119.84619616695772, 36.402204325840145], [-119.84754568138375, 36.4022441673871], [-119.84979810463749, 36.402189648246676], [-119.85118806850245, 36.40219894284253], [-119.85996217729358, 36.40219354864239], [-119.86033289173905, 36.402221088463], [-119.86896694669231, 36.402150113349414], [-119.8736320591712, 36.402093971671185], [-119.87793018912365, 36.40204036444685], [-119.87834168035782, 36.40206754779974], [-119.88083525759815, 36.40200515901976], [-119.88668993201146, 36.40196716623613], [-119.88726452920646, 36.40199310624331], [-119.89155962032129, 36.40197199201927], [-119.89520199354985, 36.40192816130046], [-119.89553156678697, 36.40192293320594], [-119.89602121217472, 36.4019494664515], [-119.89675814492243, 36.40190820501404], [-119.90482170073678, 36.40187462933213], [-119.90518826518857, 36.40183612925165], [-119.9139471760953, 36.40169500275146], [-119.91427373412265, 36.401722713934355], [-119.92291108494723, 36.40164778594132], [-119.92319647433328, 36.40164282958469], [-119.92418222670318, 36.40166539119609], [-119.9247530380404, 36.4016582112703], [-119.94104153412721, 36.40145083670029], [-119.94652536919605, 36.401379862184335], [-119.94730385233305, 36.401403887047806], [-119.95888691323663, 36.401289122000115], [-119.95897817708776, 36.40097521606375], [-119.95890084316466, 36.390330871626254], [-119.95904276982257, 36.38669806871224], [-119.9590332602386, 36.38620367234797], [-119.95901678208473, 36.37910531068182], [-119.95889196104967, 36.37176058965265], [-119.95844066822913, 36.35723757090629], [-119.95890762979931, 36.342542308364195], [-119.95886725816258, 36.32801594199179], [-119.95868299484474, 36.31365555318214], [-119.95864416702996, 36.306392498684865], [-119.9584730060365, 36.29913052003837], [-119.95846666749958, 36.28460383425741], [-119.95887077418783, 36.270073822961834], [-119.95880609999311, 36.25879467925288], [-119.95879453876967, 36.25840742568049], [-119.9588657183268, 36.25565698793551], [-119.95906645517353, 36.2554328494533], [-119.9589925253625, 36.25521367224743], [-119.95899375029718, 36.24101919079727], [-119.95895009033323, 36.22647611499363], [-119.95893979016812, 36.210512474393646], [-119.95901961136566, 36.19608651148003], [-119.95912594427574, 36.18876447650424], [-119.95905133722913, 36.183259772230414], [-119.96120631529676, 36.18159679709968], [-119.96139256671151, 36.18139121801963], [-119.96788638218784, 36.17596855322755], [-119.97684763210948, 36.168606943093], [-119.98254895065901, 36.16401977175035], [-119.98534320066624, 36.16178909439925], [-119.99451508571214, 36.15446607757155], [-120.0036039514899, 36.14720715694686], [-120.01257300507511, 36.14004185633103], [-120.01592834868792, 36.13756984275542], [-120.02157492265798, 36.133284412338284], [-120.02542166334572, 36.13036427706922], [-120.030558861006, 36.126464161839294], [-120.03495218928632, 36.12312850717954], [-120.03943781524825, 36.11969590481836], [-120.04448649275199, 36.11583167209408], [-120.04853060199893, 36.11273586915775], [-120.05357796476011, 36.10887159990613], [-120.05744482125549, 36.105895025737944], [-120.06003750447391, 36.10389913787069], [-120.0626962830749, 36.101857784201066], [-120.07305202978962, 36.09430495359479], [-120.07968616869056, 36.08910155367157], [-120.08411443422523, 36.085627752448], [-120.08859586353981, 36.08211140510604], [-120.09147934925707, 36.07984902008577], [-120.09823904781946, 36.0745440816049], [-120.0987544773545, 36.07413933064025], [-120.10139557034925, 36.07206627132807], [-120.10594195745165, 36.068497406640226], [-120.11042811623665, 36.0649752826329], [-120.1148858396056, 36.06147480020393], [-120.11927291420498, 36.058029505630465], [-120.12431192141887, 36.05407169222559], [-120.12830345699868, 36.05093612018195], [-120.14689005654556, 36.03702195372055], [-120.15575710635737, 36.03038149328838], [-120.16224262298117, 36.02552350023186], [-120.16704728428002, 36.02192383733297], [-120.18197350653207, 36.01073798198991], [-120.18861161961941, 36.00576166350835], [-120.19539220676137, 36.000677718440556], [-120.19984507161494, 35.997338334727786], [-120.20972118313769, 35.98948574159028], [-120.21769884456033, 35.98310788096186], [-120.2232133802384, 35.97869851611932], [-120.22772622353243, 35.97508033304436], [-120.23220402878552, 35.97149002094629], [-120.2354053653034, 35.96889622335417], [-120.24110552203479, 35.96427751134703], [-120.24546455000775, 35.96086452676503], [-120.25140742722296, 35.9563089936069], [-120.25732699938062, 35.951783024434555], [-120.25943119400195, 35.95015665599199], [-120.26263235913038, 35.947682126710376], [-120.26326430953858, 35.94719372603185], [-120.26542609698339, 35.94556659235221], [-120.26913488436553, 35.942699269551746], [-120.27812830995485, 35.93581869049299], [-120.28110270781374, 35.93351809397473], [-120.29723133461597, 35.92108753828773], [-120.29963666342631, 35.91921178182255], [-120.30014435866563, 35.91881898296714], [-120.3116240059822, 35.90993319649091]], "type": "LineString"}, "id": "5", "properties": {"NM_CNTY": "Fresno", "NM_CNTY_2": "Kings", "SHAPE_Leng": 360632.510936, "__folium_color": "red"}, "type": "Feature"}, {"bbox": [-120.91936597580208, 36.2905637267375, -120.59643640244771, 36.74033965857828], "geometry": {"coordinates": [[-120.68484585329111, 36.2905637267375], [-120.68056300102415, 36.29057207572652], [-120.6800522931958, 36.2906534626306], [-120.68009771718411, 36.296685973837626], [-120.67673445764919, 36.29685703005074], [-120.67677020648804, 36.30198030709584], [-120.67483988163933, 36.30297454263926], [-120.67423281153968, 36.30347211495946], [-120.67342039947339, 36.30404948520258], [-120.67219892995257, 36.30454743524581], [-120.6712847408856, 36.30512897577101], [-120.66632895250761, 36.31083871891924], [-120.65298074229887, 36.310667662800704], [-120.65203138186153, 36.3127990311999], [-120.6506826377262, 36.31435075249976], [-120.64923681242534, 36.31548895030169], [-120.6460392962872, 36.317596447148944], [-120.6430633160299, 36.31846724812553], [-120.63969132472741, 36.318593412952055], [-120.63518051325204, 36.31977910753227], [-120.62766112328424, 36.31721724666449], [-120.62643692613715, 36.31712133818576], [-120.62500056517716, 36.317432164810874], [-120.61740982869016, 36.319736136638774], [-120.61546403871772, 36.32004277783394], [-120.61382222236479, 36.320600770806806], [-120.61187471338985, 36.32098980532751], [-120.60849918842761, 36.321279969381735], [-120.60757380192221, 36.32167983117873], [-120.60705261799771, 36.32241765347903], [-120.60673345359884, 36.3232379194191], [-120.60651616155042, 36.32405955000125], [-120.60579789560471, 36.32446210248041], [-120.60446326168254, 36.32477681025856], [-120.60394874503193, 36.32501725820299], [-120.6033239305066, 36.32583613654233], [-120.60228978975559, 36.326729191166656], [-120.59951681457913, 36.32760440920389], [-120.59798512304289, 36.32775135682726], [-120.5971614979355, 36.32815252178278], [-120.59643640244771, 36.32872269743286], [-120.59668042213559, 36.33960975994799], [-120.59707900117104, 36.35388217158955], [-120.59704775021103, 36.369547711968714], [-120.59733777762784, 36.38398362965061], [-120.59741025209436, 36.39956806719083], [-120.59745239105341, 36.41037260433025], [-120.59748576721489, 36.4285152428255], [-120.597468201337, 36.4431914710546], [-120.59735204773683, 36.45770414478105], [-120.59742084910162, 36.47211542471371], [-120.59722364793056, 36.48799911380845], [-120.59722332346281, 36.48813190144313], [-120.5989375984434, 36.48810016343629], [-120.59975568289757, 36.48809020640073], [-120.60021332321993, 36.48809008566735], [-120.60061944720117, 36.48808752271427], [-120.6013370069186, 36.488089660812975], [-120.60361676540931, 36.488095115038874], [-120.6036870322324, 36.488095230055904], [-120.60373028338022, 36.488118907896805], [-120.62186665917604, 36.50212352471907], [-120.64011068476185, 36.51645950701836], [-120.64381875405573, 36.51957885508462], [-120.65395914058081, 36.526301434708195], [-120.65876453412803, 36.52958641987512], [-120.66330313518012, 36.533586487672835], [-120.671851234396, 36.54208805671648], [-120.67460947437046, 36.544939546303205], [-120.68395985297624, 36.552167950483565], [-120.68863327087645, 36.55567063190519], [-120.69323681829623, 36.55922907857128], [-120.69784425024258, 36.562790028747756], [-120.70719766586821, 36.5699588826706], [-120.70843656936323, 36.57099886086818], [-120.70868434731814, 36.57358329686948], [-120.71413905602068, 36.57734027790099], [-120.71795346243319, 36.58053273207097], [-120.71836217035525, 36.58052958469666], [-120.72238129754473, 36.58372169623939], [-120.72238705666241, 36.58413370841143], [-120.7230001191906, 36.584127600654135], [-120.72763698640142, 36.5878106134121], [-120.73151506066978, 36.587861509984215], [-120.73156016786815, 36.59124832061813], [-120.73605002634665, 36.591378093202394], [-120.73588478773745, 36.594188275224454], [-120.73691474625093, 36.59484087460257], [-120.74476702934608, 36.59494327904689], [-120.74496625260906, 36.60196529061865], [-120.74649586575337, 36.60195114401528], [-120.74958891835722, 36.604323454315725], [-120.74950451379785, 36.605563736461086], [-120.75103606553363, 36.60563191886898], [-120.7540253548663, 36.60792322804142], [-120.75404507700266, 36.60924440215417], [-120.75577929774904, 36.60922987819705], [-120.75853416553787, 36.60929094167948], [-120.75856253630865, 36.61143894010266], [-120.75858420823275, 36.61284250898841], [-120.76031850720311, 36.61282791263666], [-120.76318245185243, 36.61288451250108], [-120.76321958345297, 36.61511205107621], [-120.76314810926732, 36.616761503373], [-120.76560142475667, 36.6167389465347], [-120.76798943051436, 36.618780559571434], [-120.76811689492247, 36.62018254971997], [-120.7726167127525, 36.620222917423895], [-120.77298572953832, 36.623684557915055], [-120.77697270052742, 36.62364721169777], [-120.77723819767617, 36.627192795927], [-120.77897811236606, 36.6272602719465], [-120.78096351719807, 36.62955213792124], [-120.78098705292172, 36.630870500676714], [-120.78538341767177, 36.63083225266946], [-120.78553062546985, 36.63322296713748], [-120.79642290824783, 36.6417849315892], [-120.81728585528285, 36.6584171630298], [-120.81735569608446, 36.65660011728936], [-120.81980830764617, 36.65649404478278], [-120.82246743406674, 36.65646993745957], [-120.82253438385564, 36.66018054367471], [-120.82350872641598, 36.66187723413982], [-120.83642652446503, 36.672665605549874], [-120.83684214578561, 36.673076801158395], [-120.84138529556411, 36.676668932633305], [-120.85451212643422, 36.6872900309009], [-120.85472073963739, 36.68745437208792], [-120.85606493135336, 36.688598328938966], [-120.8562701368814, 36.688762719638945], [-120.85895665749811, 36.690968195398774], [-120.86371393806706, 36.69472373062277], [-120.8730164731871, 36.702157888160535], [-120.87250275427985, 36.70207803797749], [-120.87694979770356, 36.70550823108457], [-120.881809002203, 36.70959386839266], [-120.89027182698317, 36.71687507587446], [-120.89477286796652, 36.71700974489419], [-120.89470823703796, 36.72063995375796], [-120.89945349775007, 36.72431732793758], [-120.89949282020127, 36.72786347076204], [-120.90378770311588, 36.7279159111531], [-120.9039950750521, 36.72815985976665], [-120.90833108058719, 36.731675824000384], [-120.91039142239795, 36.733145629538846], [-120.91051540603118, 36.73512444843171], [-120.9130716085013, 36.73510822016956], [-120.91936597580208, 36.74033965857828]], "type": "LineString"}, "id": "6", "properties": {"NM_CNTY": "Fresno", "NM_CNTY_2": "San Benito", "SHAPE_Leng": 237066.220398, "__folium_color": "red"}, "type": "Feature"}, {"bbox": [-120.91936597580208, 36.74033965857828, -120.54105999219614, 37.04506589073252], "geometry": {"coordinates": [[[-120.91936597580208, 36.74033965857828], [-120.91308769021813, 36.74541580513227], [-120.91237633576843, 36.74591623184926], [-120.91014793433446, 36.74774589102162], [-120.90507983164922, 36.75182424932177], [-120.90365686817015, 36.75282226123776], [-120.89980837272225, 36.75598259020444], [-120.8946374212435, 36.760224263601735], [-120.89017700317898, 36.76380333262925], [-120.87658340970884, 36.774617004895205], [-120.87181792756714, 36.77835949432795], [-120.86299196010476, 36.78567627889355], [-120.8585285999987, 36.78925415736102], [-120.85446809934928, 36.79241350440763], [-120.8503093644112, 36.79590664907777], [-120.8451344609172, 36.80006371587127], [-120.84107335280699, 36.803387428626706], [-120.83681234887639, 36.80679649886337], [-120.83194148368065, 36.810868614398196], [-120.82371764479538, 36.81751925681592], [-120.82282946387824, 36.8181069955636], [-120.81933974369824, 36.82096241822034], [-120.8053178587146, 36.83257630447027], [-120.80040081344825, 36.836274137744354], [-120.7941780210209, 36.84131005700824], [-120.79157102807353, 36.84340961295572], [-120.78309099193643, 36.85036610758761], [-120.78173254894294, 36.851490759294386], [-120.78124554564666, 36.851866148508975], [-120.77779414131707, 36.854736210724134], [-120.77643508721951, 36.8558415820678], [-120.77564697415947, 36.85650438699], [-120.77450494870348, 36.85738672485488], [-120.7742062872513, 36.8576301762155], [-120.77243763735073, 36.8590657440062], [-120.77165186350254, 36.859684534141884], [-120.76909534364142, 36.8618020597075], [-120.7689319038144, 36.861980299526635], [-120.76509968669359, 36.86498198306486], [-120.76349522852215, 36.866285875097745], [-120.76319549235771, 36.866485349463744], [-120.75832793870993, 36.87043612883642], [-120.75805793234032, 36.87059120555221], [-120.75506766941476, 36.87306368284136], [-120.75332365757099, 36.87441068728209], [-120.75313617232591, 36.8745865115282], [-120.74717816245455, 36.87935494826414], [-120.7457162382367, 36.880486161185125], [-120.73473824483389, 36.88941762556494], [-120.73360718282048, 36.89037355513352], [-120.7333376112336, 36.89055328046581], [-120.72910471306061, 36.89411442866253], [-120.72826706269807, 36.894739152789015], [-120.71696158527696, 36.90389063066272], [-120.71590928457982, 36.9047161304155], [-120.71051337742519, 36.90912289296013], [-120.71021341288521, 36.909171128344276], [-120.70637666804932, 36.9121763283278], [-120.70621639543093, 36.91235442988777], [-120.69951998448407, 36.917721464060236], [-120.69900974133813, 36.91816550462355], [-120.69177559672531, 36.92402045753707], [-120.69072711865464, 36.92473303592496], [-120.6846460388761, 36.92954381156641], [-120.68356417118615, 36.93045733849295], [-120.67298712170418, 36.93905944611052], [-120.65578104507615, 36.9528431581761], [-120.65578051343329, 36.952843501702816], [-120.65398772384502, 36.95286552424724], [-120.65350540733745, 36.95287112439781], [-120.64944873256526, 36.952851193663115], [-120.64523823960502, 36.95283217923731], [-120.64041967862472, 36.952815286261526], [-120.63599947246642, 36.952799617764434], [-120.63270659271846, 36.95278784000313], [-120.63126574152993, 36.95278265758014], [-120.63050791069479, 36.95277992506063], [-120.62789526857945, 36.95277046753526], [-120.5905248457604, 36.95262894772076], [-120.59035563868959, 36.98166654601691], [-120.58813715401985, 36.9816656871117], [-120.58811723978368, 36.985309322946456], [-120.58606134789183, 36.985304696591676], [-120.58606953797926, 36.98530896725295], [-120.58608801407922, 36.98570704064492], [-120.58600084843043, 36.986628444892595], [-120.5863008919417, 36.98739638627846], [-120.5865432019185, 36.98885184516171], [-120.58654653058221, 36.98885172625787], [-120.586552144022, 36.98895336615006], [-120.58564554368523, 36.99065752341418], [-120.58520628150019, 36.99077870772982], [-120.58530143100722, 36.99124169508679], [-120.58593699784367, 36.99167281018019], [-120.58691597837108, 36.99198400110102], [-120.58723177316223, 36.99218584627499], [-120.58762034804697, 36.992595500337785], [-120.58811474414814, 36.99282244703458], [-120.58865329776793, 36.99269993690868], [-120.58914588904871, 36.992341789780674], [-120.5898506623099, 36.992142900599575], [-120.59040074785149, 36.99241305221611], [-120.59060843486444, 36.99252017700618], [-120.5907709906851, 36.9925976831775], [-120.59119463518822, 36.992880497742256], [-120.5918469482744, 36.994118982738634], [-120.59241905981888, 36.9946250760673], [-120.59251466815945, 36.9949424597319], [-120.59242853564109, 36.9952485223457], [-120.59274078043975, 36.99593936848583], [-120.59275189084735, 36.996145247377726], [-120.59279591769393, 36.99645232786329], [-120.59270932914154, 36.99673642072218], [-120.59283974829647, 36.997080811810044], [-120.59302273298778, 36.997317370250336], [-120.59375150881402, 36.9979449912667], [-120.59416333904998, 36.997986215336375], [-120.59450481451888, 36.9979377214559], [-120.59521208196178, 36.99769206963153], [-120.59657270510792, 36.99806952693588], [-120.59796506478594, 36.99882014022223], [-120.59886212583207, 36.99864335971242], [-120.59886561369343, 36.99864049766881]], [[-120.59886750176591, 36.998641977538625], [-120.59883524927974, 36.99866844409202], [-120.59528477609764, 37.001528678730466], [-120.59500189187276, 37.00176043875339], [-120.59051479285002, 37.00538565745064], [-120.59014833135225, 37.00555259307615], [-120.58749661515492, 37.00767819837038], [-120.5872096335346, 37.007879776582506], [-120.58545523471119, 37.00934241611988], [-120.58504829349268, 37.00970765623113], [-120.58382543659674, 37.01070449009676], [-120.58325541705125, 37.01113505216549], [-120.57721599794952, 37.015955947801345], [-120.57697067089039, 37.01618717390356], [-120.5729334620607, 37.01944593449601], [-120.57240514274275, 37.01991160801146], [-120.5667309758684, 37.0243975255975], [-120.56652882613152, 37.02456498264819], [-120.56342757697448, 37.02705575702659], [-120.55391582887256, 37.034467077753504], [-120.54983480397472, 37.0378574433874], [-120.54787672788015, 37.03948420287985], [-120.54730424433167, 37.039983295926184], [-120.54460905949036, 37.042108465378114], [-120.54305880169277, 37.04340575202431], [-120.54269060761222, 37.04367145350277], [-120.5419555510582, 37.04426875034718], [-120.54105999219614, 37.04506589073252]]], "type": "MultiLineString"}, "id": "7", "properties": {"NM_CNTY": "Fresno", "NM_CNTY_2": "Merced", "SHAPE_Leng": 173494.729001, "__folium_color": "red"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_18d0072f2a1444ba84553d8583fd59a2_styler(feature) {
switch(feature.id) {
case "7": case "8": case "9": case "18": case "31": case "40": case "44": case "45": case "50": case "56": case "57": case "58": case "59": case "66": case "67": case "68": case "71": case "72": case "73": case "75": case "77": case "78": case "80": case "81":
return {"color": "#1f77b4", "fillColor": "#1f77b4", "fillOpacity": 0.5, "weight": 3.5};
case "11": case "17": case "48": case "49": case "74": case "76": case "79":
return {"color": "#8c564b", "fillColor": "#8c564b", "fillOpacity": 0.5, "weight": 3.5};
default:
return {"color": "#17becf", "fillColor": "#17becf", "fillOpacity": 0.5, "weight": 3.5};
}
}
function geo_json_18d0072f2a1444ba84553d8583fd59a2_highlighter(feature) {
switch(feature.id) {
default:
return {"fillOpacity": 0.75};
}
}
function geo_json_18d0072f2a1444ba84553d8583fd59a2_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_18d0072f2a1444ba84553d8583fd59a2_styler(feature)
Object.assign(opts, style)
return new L.CircleMarker(latlng, opts)
}
function geo_json_18d0072f2a1444ba84553d8583fd59a2_onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
if(typeof e.target.setStyle === "function"){
geo_json_18d0072f2a1444ba84553d8583fd59a2.resetStyle(e.target);
}
},
mouseover: function(e) {
if(typeof e.target.setStyle === "function"){
const highlightStyle = geo_json_18d0072f2a1444ba84553d8583fd59a2_highlighter(e.target.feature)
e.target.setStyle(highlightStyle);
}
},
});
};
var geo_json_18d0072f2a1444ba84553d8583fd59a2 = L.geoJson(null, {
onEachFeature: geo_json_18d0072f2a1444ba84553d8583fd59a2_onEachFeature,
style: geo_json_18d0072f2a1444ba84553d8583fd59a2_styler,
pointToLayer: geo_json_18d0072f2a1444ba84553d8583fd59a2_pointToLayer
});
function geo_json_18d0072f2a1444ba84553d8583fd59a2_add (data) {
geo_json_18d0072f2a1444ba84553d8583fd59a2
.addData(data)
.addTo(map_c2dd4fb2743e4e69a6226cd1c57d307f);
}
geo_json_18d0072f2a1444ba84553d8583fd59a2_add({"bbox": [-120.712451934814, 36.13652302753828, -119.33564273059692, 36.993345646402], "features": [{"bbox": [-119.73880738019898, 36.86665213789659, -119.72984075546297, 36.86672295118999], "geometry": {"coordinates": [[-119.73880738019898, 36.86665213789659], [-119.735682606697, 36.8666735964773], [-119.73487794399298, 36.866671450619506], [-119.73210722208, 36.86671007605063], [-119.72984075546297, 36.86672295118999]], "type": "LineString"}, "id": "0", "properties": {"Agency": "Fresno", "Description": "2 LD to 4 LD with sidewalks, curb \u0026n gutter", "Inflated": 1845359.464, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 1220000.0, "Project ID": "75", "TITLE": "Shepherd - Chestnut to Willow: 2 LD to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.75678354501702, 36.8665105111131, -119.74775522947299, 36.8665920538387], "geometry": {"coordinates": [[-119.75678354501702, 36.8665105111131], [-119.754554629326, 36.8665126569754], [-119.752325713634, 36.866546990764185], [-119.74859207868599, 36.8665920538387], [-119.74775522947299, 36.86658132453772]], "type": "LineString"}, "id": "1", "properties": {"Agency": "Fresno", "Description": "3 LD to 4 LD with bike lanes and sidewalks, curb \u0026 gutter", "Inflated": 1225197.677, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 810000.0, "Project ID": "74", "TITLE": "Shepherd - Cedar to Maple: 3LD to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.911437034607, 36.80796185003011, -119.907360076904, 36.81528019936519], "geometry": {"coordinates": [[-119.907360076904, 36.81528019936519], [-119.911437034607, 36.80796185003011]], "type": "LineString"}, "id": "2", "properties": {"Agency": "Fresno", "Description": "Unconstructed 6 LD bike lanes, gutter, curb, sidewalk, trail", "Inflated": 6398254.536, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 4230000.0, "Project ID": "80", "TITLE": "Veterans Blvd - Holland to Barstow: 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.905278682709, 36.81890475650881, -119.90086913108802, 36.82748448135779], "geometry": {"coordinates": [[-119.905278682709, 36.81890475650881], [-119.90361571312002, 36.82179053709], [-119.90190982818602, 36.825036910175676], [-119.90086913108802, 36.82748448135779]], "type": "LineString"}, "id": "3", "properties": {"Agency": "Fresno", "Description": "Unconstructed 6 LD bike lanes, gutter, curb, sidewalk, trail", "Inflated": 2193255.101, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 1450000.0, "Project ID": "78", "TITLE": "Veterans Blvd - Browning to Bullard: 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.90089058876, 36.827493069189, -119.90028977394101, 36.82908180138101], "geometry": {"coordinates": [[-119.90089058876, 36.827493069189], [-119.90028977394101, 36.82908180138101]], "type": "LineString"}, "id": "4", "properties": {"Agency": "Fresno", "Description": "Unconstructed 6 LD bike lanes, gutter, curb sidewalks, trail", "Inflated": 5006671.989, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 3310000.0, "Project ID": "79", "TITLE": "Veterans Blvd - Bullard to Riverside: 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.779558181763, 36.86633455019811, -119.76543903350797, 36.89626782415491], "geometry": {"coordinates": [[-119.779558181763, 36.86633455019811], [-119.77895736694302, 36.873132355327314], [-119.778056144714, 36.88034148763591], [-119.777584075928, 36.88603965351629], [-119.77732658386199, 36.8889229007252], [-119.776511192322, 36.89015854476698], [-119.77518081665, 36.89160010420422], [-119.77333545684799, 36.892458162372996], [-119.77084636688198, 36.893281889140596], [-119.76878643035899, 36.8938996783827], [-119.76689815521202, 36.89472338959387], [-119.76543903350797, 36.89626782415491]], "type": "LineString"}, "id": "5", "properties": {"Agency": "Fresno", "Description": "4 LD to 6 LD with bike lanes, sidewalks, curb, gutter", "Inflated": 19421652.07, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 12840000.0, "Project ID": "52", "TITLE": "Friant-Shepherd to Copper: 4 LD to 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.916672706604, 36.80791030987799, -119.91650104522701, 36.83063615067862], "geometry": {"coordinates": [[-119.91650104522701, 36.80791030987799], [-119.916672706604, 36.83063615067862]], "type": "LineString"}, "id": "6", "properties": {"Agency": "Fresno", "Description": "2 LU to 4 LD with bike lanes, sidewalks, curb, gutter, trail", "Inflated": 10966275.51, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 7250000.0, "Project ID": "57", "TITLE": "Grantland-Shaw to Parkway: 2 LU to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-120.36329269409197, 36.7313177174026, -120.05146980285602, 36.7351697996034], "geometry": {"coordinates": [[-120.36329269409197, 36.7351697996034], [-120.35848617553698, 36.7313177174026], [-120.335311889648, 36.733794078147206], [-120.32947540283199, 36.73434436968791], [-120.25188446044898, 36.73420679717248], [-120.16811370849598, 36.73503222856711], [-120.126571655273, 36.73461951397919], [-120.05146980285602, 36.7348258715505]], "type": "LineString"}, "id": "7", "properties": {"Agency": "Caltrans", "Description": "Add passing lanes between Kerman and Mendota Operational", "Inflated": 10746470.67, "Location": "Rural", "Mode": "Streets \u0026 Roads-Operations", "Project Cost": 9000000.0, "Project ID": "98", "TITLE": "SR 180 Passing Lanes", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-120.45641899108901, 36.760375529807504, -120.386595726013, 36.85709817919121], "geometry": {"coordinates": [[-120.45641899108901, 36.85709817919121], [-120.45195579528801, 36.85284014527502], [-120.448093414307, 36.8382099312796], [-120.44577598571802, 36.83278299004122], [-120.430240631104, 36.81395745093151], [-120.404405593872, 36.78385445337911], [-120.390672683716, 36.7679734500801], [-120.38792610168497, 36.765979498610506], [-120.38672447204601, 36.763710456283], [-120.386595726013, 36.760375529807504]], "type": "LineString"}, "id": "8", "properties": {"Agency": "Caltrans", "Description": "Add passing lanes between Firebaugh and Mendota Operational", "Inflated": 10746470.67, "Location": "Rural", "Mode": "Streets \u0026 Roads-Operations", "Project Cost": 9000000.0, "Project ID": "103", "TITLE": "SR 33 Passing Lanes", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.45769739999997, 36.613254900000015, -119.45768740000001, 36.6187549], "geometry": {"coordinates": [[-119.45768740000001, 36.613254900000015], [-119.45769739999997, 36.6187549]], "type": "LineString"}, "id": "9", "properties": {"Agency": "Reedley", "Description": "Reconstruction of roadway, increase from two lanes to four lanes, curb ramp upgrades, overlay, slurry seal, replace water lines, bike lanes, curb and gutter and sidewalks", "Inflated": 0.0, "Location": "Rural", "Mode": "Streets \u0026 Roads - Capacity Increasing, Streets \u0026 Roads-Maintenance", "Project Cost": null, "Project ID": "118", "TITLE": "Reed Avenue Reconstruction Phase 2", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.7273874, 36.735824899999976, -119.7272974, 36.757484900000016], "geometry": {"coordinates": [[-119.72737740000001, 36.735824899999976], [-119.7273874, 36.73595489999999], [-119.72737740000001, 36.73686490000003], [-119.72737740000001, 36.737744900000024], [-119.7273574, 36.73862489999998], [-119.72736739999999, 36.73947489999999], [-119.72736739999999, 36.7395049], [-119.72736739999999, 36.73959489999999], [-119.72736739999999, 36.74010490000002], [-119.7273574, 36.74044490000001], [-119.7273474, 36.74126489999999], [-119.7273474, 36.741364900000036], [-119.72733740000001, 36.7422749], [-119.7273474, 36.743164899999975], [-119.7273574, 36.7440649], [-119.72733740000001, 36.74497489999999], [-119.72733740000001, 36.74588490000001], [-119.7273274, 36.74678490000001], [-119.7273274, 36.746954900000006], [-119.7273274, 36.74776489999999], [-119.7273274, 36.7486049], [-119.7273274, 36.749494899999995], [-119.72730740000002, 36.75038490000001], [-119.7272974, 36.75049490000001], [-119.7272974, 36.75130490000003], [-119.72730740000002, 36.75224489999999], [-119.7273174, 36.752804900000015], [-119.7273174, 36.75404490000002], [-119.7273174, 36.754344900000014], [-119.7273274, 36.7550949], [-119.72730740000002, 36.75585490000001], [-119.7273174, 36.75664490000001], [-119.72730740000002, 36.757484900000016]], "type": "LineString"}, "id": "10", "properties": {"Agency": "Fresno", "Description": "2 LU to 5 LU with bike lanes, gutter, curb and sidewalks", "Inflated": 8591509.637, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 5680000.0, "Project ID": "85", "TITLE": "Willow - Kings Canyon to Olive: 2 LU to 5 LU", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.66408739999999, 36.75027490000001, -119.66394739999998, 36.7866049], "geometry": {"coordinates": [[[-119.6640274, 36.76113489999998], [-119.66405739999999, 36.7648549], [-119.6640774, 36.76832490000001], [-119.6640774, 36.76955490000001], [-119.66408739999999, 36.77210489999999], [-119.66408739999999, 36.773754899999986]], [[-119.6640274, 36.76113489999998], [-119.66401739999998, 36.7578649]], [[-119.66403739999998, 36.77944490000001], [-119.66394739999998, 36.78125490000001], [-119.6639574, 36.7866049]], [[-119.66401739999998, 36.757474900000005], [-119.66400739999999, 36.756614899999995]], [[-119.66396739999999, 36.75027490000001], [-119.66396739999999, 36.7506349]], [[-119.66397740000001, 36.75385490000002], [-119.66400739999999, 36.756614899999995]], [[-119.66397740000001, 36.75385490000002], [-119.66396739999999, 36.7506349]], [[-119.66401739999998, 36.757474900000005], [-119.66401739999998, 36.7578649]], [[-119.66403739999998, 36.77935490000001], [-119.66408739999999, 36.775684899999995], [-119.66408739999999, 36.773754899999986]], [[-119.66403739999998, 36.77935490000001], [-119.66403739999998, 36.77944490000001]], [[-119.6640774, 36.786604899999986], [-119.66403739999998, 36.77944490000001]]], "type": "MultiLineString"}, "id": "11", "properties": {"Agency": "Fresno", "Description": "Widen from 2 LU to 6 LD with bike lanes, trail, sidewalks, curb and gutter", "Inflated": 23203126.38, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 15340000.0, "Project ID": "76", "TITLE": "Temperance - Belmont to Dakota: 2 LU to 6 LD", "Tier": 2.0, "__folium_color": "#8c564b"}, "type": "Feature"}, {"bbox": [-119.66438739999997, 36.707404899999986, -119.66394739999998, 36.75027490000001], "geometry": {"coordinates": [[[-119.66401739999998, 36.74201490000001], [-119.66409739999999, 36.74163489999999], [-119.66410739999998, 36.74139490000001], [-119.6641174, 36.74054489999999], [-119.66412739999998, 36.73947489999999], [-119.6641374, 36.738594899999995], [-119.66415739999998, 36.73753490000002], [-119.66409739999999, 36.73689490000001]], [[-119.66426739999999, 36.725904900000025], [-119.66421740000001, 36.72748490000001], [-119.6641674, 36.729554899999975]], [[-119.66403739999998, 36.707404899999986], [-119.6640474, 36.70753489999999], [-119.6640724, 36.711199900000025]], [[-119.66409739999999, 36.7148649], [-119.66408739999999, 36.720664899999996]], [[-119.66409739999999, 36.7148649], [-119.6640724, 36.711199900000025]], [[-119.66410739999998, 36.722114900000015], [-119.6641374, 36.724574899999986], [-119.66426739999999, 36.725904900000025]], [[-119.66410739999998, 36.722114900000015], [-119.66408739999999, 36.720664899999996]], [[-119.6641674, 36.729554899999975], [-119.66409739999999, 36.7320149], [-119.6640774, 36.73323490000002], [-119.66409739999999, 36.73689490000001]], [[-119.6641674, 36.729554899999975], [-119.66438739999997, 36.727474900000026], [-119.66426739999999, 36.725904900000025]], [[-119.66409739999999, 36.73689490000001], [-119.66401739999998, 36.737564900000024], [-119.66399740000001, 36.73857489999998], [-119.66397740000001, 36.73951489999998], [-119.6639574, 36.74054490000001], [-119.66394739999998, 36.7414049], [-119.6639574, 36.741624900000005], [-119.66401739999998, 36.74201490000001]], [[-119.6640274, 36.74362490000001], [-119.6640274, 36.74571489999998], [-119.6640274, 36.7469849], [-119.66400739999999, 36.74871490000001], [-119.66396739999999, 36.75027490000001]], [[-119.6640274, 36.74362490000001], [-119.66401739999998, 36.74201490000001]]], "type": "MultiLineString"}, "id": "12", "properties": {"Agency": "Fresno", "Description": "2 LU to 6 LD with bike lanes, trail, sidewalks, curb and gutter", "Inflated": 27831650.94, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 18400000.0, "Project ID": "77", "TITLE": "Temperance- Jensen to Belmont: 2 LU to 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.72736739999999, 36.692694899999985, -119.7271374, 36.70727489999998], "geometry": {"coordinates": [[[-119.72736739999999, 36.70727489999998], [-119.7273421, 36.70422039999998]], [[-119.7273174, 36.70003490000002], [-119.7273115, 36.696360700000014]], [[-119.7273174, 36.70003490000002], [-119.72733740000001, 36.7036449], [-119.7273421, 36.70422039999998]], [[-119.7271374, 36.692694899999985], [-119.7273115, 36.696360700000014]]], "type": "MultiLineString"}, "id": "13", "properties": {"Agency": "Fresno", "Description": "2 LU to 3 LU with bike lanes, gutter, curb and sidewalks", "Inflated": 3947859.182, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 2610000.0, "Project ID": "86", "TITLE": "Willow - North to Jensen: 2 LU to 3 LU", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.91641730000002, 36.7934149, -119.91639729999999, 36.798274899999996], "geometry": {"coordinates": [[-119.91639729999999, 36.7934149], [-119.91639729999999, 36.793614899999994], [-119.91641730000002, 36.798274899999996]], "type": "LineString"}, "id": "14", "properties": {"Agency": "Fresno", "Description": "4 LD to 6 LD with bike lanes, sidewalks, curb, gutter, trail", "Inflated": 2979801.758, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 1970000.0, "Project ID": "53", "TITLE": "Grantland Ave - Ashlan to Holland: 4 LD to 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.7274774, 36.71456489999997, -119.7274074, 36.72864489999997], "geometry": {"coordinates": [[[-119.72745739999999, 36.71456489999997], [-119.72746740000001, 36.71717489999999], [-119.7274474, 36.7180549], [-119.7274474, 36.719974900000004]], [[-119.7274474, 36.72181489999997], [-119.7274474, 36.719974900000004]], [[-119.7274474, 36.72190489999998], [-119.7274774, 36.72377490000001], [-119.72743739999999, 36.725114900000015], [-119.7274274, 36.7259449]], [[-119.7274074, 36.7268449], [-119.7274174, 36.72773489999998], [-119.7274074, 36.72864489999997]], [[-119.7274074, 36.7268449], [-119.7274274, 36.7259449]]], "type": "MultiLineString"}, "id": "15", "properties": {"Agency": "Fresno", "Description": "2 LU to 3 LU with bike lanes, gutter, curb and sidewalks", "Inflated": 3947859.182, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 2610000.0, "Project ID": "83", "TITLE": "Willow - Church to Butler: 2 LU to 3 LU", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.9254873, 36.807834899999996, -119.91206729999999, 36.80793490000001], "geometry": {"coordinates": [[[-119.91206729999999, 36.80793489999998], [-119.91426730000002, 36.80793489999998]], [[-119.9254873, 36.807834899999996], [-119.9225173, 36.807864900000006], [-119.9164673, 36.80793490000001], [-119.91426730000002, 36.80793489999998]]], "type": "MultiLineString"}, "id": "16", "properties": {"Agency": "Fresno", "Description": "2 LU to 4 LD with bike lanes, sidewalks", "Inflated": 5929351.721, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 3920000.0, "Project ID": "70", "TITLE": "Shaw - Garfield to Veterans Blvd: 2 LU to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.91639729999999, 36.77888490000001, -119.91630729999999, 36.7934149], "geometry": {"coordinates": [[[-119.91630729999999, 36.77888490000001], [-119.91630729999999, 36.779544900000005], [-119.91635229999999, 36.78647989999998]], [[-119.91639729999999, 36.7934149], [-119.91635229999999, 36.78647989999998]]], "type": "MultiLineString"}, "id": "17", "properties": {"Agency": "Fresno", "Description": "2 LU to 6 LD with bike lanes, sidewalks, curb, gutter, trail", "Inflated": 6912535.043, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 4570000.0, "Project ID": "58", "TITLE": "Grantland-Shields to Ashlan: 2 LU to 6 LU", "Tier": 2.0, "__folium_color": "#8c564b"}, "type": "Feature"}, {"bbox": [-119.91630729999999, 36.74985490000001, -119.91617729999999, 36.77888490000001], "geometry": {"coordinates": [[[-119.9162173, 36.76433489999999], [-119.91624729999998, 36.7698049], [-119.9162573, 36.77125490000001]], [[-119.9162173, 36.76433489999999], [-119.9162173, 36.7637949]], [[-119.9162573, 36.77164490000003], [-119.91626729999999, 36.7734749], [-119.91629729999998, 36.77817490000001]], [[-119.9162573, 36.77164490000003], [-119.9162573, 36.77125490000001]], [[-119.91630729999999, 36.77888490000001], [-119.91629729999998, 36.77817490000001]], [[-119.91617729999999, 36.74985490000001], [-119.9161973, 36.75710489999999], [-119.9162173, 36.7637949]]], "type": "MultiLineString"}, "id": "18", "properties": {"Agency": "Fresno", "Description": "2 LU to 4 LD with bike lanes, sidewalks, curb, gutter, trail", "Inflated": 14265701.0, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 11947300.0, "Project ID": "55", "TITLE": "Grantland-Belmont to Shields: 2 LD to 4 LD", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.9164673, 36.80247490000002, -119.91644730000002, 36.80793490000001], "geometry": {"coordinates": [[-119.91644730000002, 36.80247490000002], [-119.9164673, 36.80793490000001]], "type": "LineString"}, "id": "19", "properties": {"Agency": "Fresno", "Description": "2 LU to 4 LU with bike lanes, sidewalks, curb, gutter, trail", "Inflated": 4038614.565, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 2670000.0, "Project ID": "56", "TITLE": "Grantland-Gettysburg to Shaw: 2 LU to 4 LU", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.81789739999998, 36.70673489999999, -119.79980740000002, 36.70687490000002], "geometry": {"coordinates": [[[-119.81789739999998, 36.70673490000001], [-119.81562739999998, 36.70679489999999], [-119.81333739999998, 36.706814900000005], [-119.8088374, 36.70683490000002], [-119.80661740000001, 36.70685489999998], [-119.80211739999997, 36.70683490000002]], [[-119.80211739999997, 36.70683490000002], [-119.79980740000002, 36.70673489999999]], [[-119.79980740000002, 36.70687490000002], [-119.80211739999997, 36.70683490000002]]], "type": "MultiLineString"}, "id": "20", "properties": {"Agency": "Fresno", "Description": "2 LU to 4 LD with bike lanes, sidewalks, curb, gutter, trail", "Inflated": 7305808.371, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 4830000.0, "Project ID": "66", "TITLE": "Jensen-Fruit to Martin Luther King Blvd: 2 LU to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.76368739999997, 36.70586490000002, -119.69988739999998, 36.70777489999998], "geometry": {"coordinates": [[[-119.69988739999998, 36.707534900000006], [-119.7000974, 36.707534900000006], [-119.7030074, 36.70755489999999], [-119.7041574, 36.70756490000001], [-119.7068474, 36.707584899999986], [-119.70908739999997, 36.70759489999999]], [[-119.76368739999997, 36.70679489999999], [-119.76030740000002, 36.70599489999999], [-119.75921739999998, 36.705874899999976], [-119.75476739999999, 36.70586490000002], [-119.7546474, 36.7058749], [-119.75456739999998, 36.705874900000005], [-119.74982739999997, 36.706724900000005], [-119.74560739999998, 36.706744900000004], [-119.74107740000001, 36.70677489999997], [-119.73698739999999, 36.70687490000002], [-119.73651739999997, 36.70689490000001], [-119.73637739999997, 36.706904899999984], [-119.73463739999998, 36.70697489999999], [-119.73051740000001, 36.70715489999999], [-119.72736739999999, 36.70727489999998], [-119.7228774, 36.7074749], [-119.72065739999998, 36.70756489999998], [-119.71843739999997, 36.707644899999984], [-119.70915739999998, 36.707474900000015], [-119.7030074, 36.70742490000001], [-119.70010739999996, 36.707404899999986], [-119.69988739999998, 36.70740489999999]], [[-119.70922739999997, 36.70759490000001], [-119.71228739999998, 36.707624899999985], [-119.71843739999997, 36.70777489999998], [-119.72065739999998, 36.707694900000035], [-119.72290739999997, 36.707604900000014], [-119.72733740000001, 36.70740489999998], [-119.7304974, 36.70727489999999], [-119.7346474, 36.7070949], [-119.7363674, 36.7070249], [-119.73651739999997, 36.70702489999999], [-119.73701740000004, 36.7069949], [-119.7412174, 36.70689490000002], [-119.74560739999998, 36.7068949], [-119.74992740000002, 36.7068549], [-119.7546474, 36.7060449], [-119.76030740000002, 36.70614489999999], [-119.7636774, 36.7069349]]], "type": "MultiLineString"}, "id": "21", "properties": {"Agency": "Fresno", "Description": "4 LD to 6 LD with bike lanes, sidewalks, curb, gutter, trail", "Inflated": 32475301.39, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 21470000.0, "Project ID": "64", "TITLE": "Jensen- Orange to Clovis: 4 LD to 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.70010739999996, 36.7073449, -119.66403739999998, 36.707534900000006], "geometry": {"coordinates": [[[-119.6640474, 36.70753489999999], [-119.67301739999999, 36.7075049], [-119.68202739999998, 36.70747489999997], [-119.69100740000002, 36.7075049], [-119.6933574, 36.70751489999999], [-119.6955374, 36.707514900000014], [-119.69988739999998, 36.707534900000006], [-119.7000974, 36.707534900000006]], [[-119.70010739999996, 36.707404899999986], [-119.69988739999998, 36.70740489999999], [-119.6955374, 36.70738490000002], [-119.6909974, 36.7073749], [-119.68202739999998, 36.7073449], [-119.67301739999999, 36.70737489999999], [-119.66403739999998, 36.707404899999986]]], "type": "MultiLineString"}, "id": "22", "properties": {"Agency": "Fresno", "Description": "4 LD to 6 LD with Class 1 bike path/trail", "Inflated": 18559475.92, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 12270000.0, "Project ID": "65", "TITLE": "Jensen-Clovis to Temperance: 4 LD to 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.8444874, 36.70661489999998, -119.81789739999998, 36.70673490000001], "geometry": {"coordinates": [[[-119.8444874, 36.70661489999998], [-119.8443074, 36.70661489999999], [-119.84005039999998, 36.70663350000002]], [[-119.8327374, 36.70666490000002], [-119.83198739999999, 36.70666490000002]], [[-119.8327374, 36.70666490000002], [-119.8357934, 36.70665180000001], [-119.84005039999998, 36.70663350000002]], [[-119.8268674, 36.706694900000016], [-119.8256774, 36.7067149], [-119.81886739999997, 36.7067349]], [[-119.8268674, 36.706694900000016], [-119.83125739999997, 36.70667490000002], [-119.83198739999999, 36.70666490000002]], [[-119.81789739999998, 36.70673490000001], [-119.81886739999997, 36.7067349]]], "type": "MultiLineString"}, "id": "23", "properties": {"Agency": "Fresno", "Description": "2 LU to 4 LD with bike lanes, sidewalks, curb, gutter, trail", "Inflated": 10966275.51, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 7250000.0, "Project ID": "67", "TITLE": "Jensen-Marks to Fruit: 2 LU to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.9254873, 36.807834899999996, -119.88948729999997, 36.80807490000001], "geometry": {"coordinates": [[[-119.91206729999999, 36.80793489999998], [-119.91426730000002, 36.80793489999998]], [[-119.91206729999999, 36.80793489999998], [-119.9097573, 36.807939899999994]], [[-119.89845729999999, 36.807984900000015], [-119.90295230000001, 36.807964999999996]], [[-119.89845729999999, 36.807984900000015], [-119.89759729999999, 36.8079949]], [[-119.9074473, 36.8079449], [-119.9097573, 36.807939899999994]], [[-119.9074473, 36.8079449], [-119.90295230000001, 36.807964999999996]], [[-119.9254873, 36.807834899999996], [-119.9225173, 36.807864900000006], [-119.9164673, 36.80793490000001], [-119.91426730000002, 36.80793489999998]], [[-119.8906773, 36.80804490000001], [-119.88948729999997, 36.80807490000001]], [[-119.8906773, 36.80804490000001], [-119.89759729999999, 36.8079949]]], "type": "MultiLineString"}, "id": "24", "properties": {"Agency": "Fresno", "Description": "Widen from 2 LU to 4 LD with bike lanes, sidewalks, traffic signals and synchronization", "Inflated": 12236850.87, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 8090000.0, "Project ID": "73", "TITLE": "Shaw Ave, Garfield to Polk", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.91043729999996, 36.8367449, -119.9016173, 36.8369449], "geometry": {"coordinates": [[-119.9016173, 36.8369449], [-119.91043729999996, 36.83684490000002], [-119.90928729999997, 36.8367449], [-119.9016373, 36.83678489999999]], "type": "LineString"}, "id": "25", "properties": {"Agency": "Fresno", "Description": "2 LD to 6 LD with trail and sidewalk", "Inflated": 5566330.187, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 3680000.0, "Project ID": "61", "TITLE": "Herndon - Riverside to Hayes 2 LD to 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.9186173, 36.83140490000002, -119.9157173, 36.834044899999995], "geometry": {"coordinates": [[[-119.9186173, 36.83140490000002], [-119.9180473, 36.83187490000001], [-119.91763730000001, 36.83222490000003]], [[-119.9157173, 36.834044899999995], [-119.91659730000002, 36.83305489999999], [-119.91686730000002, 36.832824900000006]], [[-119.91745729999998, 36.8323649], [-119.9170673, 36.8326649], [-119.91686730000002, 36.832824900000006]], [[-119.91745729999998, 36.8323649], [-119.91763730000001, 36.83222490000003]]], "type": "MultiLineString"}, "id": "26", "properties": {"Agency": "Fresno", "Description": "3 LU to 4 LD with bike lane, trail and sidewalk", "Inflated": 1225197.677, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 810000.0, "Project ID": "60", "TITLE": "Herndon - Parkway to Golden State 3 LU to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.9016373, 36.8367249, -119.88946730000002, 36.83707489999999], "geometry": {"coordinates": [[[-119.9016373, 36.83678489999999], [-119.89339730000002, 36.8367249], [-119.88955730000002, 36.836894900000004]], [[-119.88946730000002, 36.83707489999999], [-119.8934173, 36.8369049], [-119.9016173, 36.8369449]]], "type": "MultiLineString"}, "id": "27", "properties": {"Agency": "Fresno", "Description": "5 LD to 6 LD with sidewalk", "Inflated": 4855413.017, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 3210000.0, "Project ID": "59", "TITLE": "Herndon - Hayes to Spruce 5 LD to 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.88948729999997, 36.80807490000001, -119.8805373, 36.808294900000014], "geometry": {"coordinates": [[[-119.88948729999997, 36.80807490000001], [-119.8886973, 36.80807490000001], [-119.88813729999998, 36.80807490000001]], [[-119.8876073, 36.80807490000001], [-119.88705729999998, 36.80807490000001], [-119.88662730000001, 36.8080849], [-119.8860373, 36.808094900000015], [-119.88556730000002, 36.8080949]], [[-119.8876073, 36.80807490000001], [-119.88813729999998, 36.80807490000001]], [[-119.8849773, 36.80810489999999], [-119.8837373, 36.8081249], [-119.8827673, 36.808134899999985]], [[-119.8849773, 36.80810489999999], [-119.88556730000002, 36.8080949]], [[-119.8827673, 36.808134899999985], [-119.8805373, 36.808134899999985]], [[-119.8805373, 36.808294900000014], [-119.8827673, 36.808134899999985]]], "type": "MultiLineString"}, "id": "28", "properties": {"Agency": "Fresno", "Description": "3 LD to 4 LD with bike lanes and sidewalk", "Inflated": 3070557.141, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 2030000.0, "Project ID": "71", "TITLE": "Shaw - Polk to Cornelia 3 LD to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.8805373, 36.8081249, -119.86252730000001, 36.80837489999998], "geometry": {"coordinates": [[[-119.8805373, 36.808134899999985], [-119.8774473, 36.8081549], [-119.8770573, 36.8081549], [-119.87601729999997, 36.80814490000003], [-119.8756573, 36.80815489999998], [-119.8740873, 36.8081549], [-119.8733073, 36.808154899999984], [-119.87294730000002, 36.808154900000005], [-119.87166729999997, 36.808164900000016], [-119.86848729999998, 36.8081749], [-119.8668873, 36.808174900000004], [-119.86593730000001, 36.808174900000004], [-119.8647973, 36.808184899999986], [-119.86315729999998, 36.8081349], [-119.86271729999997, 36.8081249], [-119.86252730000001, 36.8081249]], [[-119.8625373, 36.808374899999976], [-119.8627373, 36.80837489999998], [-119.8649873, 36.80834490000001], [-119.86687730000001, 36.808344899999994], [-119.86848729999998, 36.808344899999994], [-119.87166729999997, 36.808334899999984], [-119.87295730000001, 36.808314900000006], [-119.8733073, 36.8083149], [-119.8740873, 36.808314899999985], [-119.8745773, 36.8083149], [-119.8753973, 36.80830490000001], [-119.87721730000001, 36.80830490000003], [-119.8776073, 36.808304900000024], [-119.87870729999999, 36.8083049], [-119.8805373, 36.808294900000014]]], "type": "MultiLineString"}, "id": "29", "properties": {"Agency": "Fresno", "Description": "4 LD to 6 LD with bike lanes and sidewalk", "Inflated": 8092355.028, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 5350000.0, "Project ID": "69", "TITLE": "Shaw - Cornelia to Brawley 4 LD to 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.89860729999998, 36.8334649, -119.89339730000002, 36.8367249], "geometry": {"coordinates": [[[-119.89339730000002, 36.8367249], [-119.89671740000001, 36.8353065]], [[-119.89860729999998, 36.8334649], [-119.89671740000001, 36.8353065]]], "type": "MultiLineString"}, "id": "30", "properties": {"Agency": "Fresno", "Description": "Unconstructed 6 LD bike lanes, gutter, curb, sidewalk, trail", "Inflated": 8924279.377, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 5900000.0, "Project ID": "81", "TITLE": "Veterans Blvd- Hayes to Herndon: 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.9165573, 36.7352749, -119.91617729999999, 36.74985490000001], "geometry": {"coordinates": [[[-119.9165573, 36.7352749], [-119.9163773, 36.74254489999999]], [[-119.91617729999999, 36.74985490000001], [-119.9162873, 36.74603489999999], [-119.9163773, 36.74254489999999]]], "type": "MultiLineString"}, "id": "31", "properties": {"Agency": "Fresno", "Description": "Grantland Avenue - SR 180 to Belmont: 2LU to 4LD", "Inflated": 10746470.67, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 9000000.0, "Project ID": "54", "TITLE": "Grantland Avenue - SR 180 to Belmont: 2LU to 4LD", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.9164259, 36.793614899999994, -119.91206729999999, 36.80793489999998], "geometry": {"coordinates": [[[-119.91206729999999, 36.80793489999998], [-119.91519840000001, 36.801550000000006]], [[-119.91639729999999, 36.793614899999994], [-119.91641730000002, 36.798274899999996], [-119.9164259, 36.799362300000006], [-119.91519840000001, 36.801550000000006]]], "type": "MultiLineString"}, "id": "32", "properties": {"Agency": "Fresno", "Description": "Veterans Blvd. - Shaw to Ashlan; 4 lane divided, asphalt concrete curb, concrete median island, trail, traffic signal, water and recycled water mains, landscape and irrigation, and transitional street improvements", "Inflated": 30251794.5, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 20000000.0, "Project ID": "82", "TITLE": "Veterans Blvd. - Shaw to Ashlan", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.610267387794, 36.790214932644105, -119.61022738932297, 36.80832490413429], "geometry": {"coordinates": [[-119.610267387794, 36.80832490413429], [-119.61024855708199, 36.80101869123322], [-119.61022738932297, 36.79385490554069], [-119.61024152545697, 36.790214932644105]], "type": "LineString"}, "id": "33", "properties": {"Agency": "Clovis", "Description": "2LU to 6LD, Sidewalks, Bike Lanes, Street Lights, Curb and Gutter, Fiber Optics", "Inflated": 33670247.28, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 22260000.0, "Project ID": "32", "TITLE": "McCall-Griffith to Shaw: 2 LU to 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.610157386468, 36.82295490265959, -119.60992738494697, 36.837344901402005], "geometry": {"coordinates": [[-119.60992738494697, 36.837344901402005], [-119.60997834317, 36.83379486214379], [-119.61003738574499, 36.8302449021894], [-119.610157386468, 36.82295490265959]], "type": "LineString"}, "id": "34", "properties": {"Agency": "Clovis", "Description": "2LU to 6LD, Sidewalks, Bike Lanes, Street Lights, Curb and Gutter, Fiber Optics", "Inflated": 25252685.46, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 16695000.0, "Project ID": "31", "TITLE": "McCall-Bullard to Herndon: 2 LU to 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.610267387794, 36.80832490413429, -119.610157386468, 36.82295490265959], "geometry": {"coordinates": [[-119.610157386468, 36.82295490265959], [-119.61018852460498, 36.81933991036118], [-119.610217387004, 36.815724903511985], [-119.61022738716898, 36.813844903656324], [-119.610267387794, 36.80832490413429]], "type": "LineString"}, "id": "35", "properties": {"Agency": "Clovis", "Description": "2LU to 6LD, Sidewalks, Bike Lanes, Street Lights, Curb and Gutter, Fiber Optics, Bridge at Enterprise", "Inflated": 25252685.46, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 16695000.0, "Project ID": "34", "TITLE": "McCall-Shaw to Bullard: 2 LU to 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.62466737947899, 36.83722964193031, -119.606824238388, 36.86514489965101], "geometry": {"coordinates": [[[-119.619121969073, 36.86343568229118], [-119.61655582645702, 36.86181966818929]], [[-119.622990765228, 36.8646022166346], [-119.62110207821098, 36.8643456936656]], [[-119.61172954270998, 36.85284065046879], [-119.608185332448, 36.84528763880262]], [[-119.60688625464698, 36.84217963499133], [-119.606824238388, 36.83722964193031]], [[-119.62466737947899, 36.86514489965101], [-119.622990765228, 36.8646022166346]], [[-119.61655582645702, 36.86181966818929], [-119.61527275352401, 36.86039266205083]], [[-119.62110207821098, 36.8643456936656], [-119.619121969073, 36.86343568229118]], [[-119.61527275352401, 36.86039266205083], [-119.61172954270998, 36.85284065046879]], [[-119.608185332448, 36.84528763880262], [-119.60688625464698, 36.84217963499133]]], "type": "MultiLineString"}, "id": "36", "properties": {"Agency": "Clovis", "Description": "Unconstructed to 6 LD, Sidewalks, Bike Lanes, Street Lights, Curb and Gutter, Fiber Optics", "Inflated": 58922932.73, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 38955000.0, "Project ID": "33", "TITLE": "McCall-Herndon to Shepherd: 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.871667345087, 36.808124921263676, -119.86252734628701, 36.80837492119749], "geometry": {"coordinates": [[[-119.871667345087, 36.80816492170321], [-119.868487345303, 36.808174921723705]], [[-119.864987345854, 36.80834492144891], [-119.86687734560799, 36.808344921527414]], [[-119.86273734646402, 36.80837492119749], [-119.864987345854, 36.80834492144891]], [[-119.86253734646002, 36.8083749211781], [-119.86273734646402, 36.80837492119749]], [[-119.868487345303, 36.808174921723705], [-119.866887345576, 36.808174921399804]], [[-119.86848734523299, 36.80834492153693], [-119.87166734484701, 36.80833492184361]], [[-119.866887345576, 36.808174921399804], [-119.865937345973, 36.80817492147669]], [[-119.86687734560799, 36.808344921527414], [-119.86848734523299, 36.80834492153693]], [[-119.865937345973, 36.80817492147669], [-119.864797345952, 36.80818492135302]], [[-119.86271734656398, 36.80812492128582], [-119.86252734628701, 36.808124921263676]], [[-119.863157346461, 36.80813492128721], [-119.86271734656398, 36.80812492128582]], [[-119.864797345952, 36.80818492135302], [-119.863157346461, 36.80813492128721]]], "type": "MultiLineString"}, "id": "37", "properties": {"Agency": "Fresno", "Description": "4 LD to 6 LD (retrofit)", "Inflated": 4053740.463, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 2680000.0, "Project ID": "68", "TITLE": "Shaw - Blythe to Brawley: 4 LD to 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.55686742642798, 36.51786492930372, -119.556287426602, 36.5468649265653], "geometry": {"coordinates": [[-119.55659742351398, 36.5468649265653], [-119.55674742414502, 36.5396749271271], [-119.55673742514, 36.53242492780951], [-119.55673742526598, 36.53145492792939], [-119.55675742524198, 36.530664928098815], [-119.55676742527599, 36.53018492806099], [-119.55677742540502, 36.5292549282693], [-119.556787425323, 36.52798492845691], [-119.55681742547601, 36.52697492857109], [-119.55682742571098, 36.52580492864402], [-119.55682742580996, 36.52514492870531], [-119.55681742587402, 36.52285492880762], [-119.55682742599, 36.522554928797724], [-119.55684742611898, 36.52187492906409], [-119.55686742607601, 36.521024929148], [-119.55686742619898, 36.520024929052276], [-119.55686742642798, 36.51894492911439], [-119.55670742653899, 36.518284929301196], [-119.556287426602, 36.51786492930372]], "type": "LineString"}, "id": "38", "properties": {"Agency": "Kingsburg", "Description": "New 4 Lane Expressway", "Inflated": 9075538.349, "Location": "Rural", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 6000000.0, "Project ID": "115", "TITLE": "Academy Parkway - Mountain View to Simpson: 4 Lane Expressway", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.91206733846198, 36.807934924649615, -119.87744734404298, 36.808304922338806], "geometry": {"coordinates": [[[-119.87760734402498, 36.808304922338806], [-119.87870734363598, 36.80830492220282], [-119.88053734338598, 36.80829492235999], [-119.88276734309198, 36.80813492263591]], [[-119.87744734404298, 36.80815492218191], [-119.88053734350402, 36.80813492256112], [-119.88276734309198, 36.80813492263591], [-119.88373734294498, 36.80812492258819], [-119.884977342758, 36.808104922872886], [-119.885567342621, 36.80809492267002], [-119.88603734257597, 36.8080949228375], [-119.88662734262901, 36.808084922888995], [-119.887057342332, 36.80807492295147], [-119.88760734217799, 36.8080749229221], [-119.88813734215198, 36.80807492295369], [-119.88869734217897, 36.8080749229243], [-119.88948734199998, 36.8080749229571], [-119.890677341769, 36.8080449230539], [-119.89759734080302, 36.8079949235821], [-119.89845734045701, 36.80798492357409], [-119.90295234091602, 36.80796500846911], [-119.90744733904599, 36.807944924193485], [-119.909757338904, 36.80793994676031], [-119.91206733846198, 36.807934924649615]]], "type": "MultiLineString"}, "id": "39", "properties": {"Agency": "Fresno", "Description": "2 LU to 6 LD", "Inflated": 6473884.022, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 4280000.0, "Project ID": "72", "TITLE": "Shaw - Veterans Blvd to Golden State: 2 LU to 6 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.702067366659, 36.86650490354139, -119.683977369668, 36.86669490350132], "geometry": {"coordinates": [[[-119.702067366659, 36.866534904623705], [-119.701057366884, 36.86651490463989], [-119.694827367689, 36.8665249042058], [-119.693957367994, 36.866574904018094]], [[-119.702067366561, 36.86665490478101], [-119.693957367994, 36.866574904018094], [-119.69300736824097, 36.866574904168004], [-119.691297368471, 36.86655490393343], [-119.686627369212, 36.86669490350132], [-119.683977369668, 36.86650490354139]]], "type": "MultiLineString"}, "id": "40", "properties": {"Agency": "Clovis", "Description": "2LU to 3LD, Sidewalks, Bike Lanes, Street Lights, Curb and Gutter, Fiber Optics", "Inflated": 13289802.06, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 11130000.0, "Project ID": "36", "TITLE": "Shepherd-Clovis to Fowler: 2 LU to 3 LD", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.61910738015801, 36.86646489915279, -119.60311014713702, 36.8792455559202], "geometry": {"coordinates": [[[-119.61910738015801, 36.86646489915279], [-119.614238726392, 36.87099763955418]], [[-119.614238726392, 36.87099763955418], [-119.609771493627, 36.8741136062266]], [[-119.609771493627, 36.8741136062266], [-119.606369316708, 36.87670958055629]], [[-119.606369316708, 36.87670958055629], [-119.60311014713702, 36.8792455559202]]], "type": "MultiLineString"}, "id": "41", "properties": {"Agency": "Clovis", "Description": "2LU to 4LD, Sidewalks, Bike Lanes, Street Lights, Curb and Gutter, Fiber Optic", "Inflated": 33670247.28, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 22260000.0, "Project ID": "40", "TITLE": "Shepherd-Tollhouse to Del Rey: 2 LU to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.729817362141, 36.866534904623705, -119.702067366561, 36.866794906619596], "geometry": {"coordinates": [[[-119.729817362141, 36.866794906619596], [-119.726697362667, 36.8667549063735], [-119.72590736264301, 36.86679490629589], [-119.722747363164, 36.86677490594151]], [[-119.726697362667, 36.8667549063735], [-119.72590736271299, 36.866694906350084], [-119.72355736302498, 36.866684906138715], [-119.722747363164, 36.86677490594151], [-119.720077363526, 36.866754906011], [-119.71532736441098, 36.86670490568648], [-119.71335736468998, 36.8666949055565], [-119.711137364985, 36.86666490525572], [-119.70544736593797, 36.86665490494848]], [[-119.72355736302498, 36.866684906138715], [-119.72007736363898, 36.86664490589981], [-119.715327364516, 36.86660490554629], [-119.713367364842, 36.8665849054235], [-119.711187365053, 36.86657490533419]], [[-119.71107736507699, 36.86657490523248], [-119.70649736586697, 36.86654490515959], [-119.70544736593797, 36.86665490494848], [-119.702177366574, 36.86665490466001], [-119.702067366561, 36.86665490478101]], [[-119.70649736586697, 36.86654490515959], [-119.702177366503, 36.866534904777325], [-119.702067366659, 36.866534904623705]]], "type": "MultiLineString"}, "id": "42", "properties": {"Agency": "Clovis", "Description": "3LU to 4LD, Sidewalks, Bike Lanes, Street Lights, Curb and Gutter, Fiber Optics, Traffic Signal at Shepherd and Peach", "Inflated": 23569173.09, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 15582000.0, "Project ID": "41", "TITLE": "Shepherd-Willow to Clovis: 3 LU to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.66593737263297, 36.86633490100132, -119.647877375655, 36.86647490237659], "geometry": {"coordinates": [[[-119.66194737314902, 36.866474902004704], [-119.66593737263297, 36.86647490237659]], [[-119.66588737272397, 36.866404902327595], [-119.66385737310802, 36.866384902036]], [[-119.64942737549997, 36.86645490130339], [-119.65161737510701, 36.866454901264106]], [[-119.649517375325, 36.86633490121881], [-119.64893737536701, 36.8663349010511]], [[-119.65162737499499, 36.86634490130031], [-119.649517375325, 36.86633490121881]], [[-119.65679737424999, 36.866354901810695], [-119.65162737499499, 36.86634490130031]], [[-119.64893737536701, 36.8663349010511], [-119.64787737572098, 36.86633490100132]], [[-119.65679737418002, 36.86646490168449], [-119.66194737314902, 36.866474902004704]], [[-119.648917375442, 36.866454901107], [-119.64942737549997, 36.86645490130339]], [[-119.661947373399, 36.8663649020897], [-119.65679737424999, 36.866354901810695]], [[-119.66385737310802, 36.866384902036], [-119.661947373399, 36.8663649020897]], [[-119.65161737510701, 36.866454901264106], [-119.65679737418002, 36.86646490168449]], [[-119.647877375655, 36.8664649011198], [-119.648917375442, 36.866454901107]]], "type": "MultiLineString"}, "id": "43", "properties": {"Agency": "Clovis", "Description": "3LD to 4LD, Sidewalks, Bike Lanes, Street Lights, Curb and Gutter, Fiber Optics, Traffic Signal at Shepherd and Locan", "Inflated": 16835123.64, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 11130000.0, "Project ID": "39", "TITLE": "Shepherd-Temperance to Dewolf: 3 LD to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.702067366659, 36.86650490354139, -119.683977369668, 36.86669490350132], "geometry": {"coordinates": [[[-119.702067366659, 36.866534904623705], [-119.701057366884, 36.86651490463989], [-119.694827367689, 36.8665249042058], [-119.693957367994, 36.866574904018094]], [[-119.702067366561, 36.86665490478101], [-119.693957367994, 36.866574904018094], [-119.69300736824097, 36.866574904168004], [-119.691297368471, 36.86655490393343], [-119.686627369212, 36.86669490350132], [-119.683977369668, 36.86650490354139]]], "type": "MultiLineString"}, "id": "44", "properties": {"Agency": "Clovis", "Description": "3LD to 4LD, Sidewalks, Bike Lanes, Street Lights, Curb and Gutter, Fiber Optics", "Inflated": 11960821.85, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 10017000.0, "Project ID": "37", "TITLE": "Shepherd-Clovis to Fowler: 3 LD to 4 LD", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.683977369668, 36.866414902992176, -119.674967371019, 36.86654490310601], "geometry": {"coordinates": [[[-119.67943737030399, 36.86644490323511], [-119.674967371019, 36.866414902992176]], [[-119.683977369668, 36.86650490354139], [-119.68353736980801, 36.866444903450294]], [[-119.679437370521, 36.86654490310601], [-119.683977369668, 36.86650490354139]], [[-119.68353736980801, 36.866444903450294], [-119.67943737030399, 36.86644490323511]], [[-119.67496737120901, 36.8665249027325], [-119.679437370521, 36.86654490310601]]], "type": "MultiLineString"}, "id": "45", "properties": {"Agency": "Clovis", "Description": "3LD to 4LD, Sidewalks, Bike Lanes, Street Lights, Curb and Gutter, Fiber Optics, Traffic Signal at Shepherd and Armstrong", "Inflated": 7973881.236, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 6678000.0, "Project ID": "38", "TITLE": "Shepherd-Fowler to Armstrong: 3 LD to 4 LD", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.67496737120901, 36.86639490257329, -119.66593737263297, 36.8665249027325], "geometry": {"coordinates": [[[-119.66593737263297, 36.86647490237659], [-119.670977371757, 36.86650490266072]], [[-119.670977371757, 36.86650490266072], [-119.67496737120901, 36.8665249027325]], [[-119.670987371757, 36.86639490257329], [-119.666217372523, 36.86640490238509]], [[-119.674967371019, 36.866414902992176], [-119.670987371757, 36.86639490257329]], [[-119.666217372523, 36.86640490238509], [-119.666007372743, 36.866404902303614]]], "type": "MultiLineString"}, "id": "46", "properties": {"Agency": "Clovis", "Description": "3LU to 4LD, Sidewalks, Bike Lanes, Street Lights, Curb and Gutter, Fiber Optics", "Inflated": 8417561.819, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 5565000.0, "Project ID": "35", "TITLE": "Shepherd-Armstrong to Temperance: 3 LU to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.72745737824597, 36.707274922140215, -119.727337378917, 36.714564921399], "geometry": {"coordinates": [[[-119.72745737824597, 36.714564921399], [-119.727417378755, 36.71077492159328]], [[-119.72737737897, 36.70905492191722], [-119.72735737903601, 36.70830492198381], [-119.727337378917, 36.707404922030506], [-119.7273673789, 36.707274922140215]]], "type": "MultiLineString"}, "id": "47", "properties": {"Agency": "Fresno", "Description": "2 LU to 3 LU with bike lanes, gutter, curb and sidewalks", "Inflated": 1981492.54, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 1310000.0, "Project ID": "84", "TITLE": "Willow - Jensen to Church: 2 LU to 3 LU", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.704823061247, 36.86665490478101, -119.702067366561, 36.88106600078932], "geometry": {"coordinates": [[[-119.702067366561, 36.86665490478101], [-119.70217534539901, 36.86692910208693]], [[-119.704565610186, 36.8738322150274], [-119.70353854157699, 36.870309214261]], [[-119.70353854157699, 36.870309214261], [-119.70217534539901, 36.86692910208693]], [[-119.704823061247, 36.88106600078932], [-119.704565610186, 36.8738322150274]]], "type": "MultiLineString"}, "id": "48", "properties": {"Agency": "Clovis", "Description": "Construct new 6L Divided Arterial, Sidewalks, Bike Lanes, Street Lights, Curb and Gutter, Fiber Optics", "Inflated": 18518636.0, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 12243000.0, "Project ID": "28", "TITLE": "Clovis-Behymer to Shepherd: 6 LD", "Tier": 2.0, "__folium_color": "#8c564b"}, "type": "Feature"}, {"bbox": [-119.70485773930899, 36.88106600078932, -119.70443736391202, 36.8956021801815], "geometry": {"coordinates": [[[-119.70483509847098, 36.891961505246705], [-119.7047497016, 36.8956021801815]], [[-119.70443736391202, 36.8883749028483], [-119.70483509847098, 36.891961505246705]], [[-119.70443736391202, 36.8883749028483], [-119.70485773930899, 36.88486167756169]], [[-119.70485773930899, 36.88486167756169], [-119.704823061247, 36.88106600078932]]], "type": "MultiLineString"}, "id": "49", "properties": {"Agency": "Clovis", "Description": "Unconstructed to 6 LD, Sidewalks, Bike Lanes, Street Lights, Curb and Gutter, Fiber Optics, Bridge at Enterprise Canal", "Inflated": 21885660.73, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 14469000.0, "Project ID": "27", "TITLE": "Clovis-Behymer to Copper: 6 LD", "Tier": 2.0, "__folium_color": "#8c564b"}, "type": "Feature"}, {"bbox": [-119.645957378982, 36.837344901402005, -119.60992738494697, 36.8374049036794], "geometry": {"coordinates": [[-119.645957378982, 36.8374049036794], [-119.64464662828297, 36.83740257800089], [-119.64037737993701, 36.837394903311015], [-119.636627380521, 36.83739490327751], [-119.633987380985, 36.837384902879315], [-119.63350738098698, 36.83738490289751], [-119.63131738117498, 36.83738490290532], [-119.629937381517, 36.837384902731685], [-119.62793738188398, 36.8373749025147], [-119.62445738241502, 36.83737495296239], [-119.62097738294702, 36.83737490205291], [-119.60992738494697, 36.837344901402005]], "type": "LineString"}, "id": "50", "properties": {"Agency": "Clovis", "Description": "2LU to 4LD, Sidewalks, Bike Lanes, Street Lights, Curb and Gutter, Fiber Optics", "Inflated": 42527366.59, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 35616000.0, "Project ID": "30", "TITLE": "Herndon-DeWolf to McCall: 2 LU to 4 LD", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.729937358997, 36.8157549113549, -119.72712736750498, 36.896044903701515], "geometry": {"coordinates": [[[-119.72993735882497, 36.896044903701515], [-119.729937358997, 36.89420490401169], [-119.729887359124, 36.893514904108585], [-119.72987735921798, 36.89196490400158], [-119.729847359829, 36.88873490432999]], [[-119.72983736002001, 36.8873349046142], [-119.72984736016201, 36.884464904781815], [-119.72985736064801, 36.88140490522721], [-119.72984736085597, 36.87783490537121], [-119.72985736119097, 36.87409490599251], [-119.729837361736, 36.87050490628571], [-119.729837361923, 36.8689749062741], [-119.729817362141, 36.866794906619596], [-119.72978736223, 36.863794906803406], [-119.72973736254598, 36.86305490700101], [-119.72972736269801, 36.86197490695421], [-119.729697362706, 36.85944490731641], [-119.729687363279, 36.85516490769658], [-119.72968736343798, 36.85453490786671], [-119.72963736353101, 36.8522249080808], [-119.729637363493, 36.8521049080767], [-119.72963736400501, 36.84929490820959], [-119.729647364128, 36.847764908335094], [-119.72956736441897, 36.844844908759704], [-119.729557364487, 36.84445490874998], [-119.72955736436602, 36.84334490881777], [-119.729537364638, 36.84259490876292], [-119.729517364768, 36.84161490907991], [-119.72950736469, 36.84101490897891], [-119.729477365025, 36.8393449090915], [-119.72946736520997, 36.8385549093214], [-119.72945736501397, 36.83767490930682], [-119.729457365245, 36.8375349094182], [-119.729457365321, 36.83570490962882], [-119.72944736544599, 36.83431490972981], [-119.72943736562999, 36.83395490964679], [-119.729417365738, 36.832494909921216], [-119.72939736592097, 36.83111490991659], [-119.729387366072, 36.830774910171186], [-119.72937736601202, 36.830254910164896], [-119.729337366225, 36.8262549103879], [-119.72932736637702, 36.8255849106284], [-119.728997366657, 36.823034910658194], [-119.72712736750498, 36.81937491095241], [-119.72718736765401, 36.816564911255895], [-119.72723736789102, 36.8157549113549]]], "type": "MultiLineString"}, "id": "51", "properties": {"Agency": "Clovis", "Description": "Complete widening to 6LD where needed and add bike lanes", "Inflated": 1683512.364, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 1113000.0, "Project ID": "50", "TITLE": "Willow-Barstow to Copper: 6 LD \u0026 Bike Lanes", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.73003387451197, 36.88864831044419, -119.73003387451197, 36.89606190135251], "geometry": {"coordinates": [[-119.73003387451197, 36.88864831044419], [-119.73003387451197, 36.89606190135251]], "type": "LineString"}, "id": "52", "properties": {"Agency": "Fresno", "Description": "Willow-International to Copper Southbound: Widen to 3 Lanes", "Inflated": 946881.1678, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 626000.0, "Project ID": "88", "TITLE": "Willow-International to Copper Southbound: Widen to 3 Lanes", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.729690551758, 36.83755734478909, -119.72964763641399, 36.8449072076386], "geometry": {"coordinates": [[-119.72964763641399, 36.8449072076386], [-119.729690551758, 36.83755734478909]], "type": "LineString"}, "id": "53", "properties": {"Agency": "Fresno", "Description": "Widen to 3 SB Lanes", "Inflated": 6960937.914, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 4602000.0, "Project ID": "87", "TITLE": "Willow, Herndon to Alluvial: Widen to 3 Southbound Lanes", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.914988279343, 36.8350585739873, -119.88946437835699, 36.83697344689361], "geometry": {"coordinates": [[-119.88946437835699, 36.83697344689361], [-119.91062164306601, 36.836870405625774], [-119.91255283355702, 36.836629975461015], [-119.91460204124398, 36.835513682653094], [-119.914988279343, 36.8350585739873]], "type": "LineString"}, "id": "54", "properties": {"Agency": "Fresno", "Description": "Widen from 4 LD to 6 LD (Measure C Project K10 in the Urban Regional Program)", "Inflated": 4433400.484, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 2931000.0, "Project ID": "63", "TITLE": "Herndon-Polk to Weber : 4Ld to 6LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.889485836029, 36.836990620424686, -119.87903594970702, 36.8370593145107], "geometry": {"coordinates": [[-119.889485836029, 36.836990620424686], [-119.87903594970702, 36.8370593145107]], "type": "LineString"}, "id": "55", "properties": {"Agency": "Fresno", "Description": "Widen Herndon, Polk to Milburn from 4LD to 6 LD and widen BNSF Overpass Bridge to 6 LN\n(Measure C Project K11 in the Urban Regional Program)", "Inflated": 25747302.3, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 17022000.0, "Project ID": "62", "TITLE": "Herndon-Milburn to Polk: 4LD to 6LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.79225736229698, 36.76498492058051, -119.790647362533, 36.7651149205912], "geometry": {"coordinates": [[[-119.79225736229698, 36.765014920748506], [-119.79140736258198, 36.76500492065859]], [[-119.791467362552, 36.7651149205704], [-119.79165736238097, 36.7651149205912]], [[-119.790647362825, 36.765094920558795], [-119.791467362552, 36.7651149205704]], [[-119.79140736258198, 36.76500492065859], [-119.790647362533, 36.76498492058051]]], "type": "MultiLineString"}, "id": "56", "properties": {"Agency": "Fresno", "Description": "Grade Separate Blackstone and McKinley Avenues to eliminate existing BNSF At Grade Crossings - Include for eligibility purposes only; MC2 should complete project", "Inflated": null, "Location": "Urban", "Mode": "Streets \u0026 Roads-Operations", "Project Cost": 0.0, "Project ID": "51", "TITLE": "Blackstone McKinley BNSF Grade Separation", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.556927419039, 36.5905149221706, -119.556837418165, 36.59822492136129], "geometry": {"coordinates": [[-119.556837418165, 36.59822492136129], [-119.55684741853099, 36.597734921442296], [-119.556927419039, 36.5905149221706]], "type": "LineString"}, "id": "57", "properties": {"Agency": "Parlier", "Description": "Bridge/Roadway Widening", "Inflated": 6328477.172, "Location": "Rural", "Mode": null, "Project Cost": 5300000.0, "Project ID": "116", "TITLE": "Academy Avenue City Limits to Dinuba", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-120.35966634750402, 36.13652302753828, -120.158833265305, 36.137779407634696], "geometry": {"coordinates": [[-120.35966634750402, 36.13652302753828], [-120.34769296646101, 36.1365663513248], [-120.345590114594, 36.13667032831481], [-120.34372329711898, 36.136592345585306], [-120.328069925308, 36.13668765779971], [-120.311547517777, 36.136774305167016], [-120.286581516266, 36.136930270186895], [-120.28310537338298, 36.136912940755614], [-120.26281714439399, 36.137034246694725], [-120.25934100151098, 36.13712955837241], [-120.21052479744, 36.1374588160046], [-120.158833265305, 36.137779407634696]], "type": "LineString"}, "id": "58", "properties": {"Agency": "Fresno County", "Description": "2 LU to 4 LD", "Inflated": 362991.8981, "Location": "Rural", "Mode": null, "Project Cost": 304000.0, "Project ID": "110", "TITLE": "Jayne Avenue - Glenn to I-5: 2 LU to 4 LD", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.711451530457, 36.98328476455159, -119.64097917079901, 36.993345646402], "geometry": {"coordinates": [[-119.711451530457, 36.99030352691321], [-119.71044301986697, 36.992128813208], [-119.709692001343, 36.99279293232923], [-119.70887660980202, 36.9931528396235], [-119.70771253109001, 36.993345646402], [-119.70703661441797, 36.993315654268585], [-119.704810380936, 36.9926601089689], [-119.70373749733001, 36.992475869730185], [-119.70237493515, 36.992702955239494], [-119.70094263553598, 36.993062862959604], [-119.700175523758, 36.99302858610729], [-119.699563980103, 36.992758655355225], [-119.69861447811101, 36.99214166718149], [-119.69815850257902, 36.991670353398995], [-119.697632789612, 36.9909719466961], [-119.69716072082498, 36.99065059176441], [-119.696286320686, 36.99044063914239], [-119.695014953613, 36.990496340914994], [-119.694489240646, 36.9904106458634], [-119.69384551048299, 36.990085003787], [-119.69350755214697, 36.98965224044898], [-119.69303548336002, 36.988726718512], [-119.69263851642602, 36.9883796448823], [-119.692026972771, 36.98810541274631], [-119.69064295291899, 36.987904022891705], [-119.68854546546899, 36.98714559248451], [-119.6839427948, 36.985808679795], [-119.68084752559699, 36.985457307817384], [-119.67716217041001, 36.98504594343991], [-119.67618048191098, 36.985037373325014], [-119.67078924179101, 36.98580439478069], [-119.6695125103, 36.985761544624], [-119.666465520859, 36.98506308366671], [-119.66441094875299, 36.9849645273098], [-119.663606286049, 36.98481883507008], [-119.66205596923798, 36.984184642070204], [-119.66103672981299, 36.98400466741799], [-119.659540057182, 36.984146076109106], [-119.65642869472501, 36.9846817127073], [-119.65574741363497, 36.9846817127073], [-119.64931011200001, 36.98340903398522], [-119.648451805115, 36.9833790379336], [-119.646976590157, 36.983529018073384], [-119.64438557624801, 36.98385468821591], [-119.64365601539599, 36.9838075518342], [-119.64146196842199, 36.98341331913451], [-119.64097917079901, 36.98328476455159]], "type": "LineString"}, "id": "59", "properties": {"Agency": "Fresno County", "Description": "Friant to Sky Harbor, widen to 4 lanes divided; Total Cost $40M", "Inflated": 35821568.9, "Location": "Rural", "Mode": "Streets \u0026 Roads - Capacity", "Project Cost": 30000000.0, "Project ID": "123", "TITLE": "Millerton Road", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.61028933525098, 36.808116470278, -119.55587267875698, 36.80832263012291], "geometry": {"coordinates": [[-119.61028933525098, 36.808314040140495], [-119.60792899131799, 36.80832263012291], [-119.60440993309001, 36.80829686017259], [-119.597049951553, 36.80827968020098], [-119.58977580070498, 36.80830545015708], [-119.576160907745, 36.808176600290125], [-119.57263112068202, 36.808236730255], [-119.55587267875698, 36.808116470278]], "type": "LineString"}, "id": "60", "properties": {"Agency": "Fresno County", "Description": "2 LU to 4 LD", "Inflated": 19875428.98, "Location": "Rural", "Mode": null, "Project Cost": 13140000.0, "Project ID": "113", "TITLE": "Shaw - McCall to Academy: 2 LU to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.61024641990697, 36.735818959604394, -119.610064029694, 36.79012688685409], "geometry": {"coordinates": [[-119.61019277572598, 36.79012688685409], [-119.61024641990697, 36.7856589046573], [-119.610165953636, 36.77092130919691], [-119.61013913154599, 36.76474614491619], [-119.610160589218, 36.7501721610578], [-119.610064029694, 36.735818959604394]], "type": "LineString"}, "id": "61", "properties": {"Agency": "Fresno County", "Description": "Lane Widening - 2-4 Lanes", "Inflated": null, "Location": "Rural", "Mode": null, "Project Cost": 15000000.0, "Project ID": "127", "TITLE": "McCall - Griffith to 180", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.39491868019097, 36.6031087573378, -119.34065222740202, 36.60393559610508], "geometry": {"coordinates": [[-119.39491868019097, 36.60393559610508], [-119.37667965889, 36.603694435713514], [-119.36306476593002, 36.60347911329821], [-119.34065222740202, 36.6031087573378]], "type": "LineString"}, "id": "62", "properties": {"Agency": "Fresno County/City of Reedley", "Description": "2 LU to 4 LD", "Inflated": 12961381.35, "Location": "Rural", "Mode": null, "Project Cost": 8569000.0, "Project ID": "111", "TITLE": "Manning - Alta to Hill: 2 LU to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.43084955215501, 36.6039355961051, -119.39486503601098, 36.6040561760182], "geometry": {"coordinates": [[-119.39486503601098, 36.6039355961051], [-119.41297531127898, 36.604004498935694], [-119.43084955215501, 36.6040561760182]], "type": "LineString"}, "id": "63", "properties": {"Agency": "Fresno County/City Reedley", "Description": "2 LU to 4 LD", "Inflated": 16695965.38, "Location": "Rural", "Mode": null, "Project Cost": 11038000.0, "Project ID": "112", "TITLE": "Manning-Buttonwillow to Alta: 2 LU to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.73353147506698, 36.89613054234828, -119.72814559936496, 36.92119753662579], "geometry": {"coordinates": [[-119.72996950149502, 36.89613054234828], [-119.730055332184, 36.900660711582084], [-119.73054885864299, 36.901896165610175], [-119.73196506500199, 36.903509089375824], [-119.732351303101, 36.904675864038], [-119.732136726379, 36.905979885192885], [-119.731407165527, 36.907163779832985], [-119.729154109955, 36.90948004229778], [-119.72818851470898, 36.9119678014251], [-119.72814559936496, 36.91431823033312], [-119.72988367080697, 36.9160166703752], [-119.73183631897001, 36.91810964547301], [-119.73353147506698, 36.92119753662579]], "type": "LineString"}, "id": "64", "properties": {"Agency": "Fresno County/City of Fresno", "Description": "2 LU to 4 LD", "Inflated": 7425302.959, "Location": "Urban", "Mode": null, "Project Cost": 4909000.0, "Project ID": "90", "TITLE": "Willow - Copper to Friant: 2 LU to 4 LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.729990959167, 36.895753016107115, -119.702181816101, 36.89607906160721], "geometry": {"coordinates": [[-119.729990959167, 36.89607906160721], [-119.71567869186399, 36.89587313829549], [-119.702181816101, 36.895753016107115]], "type": "LineString"}, "id": "65", "properties": {"Agency": "Clovis", "Description": "2LU to 6LD, Sidewalks, Bike Lanes, Street Lights, Curb and Gutter, Fiber Optics", "Inflated": 22688845.87, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 15000000.0, "Project ID": "129", "TITLE": "Copper - Willow to Clovis: 2 LU to 4 LD \u0026 bike lanes", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.557449817657, 36.516086173100504, -119.554123878479, 36.8736816464983], "geometry": {"coordinates": [[-119.557449817657, 36.8736816464983], [-119.557385444641, 36.84294960290721], [-119.557235240936, 36.8411980193513], [-119.55588340759299, 36.838725127207304], [-119.55594778060897, 36.8047834757584], [-119.555926322937, 36.7747799972195], [-119.55614089965798, 36.750094792505216], [-119.556312561035, 36.73606400532999], [-119.55659151077299, 36.71403255922032], [-119.55712795257601, 36.713052090396594], [-119.557278156281, 36.71255325057881], [-119.55468177795402, 36.699977977189214], [-119.554123878479, 36.6994790524993], [-119.554123878479, 36.69218405966602], [-119.55646276473999, 36.68521531874448], [-119.55644130706798, 36.663289779267416], [-119.556484222412, 36.64175399056899], [-119.55676317214999, 36.6340574880818], [-119.55693483352701, 36.60498635758359], [-119.55717086791996, 36.590653426320976], [-119.55674171447798, 36.56859756421192], [-119.55663442611699, 36.54674226405319], [-119.55682754516599, 36.53243300264671], [-119.556698799133, 36.529122531305894], [-119.55691337585398, 36.52862249988], [-119.556891918182, 36.52491526952618], [-119.55695629119901, 36.516086173100504]], "type": "LineString"}, "id": "66", "properties": {"Agency": "Various", "Description": "Along Academy Ave from SR 99 to SR 168, reconstruct and rehabilitate pavement, install traffic signals or roundabouts (safety improvements), add vehicle turn lanes, install high visibility crosswalks and rectangular-rapid flashing beacons, install sidewa", "Inflated": 23881045.93, "Location": "Rural", "Mode": null, "Project Cost": 20000000.0, "Project ID": "121", "TITLE": "Academy Avenue", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-120.712451934814, 36.76047867403652, -120.38629531860397, 36.761166298685424], "geometry": {"coordinates": [[-120.38629531860397, 36.76047867403652], [-120.712451934814, 36.761166298685424]], "type": "LineString"}, "id": "67", "properties": {"Agency": "Caltrans", "Description": "2 Lane on New E-W Alignment - Phase 1", "Inflated": 95524183.72, "Location": "Rural", "Mode": "Reg - Bike \u0026 Ped, Streets \u0026 Roads-Maintenance, Streets \u0026 Roads-Operations", "Project Cost": 80000000.0, "Project ID": "99", "TITLE": "SR 180 W-I-5 to Junction SR 33/SR180: 2 Lane on E-W Alignment", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-120.06022453308097, 36.73623596677559, -120.06005287170397, 36.746174683729514], "geometry": {"coordinates": [[-120.06005287170397, 36.746174683729514], [-120.06022453308097, 36.73623596677559]], "type": "LineString"}, "id": "68", "properties": {"Agency": "Caltrans", "Description": "Widen 2 LU to 4 LD, Sidewalks, Bike Lanes, Curb and Gutter, Streetlights", "Inflated": 6018023.575, "Location": "Rural", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 5040000.0, "Project ID": "94", "TITLE": "SR 145 - Madera Avenue - 0.12 Mile N/O Whitesbridge to 0.25 Mile N/O Nielsen: 2 LU to 4 LD", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-120.060589313507, 36.70209407005079, -120.060428380966, 36.71310369433089], "geometry": {"coordinates": [[-120.060428380966, 36.71310369433089], [-120.06057858467102, 36.7058444004523], [-120.060589313507, 36.70209407005079]], "type": "LineString"}, "id": "69", "properties": {"Agency": "Caltrans", "Description": "Widen 2 LU to 4 LD, Sidewalks, Bike Lanes, Curb and Gutter, Streetlights", "Inflated": 9075538.349, "Location": "Rural", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 6000000.0, "Project ID": "95", "TITLE": "SR 145 Madera Avenue - Church to 0.25 Mile S/O Jensen: 2LU to 4LD", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.43074226379399, 36.6039528218186, -119.412932395935, 36.60419398140242], "geometry": {"coordinates": [[-119.43074226379399, 36.60419398140242], [-119.412932395935, 36.6039528218186]], "type": "LineString"}, "id": "70", "properties": {"Agency": "Reedley", "Description": "Reconstruct and widen Manning Ave from 2 to 4 lanes between Buttonwillow Ave and Englehart Ave", "Inflated": 6050358.899, "Location": "Rural", "Mode": null, "Project Cost": 4000000.0, "Project ID": "117", "TITLE": "Manning Ave-Buttonwillow to Englehart: Widening and Reconstruction", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.457778930664, 36.6188344006968, -119.456233978271, 36.72471369827421], "geometry": {"coordinates": [[-119.457778930664, 36.6188344006968], [-119.45743560791001, 36.71907231552908], [-119.456233978271, 36.72471369827421]], "type": "LineString"}, "id": "71", "properties": {"Agency": "Reedley", "Description": "Widen Reed Avenue from two lanes to four lanes from South Avenue to the SR 180", "Inflated": 29851307.41, "Location": "Rural", "Mode": null, "Project Cost": 25000000.0, "Project ID": "119", "TITLE": "Reed Avenue Widening", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.78891372680701, 36.83755734478909, -119.784708023071, 36.85469447952431], "geometry": {"coordinates": [[-119.78891372680701, 36.85469447952431], [-119.78732585907, 36.852428064888514], [-119.785823822021, 36.85029894750321], [-119.78518009185798, 36.8482727968633], [-119.784708023071, 36.84573144726903], [-119.78487968444797, 36.8433960785733], [-119.78483676910402, 36.83755734478909]], "type": "LineString"}, "id": "72", "properties": {"Agency": "Caltrans", "Description": "Widen SB On-Ramp and Add 1 SB Auxiliary Lane Operational", "Inflated": 47762091.86, "Location": "Urban", "Mode": "Streets \u0026 Roads-Maintenance", "Project Cost": 40000000.0, "Project ID": "5", "TITLE": "SR 41 - Friant to Herndon: SB On-Ramp \u0026 Auxiliary Lane", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.785137176514, 36.82302726688571, -119.78483676910402, 36.837488651150416], "geometry": {"coordinates": [[-119.78483676910402, 36.837488651150416], [-119.785137176514, 36.82302726688571]], "type": "LineString"}, "id": "73", "properties": {"Agency": "Caltrans", "Description": "Add an auxiliary lane to SB SR-41 between Herndon Ave to Bullard Ave", "Inflated": 29851307.41, "Location": "Urban", "Mode": null, "Project Cost": 25000000.0, "Project ID": "7", "TITLE": "SR 41 - Herndon Ave to Bullard Ave", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.74106311798101, 36.6726183626797, -119.73471164703402, 36.6778673450564], "geometry": {"coordinates": [[-119.74106311798101, 36.6778673450564], [-119.73471164703402, 36.6726183626797], [-119.73471164703402, 36.67272162480242]], "type": "LineString"}, "id": "74", "properties": {"Agency": "Caltrans", "Description": "Central/Chestnut/SR 99-Improve Interchange(Dependent on extension of Measure)", "Inflated": 164872280.0, "Location": "Urban", "Mode": "Streets \u0026 Roads-Maintenance", "Project Cost": 109000000.0, "Project ID": "25", "TITLE": "SR 99 Interchange-Central \u0026 Chestnut", "Tier": 2.0, "__folium_color": "#8c564b"}, "type": "Feature"}, {"bbox": [-119.66407874502227, 36.74167673275265, -119.66396739999996, 36.77213740913885], "geometry": {"coordinates": [[-119.66404834621481, 36.74167673275265], [-119.66396739999996, 36.75027490000001], [-119.66407874502227, 36.77213740913885]], "type": "LineString"}, "id": "75", "properties": {"Agency": "Fresno", "Description": "Widen from 2 LU to 6 LD with bike lanes, trail, sidewalks, curb and gutter", "Inflated": 30806549.25, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 25800000.0, "Project ID": "76", "TITLE": "Temperance - SR-180 to Clinton: 2 LU to 6 LD", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.79234659195389, 36.75660189287869, -119.77565259676317, 36.87612741174924], "geometry": {"coordinates": [[-119.77591008962627, 36.75660189287869], [-119.77565259676317, 36.76237803367163], [-119.77616757900343, 36.76433769879477], [-119.77910727158567, 36.76664110815109], [-119.78200404908861, 36.76837721640075], [-119.78399960664686, 36.7706633130577], [-119.78509394431667, 36.77327590774927], [-119.78494374011608, 36.776799326822015], [-119.78481499373511, 36.77951482706828], [-119.78466478958136, 36.78284891733222], [-119.7843643812072, 36.789774424771906], [-119.78539434546097, 36.79465455919487], [-119.78530851335326, 36.80111509940713], [-119.78530851040513, 36.81266023996092], [-119.78539433872315, 36.821043120229504], [-119.78496518314631, 36.83389050515994], [-119.7853085014933, 36.84755995425418], [-119.78899920935733, 36.855046215855346], [-119.79140246082383, 36.86060892517772], [-119.79157412059482, 36.86514119810754], [-119.79213201716007, 36.87077183048585], [-119.79234659195389, 36.87612741174924]], "type": "LineString"}, "id": "76", "properties": {"Agency": "Caltrans", "Description": "Corridor Preservation Operatiponal Improvement Projects", "Inflated": 411424405.2, "Location": "Urban", "Mode": null, "Project Cost": 272000000.0, "Project ID": "9", "TITLE": "SR 41 - Van Ness Ave to San Joaquin River", "Tier": 2.0, "__folium_color": "#8c564b"}, "type": "Feature"}, {"bbox": [-119.7849651984154, 36.76511123794736, -119.77666110393578, 36.77949763998067], "geometry": {"coordinates": [[-119.77666110393578, 36.76511123794736], [-119.77872103449957, 36.76674424263304], [-119.78157489682225, 36.76829127047173], [-119.78299109908053, 36.76944292425412], [-119.7839566913962, 36.770749254839814], [-119.78468624985719, 36.77243369927446], [-119.7849651984154, 36.774118105280074], [-119.78485791008794, 36.775114980338095], [-119.78481499459573, 36.776146216971206], [-119.78460041759456, 36.77949763998067]], "type": "LineString"}, "id": "77", "properties": {"Agency": "Caltrans", "Description": null, "Inflated": 29851307.41, "Location": "Urban", "Mode": null, "Project Cost": 25000000.0, "Project ID": "8", "TITLE": "SR 41 - McKinley Ave to Shields Ave", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.79234659195392, 36.72867775555003, -119.7756525967632, 36.87612741174924], "geometry": {"coordinates": [[-119.78275506169247, 36.72867775555003], [-119.77934330220033, 36.731661506666114], [-119.778034388439, 36.73344138596258], [-119.77759450783456, 36.734653745309615], [-119.77746576317853, 36.737198780329564], [-119.77760523876928, 36.73990708728152], [-119.77736920645302, 36.743466429772226], [-119.7764679877089, 36.74607994584703], [-119.77616758241858, 36.75110040205485], [-119.77591008962627, 36.756601892878734], [-119.7756525967632, 36.76237803367169], [-119.7761675790034, 36.7643376987948], [-119.77910727158569, 36.76664110815101], [-119.78200404908861, 36.76837721640078], [-119.78399960664687, 36.7706633130577], [-119.78509394431667, 36.77327590774927], [-119.7849437401161, 36.77679932682197], [-119.78481499373508, 36.77951482706823], [-119.78466478958133, 36.78284891733219], [-119.78436438120723, 36.78977442477195], [-119.78539434546097, 36.79465455919489], [-119.78530851335329, 36.80111509940707], [-119.78530851040516, 36.812660239960856], [-119.78539433872315, 36.821043120229504], [-119.78496518314628, 36.83389050515997], [-119.78530850149332, 36.84755995425418], [-119.78899920935733, 36.85504621585534], [-119.79140246082383, 36.860608925177765], [-119.79157412059482, 36.86514119810757], [-119.79213201716004, 36.8707718304858], [-119.79234659195392, 36.87612741174924]], "type": "LineString"}, "id": "78", "properties": {"Agency": "Caltrans", "Description": "SR41 Corridor Preservation Feasibility Study", "Inflated": 1194052.297, "Location": "Urban", "Mode": null, "Project Cost": 1000000.0, "Project ID": "9", "TITLE": "SR 41 - Van Ness Ave to San Joaquin River (NB/SB)", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.79094841065873, 36.78673136082151, -119.78272579713439, 36.8603861266241], "geometry": {"coordinates": [[-119.79053985370452, 36.78673136082151], [-119.79044704784594, 36.80853596194339], [-119.79029593139636, 36.830154478362395], [-119.79055175719495, 36.84445820467994], [-119.79094841065873, 36.852290723533756], [-119.79010686089376, 36.85396679900094], [-119.78940311202614, 36.85449296683233], [-119.78786766090964, 36.855530844364914], [-119.78562296318894, 36.85704643621263], [-119.78510931345207, 36.85744502672523], [-119.78272579713439, 36.8603861266241]], "type": "LineString"}, "id": "79", "properties": {"Agency": "Fresno", "Description": "Blackstone south of Dakota: 6 LD to 4 LD with Class IV bicycle facilities, midblock pedestrian crossings, transit and pedestrian-scale improvements", "Inflated": 75629486.24, "Location": "Urban", "Mode": "Bike \u0026 Ped, Streets \u0026 Roads - Capacity Increasing", "Project Cost": 50000000.0, "Project ID": null, "TITLE": "Blackstone BRT Corridor Smart Mobility Improvements", "Tier": 2.0, "__folium_color": "#8c564b"}, "type": "Feature"}, {"bbox": [-119.63621755661148, 36.44161036529733, -119.62899880036586, 36.50367481321925], "geometry": {"coordinates": [[-119.63621755661148, 36.44161036529733], [-119.63614723194746, 36.457462855753185], [-119.63609307176841, 36.47464492746103], [-119.63487817039216, 36.47872251236633], [-119.63253365350339, 36.48194902409831], [-119.62966042658385, 36.48627982384311], [-119.62899880036586, 36.50367481321925]], "type": "LineString"}, "id": "80", "properties": {"Agency": "Caltrans", "Description": "Passing Lanes", "Inflated": 11940522.97, "Location": "Rural", "Mode": null, "Project Cost": 10000000.0, "Project ID": "104", "TITLE": "SR 43 - SR 99 - Kings County Line", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.66124055692266, 36.60209996984877, -119.33564273059692, 36.60540792796303], "geometry": {"coordinates": [[-119.66124055692266, 36.60540792796303], [-119.64647772098094, 36.605407882429745], [-119.63746552456004, 36.60530450229453], [-119.62776668472914, 36.60540782471895], [-119.61068642680063, 36.605304419697745], [-119.59695355601951, 36.60509767224274], [-119.57485221734035, 36.605132054959846], [-119.55648450279708, 36.60506309651204], [-119.52979123520673, 36.60471850428248], [-119.52082195397742, 36.60461512334625], [-119.50893443786656, 36.60468398887109], [-119.46812205417284, 36.60444270770526], [-119.46104103874892, 36.60209996984877], [-119.45971066840198, 36.604167072439644], [-119.45271548557017, 36.604201502755004], [-119.3947799217676, 36.603994620805395], [-119.33564273059692, 36.60309870179694]], "type": "LineString"}, "id": "81", "properties": {"Agency": "Various", "Description": "reconstruct and rehabilitate pavement, install traffic signals, add vehicle turn lanes, provide crosswalk improvements, install sidewalk, add buffered bike lanes and provision for connectivity to potential future ATP projects", "Inflated": 9552418.372, "Location": "Rural", "Mode": null, "Project Cost": 8000000.0, "Project ID": "122", "TITLE": "Manning Avenue E/O SR 99", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}], "type": "FeatureCollection"});
geo_json_18d0072f2a1444ba84553d8583fd59a2.bindTooltip(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;
let fields = ["TITLE", "Project ID", "Description", "Agency", "Mode", "Project Cost", "Inflated", "Location", "Tier"];
let aliases = ["TITLE", "Project ID", "Description", "Agency", "Mode", "Project Cost", "Inflated", "Location", "Tier"];
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});
geo_json_18d0072f2a1444ba84553d8583fd59a2.bindPopup(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;
let fields = ["TITLE", "Project ID", "Description", "Agency", "Mode", "Project Cost", "Inflated", "Location", "Tier"];
let aliases = ["TITLE", "Project ID", "Description", "Agency", "Mode", "Project Cost", "Inflated", "Location", "Tier"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i].toLocaleString()}</th>
<td>${handleObject(layer.feature.properties[v]).toLocaleString()}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{"className": "foliumpopup"});
function geo_json_15850dd3c6584f809e5e22afee124806_styler(feature) {
switch(feature.id) {
case "0": case "3": case "4": case "5": case "11": case "12": case "36": case "37": case "38": case "41": case "42":
return {"color": "#17becf", "fillColor": "#17becf", "fillOpacity": 0.5, "weight": 2};
case "13": case "17": case "35": case "39": case "40":
return {"color": "#8c564b", "fillColor": "#8c564b", "fillOpacity": 0.5, "weight": 2};
default:
return {"color": "#1f77b4", "fillColor": "#1f77b4", "fillOpacity": 0.5, "weight": 2};
}
}
function geo_json_15850dd3c6584f809e5e22afee124806_highlighter(feature) {
switch(feature.id) {
default:
return {"fillOpacity": 0.75};
}
}
function geo_json_15850dd3c6584f809e5e22afee124806_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": 4, "stroke": true, "weight": 3};
let style = geo_json_15850dd3c6584f809e5e22afee124806_styler(feature)
Object.assign(opts, style)
return new L.CircleMarker(latlng, opts)
}
function geo_json_15850dd3c6584f809e5e22afee124806_onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
if(typeof e.target.setStyle === "function"){
geo_json_15850dd3c6584f809e5e22afee124806.resetStyle(e.target);
}
},
mouseover: function(e) {
if(typeof e.target.setStyle === "function"){
const highlightStyle = geo_json_15850dd3c6584f809e5e22afee124806_highlighter(e.target.feature)
e.target.setStyle(highlightStyle);
}
},
});
};
var geo_json_15850dd3c6584f809e5e22afee124806 = L.geoJson(null, {
onEachFeature: geo_json_15850dd3c6584f809e5e22afee124806_onEachFeature,
style: geo_json_15850dd3c6584f809e5e22afee124806_styler,
pointToLayer: geo_json_15850dd3c6584f809e5e22afee124806_pointToLayer
});
function geo_json_15850dd3c6584f809e5e22afee124806_add (data) {
geo_json_15850dd3c6584f809e5e22afee124806
.addData(data)
.addTo(map_c2dd4fb2743e4e69a6226cd1c57d307f);
}
geo_json_15850dd3c6584f809e5e22afee124806_add({"bbox": [-120.10348320007301, 36.255417255968204, -119.548029899597, 36.98415388217501], "features": [{"bbox": [-119.659416675568, 36.84547387333889, -119.659416675568, 36.84547387333889], "geometry": {"coordinates": [-119.659416675568, 36.84547387333889], "type": "Point"}, "id": "0", "properties": {"Agency": "Clovis", "Description": "East of Temperance", "Inflated": 37814743.12, "Location": "Urban", "Mode": "Bike \u0026 Ped", "Project Cost": 25000000.0, "Project ID": "130", "TITLE": "Enterprise Trail - Pedestrian Bridge over SR 168", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.62886095047, 36.57649015127291, -119.62886095047, 36.57649015127291], "geometry": {"coordinates": [-119.62886095047, 36.57649015127291], "type": "Point"}, "id": "1", "properties": {"Agency": "Caltrans", "Description": "Reconstruct interchange - Partial Funding $90M total cost", "Inflated": 29851307.41, "Location": "Rural", "Mode": null, "Project Cost": 25000000.0, "Project ID": "107", "TITLE": "SR 99 / SR 43 / Floral Interchange", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.548029899597, 36.50673864908389, -119.548029899597, 36.50673864908389], "geometry": {"coordinates": [-119.548029899597, 36.50673864908389], "type": "Point"}, "id": "2", "properties": {"Agency": "Caltrans", "Description": "Modify/Reconstruct Interchange", "Inflated": 0.0, "Location": "Rural", "Mode": "Streets \u0026 Roads-Operations", "Project Cost": null, "Project ID": "105", "TITLE": "SR 99 / Mendocino Interchange", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.78578090667702, 36.6778501358633, -119.78578090667702, 36.6778501358633], "geometry": {"coordinates": [-119.78578090667702, 36.6778501358633], "type": "Point"}, "id": "3", "properties": {"Agency": "Caltrans", "Description": "Upgraded existing intersections to interchanges", "Inflated": 143696023.9, "Location": "Rural", "Mode": "Streets \u0026 Roads - Operations", "Project Cost": 95000000.0, "Project ID": "124", "TITLE": "SR41 Central and American", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.78595256805396, 36.663289779267394, -119.78595256805396, 36.663289779267394], "geometry": {"coordinates": [-119.78595256805396, 36.663289779267394], "type": "Point"}, "id": "4", "properties": {"Agency": "Caltrans", "Description": "Upgraded existing intersections to interchanges", "Inflated": 143696023.9, "Location": "Rural", "Mode": "Streets \u0026 Roads - Operations", "Project Cost": 95000000.0, "Project ID": "124", "TITLE": "SR41 Central and American", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.71132278442401, 36.89994002082842, -119.71132278442401, 36.89994002082842], "geometry": {"coordinates": [-119.71132278442401, 36.89994002082842], "type": "Point"}, "id": "5", "properties": {"Agency": "Fresno County", "Description": "Need Scope", "Inflated": 12100717.8, "Location": "Urban", "Mode": "Streets and Roads - connectivity", "Project Cost": 8000000.0, "Project ID": "131", "TITLE": "Clovis - Auberry Couplet north of Copper", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.59613800048801, 36.54701807921955, -119.59613800048801, 36.54701807921955], "geometry": {"coordinates": [-119.59613800048801, 36.54701807921955], "type": "Point"}, "id": "6", "properties": {"Agency": "Caltrans", "Description": "The project consists of Re-aligned at Highway 99 at the existing Mountain View overcrossing to align and to build roundabout intersection control on both sides. Potential partnership with TCAG. Total Cost $18M", "Inflated": 10746470.67, "Location": "Rural", "Mode": null, "Project Cost": 9000000.0, "Project ID": "108", "TITLE": "SR 99 - Mountain View and Highway 99 Dual Roundabout Interchange", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.55734252929702, 36.87364731591592, -119.55734252929702, 36.87364731591592], "geometry": {"coordinates": [-119.55734252929702, 36.87364731591592], "type": "Point"}, "id": "7", "properties": {"Agency": "Caltrans", "Description": "Construct Roundabout - 67% SHOPP Funding", "Inflated": 4179183.038, "Location": "Rural", "Mode": "Streets \u0026 Roads-Operations", "Project Cost": 3500000.0, "Project ID": "96", "TITLE": "SR 168 / Academy Roundabout", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-120.10318279266399, 36.429604410275, -120.10318279266399, 36.429604410275], "geometry": {"coordinates": [-120.10318279266399, 36.429604410275], "type": "Point"}, "id": "8", "properties": {"Agency": "Caltrans", "Description": "Intersection Improvements Operational (Roundabout) - 100% SHOPP Funding", "Inflated": 0.0, "Location": "Rural", "Mode": "Streets \u0026 Roads-Maintenance", "Project Cost": null, "Project ID": "101", "TITLE": "SR 269 / SR 145", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-120.10348320007301, 36.255417255968204, -120.10348320007301, 36.255417255968204], "geometry": {"coordinates": [-120.10348320007301, 36.255417255968204], "type": "Point"}, "id": "9", "properties": {"Agency": "Caltrans", "Description": "Intersection Improvements Operational (Roundabout) - 100% SHOPP Funding", "Inflated": 0.0, "Location": "Rural", "Mode": "Streets \u0026 Roads-Maintenance, Streets \u0026 Roads-Operations", "Project Cost": null, "Project ID": "102", "TITLE": "SR 269 / SR 198", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.556312561035, 36.735926435896104, -119.556312561035, 36.735926435896104], "geometry": {"coordinates": [-119.556312561035, 36.735926435896104], "type": "Point"}, "id": "10", "properties": {"Agency": "Caltrans", "Description": "Add right turn channelization Operational - 50% SHOPP Funding", "Inflated": 5970261.483, "Location": "Rural", "Mode": "Streets \u0026 Roads-Operations", "Project Cost": 5000000.0, "Project ID": "97", "TITLE": "SR 180 / Academy intersection improvements", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.64525461196898, 36.59084294157853, -119.64525461196898, 36.59084294157853], "geometry": {"coordinates": [-119.64525461196898, 36.59084294157853], "type": "Point"}, "id": "11", "properties": {"Agency": "Selma", "Description": "Construction of Flyover from State Route 99 to new intersection at Golden State Boulevard near Dinuba Avenue.", "Inflated": 60503588.99, "Location": "Rural", "Mode": null, "Project Cost": 40000000.0, "Project ID": "120", "TITLE": "SR 99 and Dinuba Fly-over", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.784858226776, 36.7941134817733, -119.784858226776, 36.7941134817733], "geometry": {"coordinates": [-119.784858226776, 36.7941134817733], "type": "Point"}, "id": "12", "properties": {"Agency": "Caltrans", "Description": "Ashlan Avenue Interchange Improvement - Reconfigure interchange to either a Single Point Urban Interchange (SPUI) or a Diverging Diamond configuration. Additional study required to determine the appropriate design.", "Inflated": 136133075.2, "Location": "Urban", "Mode": null, "Project Cost": 90000000.0, "Project ID": "10", "TITLE": "SR 41 / Ashlan Avenue", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.77711737155899, 36.74323447072433, -119.77711737155899, 36.74323447072433], "geometry": {"coordinates": [-119.77711737155899, 36.74323447072433], "type": "Point"}, "id": "13", "properties": {"Agency": "Caltrans", "Description": "Reconfigure for SB dual rights; and EB dual lefts on Divisadero at NB on-ramp", "Inflated": 4946168.4, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing, Streets \u0026 Roads-Operations", "Project Cost": 3270000.0, "Project ID": "12", "TITLE": "SR 41 / Divisadero on/off ramps", "Tier": 2.0, "__folium_color": "#8c564b"}, "type": "Feature"}, {"bbox": [-119.78483676910402, 36.779661088223406, -119.78483676910402, 36.779661088223406], "geometry": {"coordinates": [-119.78483676910402, 36.779661088223406], "type": "Point"}, "id": "14", "properties": {"Agency": "Caltrans", "Description": "Shields Avenue Interchange Improvement: Expand the NB off ramp to 2 lanes for the full length", "Inflated": 11940522.97, "Location": "Urban", "Mode": null, "Project Cost": 10000000.0, "Project ID": "14", "TITLE": "SR 41 / Shields Avenue", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.78284120559698, 36.7288240790032, -119.78284120559698, 36.7288240790032], "geometry": {"coordinates": [-119.78284120559698, 36.7288240790032], "type": "Point"}, "id": "15", "properties": {"Agency": "Caltrans", "Description": "Modify interchange to add a direct southbound on-ramp; eliminate Broadway/SR-41 southbound on-ramp; signalize ramp intersections with Van Ness and add ramp metering to new southbound on-ramp.", "Inflated": 17910784.45, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 15000000.0, "Project ID": "15", "TITLE": "SR 41 / Van Ness Interchange Improvements", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.86581802368201, 36.793821367637605, -119.86581802368201, 36.793821367637605], "geometry": {"coordinates": [-119.86581802368201, 36.793821367637605], "type": "Point"}, "id": "16", "properties": {"Agency": "Caltrans", "Description": "Reconstruct Interchange - Include Golden State Blvd.", "Inflated": 83583660.76, "Location": "Urban", "Mode": "Streets \u0026 Roads-Maintenance", "Project Cost": 70000000.0, "Project ID": "20", "TITLE": "SR 99 / Ashlan Interchange", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.917531013489, 36.832439499791796, -119.917531013489, 36.832439499791796], "geometry": {"coordinates": [-119.917531013489, 36.832439499791796], "type": "Point"}, "id": "17", "properties": {"Agency": "Fresno", "Description": "Widen Undercrossing to 5 LN", "Inflated": 32160682.73, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 21262000.0, "Project ID": "21", "TITLE": "SR 99 / Herndon - Widen Undercrossing", "Tier": 2.0, "__folium_color": "#8c564b"}, "type": "Feature"}, {"bbox": [-119.886631965637, 36.8080477502064, -119.886631965637, 36.8080477502064], "geometry": {"coordinates": [-119.886631965637, 36.8080477502064], "type": "Point"}, "id": "18", "properties": {"Agency": "Caltrans", "Description": "Reconstruct Interchange", "Inflated": 95524183.72, "Location": "Urban", "Mode": "Streets \u0026 Roads-Maintenance, Streets \u0026 Roads-Operations", "Project Cost": 80000000.0, "Project ID": "22", "TITLE": "SR 99 / Shaw Interchange", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.80243206024197, 36.734069224410604, -119.80243206024197, 36.734069224410604], "geometry": {"coordinates": [-119.80243206024197, 36.734069224410604], "type": "Point"}, "id": "19", "properties": {"Agency": "Caltrans", "Description": "Reconstruct Overcrossing Operational. Included for eligibility purposes only; Caltrans should comlete", "Inflated": 0.0, "Location": "Urban", "Mode": "Streets \u0026 Roads-Operations", "Project Cost": 0.0, "Project ID": "23", "TITLE": "SR 99 / Stanislaus Interchange", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.801294803619, 36.7330890113462, -119.801294803619, 36.7330890113462], "geometry": {"coordinates": [-119.801294803619, 36.7330890113462], "type": "Point"}, "id": "20", "properties": {"Agency": "Caltrans", "Description": "SR 99/Tuolumne Interchange Operational. Included for eligibility purposes only; Caltrans should comlete", "Inflated": 0.0, "Location": "Urban", "Mode": "Streets \u0026 Roads-Operations", "Project Cost": 0.0, "Project ID": "24", "TITLE": "SR 99 / Tuolumne Interchange", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.81483459472702, 36.74098195064071, -119.81483459472702, 36.74098195064071], "geometry": {"coordinates": [-119.81483459472702, 36.74098195064071], "type": "Point"}, "id": "21", "properties": {"Agency": "Caltrans", "Description": "Add additional lane Operational", "Inflated": 23881045.93, "Location": "Urban", "Mode": "Streets \u0026 Roads-Operations", "Project Cost": 20000000.0, "Project ID": "3", "TITLE": "SR 180 WB to NB SR 99 connector", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.82685089111297, 36.752776856802306, -119.82685089111297, 36.752776856802306], "geometry": {"coordinates": [-119.82685089111297, 36.752776856802306], "type": "Point"}, "id": "22", "properties": {"Agency": "Caltrans", "Description": "Smart Corridor Projects ($5 million / Mile @ 54 Miles along SR 41, SR 99, SR 168, and SR 180) Operational Improvements - Phase 1", "Inflated": 89553922.24, "Location": "Urban", "Mode": null, "Project Cost": 75000000.0, "Project ID": "16", "TITLE": "SR 41, SR 99, SR 168, SR 180 Smart Corridor Projects", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.795780181885, 36.75078251023739, -119.795780181885, 36.75078251023739], "geometry": {"coordinates": [-119.795780181885, 36.75078251023739], "type": "Point"}, "id": "23", "properties": {"Agency": "Caltrans", "Description": "Smart Corridor Projects ($5 million / Mile @ 54 Miles along SR 41, SR 99, SR 168, and SR 180) Operational Improvements - Phase 1", "Inflated": 89553922.24, "Location": "Urban", "Mode": null, "Project Cost": 75000000.0, "Project ID": "16", "TITLE": "SR 41, SR 99, SR 168, SR 180 Smart Corridor Projects", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.785137176514, 36.724163337710294, -119.785137176514, 36.724163337710294], "geometry": {"coordinates": [-119.785137176514, 36.724163337710294], "type": "Point"}, "id": "24", "properties": {"Agency": "Caltrans", "Description": "Smart Corridor Projects ($5 million / Mile @ 54 Miles along SR 41, SR 99, SR 168, and SR 180) Operational Improvements - Phase 1", "Inflated": 89553922.24, "Location": "Urban", "Mode": null, "Project Cost": 75000000.0, "Project ID": "16", "TITLE": "SR 41, SR 99, SR 168, SR 180 Smart Corridor Projects", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.74925994873, 36.7628853333365, -119.74925994873, 36.7628853333365], "geometry": {"coordinates": [-119.74925994873, 36.7628853333365], "type": "Point"}, "id": "25", "properties": {"Agency": "Caltrans", "Description": "Smart Corridor Projects ($5 million / Mile @ 54 Miles along SR 41, SR 99, SR 168, and SR 180) Operational Improvements - Phase 1", "Inflated": 89553922.24, "Location": "Urban", "Mode": null, "Project Cost": 75000000.0, "Project ID": "16", "TITLE": "SR 41, SR 99, SR 168, SR 180 Smart Corridor Projects", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-120.01262962928779, 36.255510259390284, -120.01262962928779, 36.255510259390284], "geometry": {"coordinates": [-120.01262962928779, 36.255510259390284], "type": "Point"}, "id": "26", "properties": {"Agency": "Caltrans", "Description": "Add passing lanes between NAS Lemoore and I-5 Operational", "Inflated": 10746470.67, "Location": "Rural", "Mode": "Streets \u0026 Roads-Operations", "Project Cost": 9000000.0, "Project ID": "100", "TITLE": "SR 198 Passing Lanes", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.68412516095873, 36.84086260706463, -119.68412516095873, 36.84086260706463], "geometry": {"coordinates": [-119.68412516095873, 36.84086260706463], "type": "Point"}, "id": "27", "properties": {"Agency": "Caltrans", "Description": "Various Locations; Fowler, Bullard, Herndon, Shaw, \u0026 Temperance", "Inflated": 29851307.41, "Location": "Urban", "Mode": null, "Project Cost": 25000000.0, "Project ID": "1, 42, 43, 44, 45, 49", "TITLE": "SR 168 / Fowler Interchange", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.71733080300746, 36.823172839756296, -119.71733080300746, 36.823172839756296], "geometry": {"coordinates": [-119.71733080300746, 36.823172839756296], "type": "Point"}, "id": "28", "properties": {"Agency": "Caltrans", "Description": "Various Locations; Fowler, Bullard, Herndon, Shaw, \u0026 Temperance", "Inflated": 29851307.41, "Location": "Urban", "Mode": null, "Project Cost": 25000000.0, "Project ID": "1, 42, 43, 44, 45, 49", "TITLE": "SR 168 / Bullard EB Off-Ramp: Interchange", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.68411443217545, 36.840733812106215, -119.68411443217545, 36.840733812106215], "geometry": {"coordinates": [-119.68411443217545, 36.840733812106215], "type": "Point"}, "id": "29", "properties": {"Agency": "Caltrans", "Description": "Various Locations; Fowler, Bullard, Herndon, Shaw, \u0026 Temperance", "Inflated": 29851307.41, "Location": "Urban", "Mode": null, "Project Cost": 25000000.0, "Project ID": "1, 42, 43, 44, 45, 49", "TITLE": "SR 168 / Fowler: Interchange Loop", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.7035121046159, 36.83739371284443, -119.7035121046159, 36.83739371284443], "geometry": {"coordinates": [-119.7035121046159, 36.83739371284443], "type": "Point"}, "id": "30", "properties": {"Agency": "Caltrans", "Description": "Various Locations; Fowler, Bullard, Herndon, Shaw, \u0026 Temperance", "Inflated": 29851307.41, "Location": "Urban", "Mode": null, "Project Cost": 25000000.0, "Project ID": "1, 42, 43, 44, 45, 49", "TITLE": "SR 168 / Herndon: Interchange", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.70355501984409, 36.83725632547951, -119.70355501984409, 36.83725632547951], "geometry": {"coordinates": [-119.70355501984409, 36.83725632547951], "type": "Point"}, "id": "31", "properties": {"Agency": "Caltrans", "Description": "Various Locations; Fowler, Bullard, Herndon, Shaw, \u0026 Temperance", "Inflated": 29851307.41, "Location": "Urban", "Mode": null, "Project Cost": 25000000.0, "Project ID": "1, 42, 43, 44, 45, 49", "TITLE": "SR 168 / Herndon: Interchange Widening", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.66415886245548, 36.842991925122874, -119.66415886245548, 36.842991925122874], "geometry": {"coordinates": [-119.66415886245548, 36.842991925122874], "type": "Point"}, "id": "32", "properties": {"Agency": "Caltrans", "Description": "Various Locations; Fowler, Bullard, Herndon, Shaw, \u0026 Temperance", "Inflated": 29851307.41, "Location": "Urban", "Mode": null, "Project Cost": 25000000.0, "Project ID": "1, 42, 43, 44, 45, 49", "TITLE": "SR 168 / Temperance: Interchange", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.77591009016754, 36.75450449572629, -119.77591009016754, 36.75450449572629], "geometry": {"coordinates": [-119.77591009016754, 36.75450449572629], "type": "Point"}, "id": "33", "properties": {"Agency": "Caltrans", "Description": null, "Inflated": 0.0, "Location": "Urban", "Mode": null, "Project Cost": 0.0, "Project ID": "18", "TITLE": "SR 41/SR 180 NB Connector", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.64361320836261, 36.854453423922315, -119.64361320836261, 36.854453423922315], "geometry": {"coordinates": [-119.64361320836261, 36.854453423922315], "type": "Point"}, "id": "34", "properties": {"Agency": "Caltrans", "Description": null, "Inflated": 0.0, "Location": "Urban", "Mode": null, "Project Cost": 0.0, "Project ID": "46", "TITLE": "SR 168 / Owens Mountain Interchange", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.62448227900016, 36.86555738484414, -119.62448227900016, 36.86555738484414], "geometry": {"coordinates": [-119.62448227900016, 36.86555738484414], "type": "Point"}, "id": "35", "properties": {"Agency": "Clovis", "Description": "New Interchange", "Inflated": 75758056.37, "Location": "Urban", "Mode": "Streets \u0026 Roads - Capacity Increasing", "Project Cost": 50085000.0, "Project ID": "48", "TITLE": "SR 168 / Shepherd Interchange", "Tier": 2.0, "__folium_color": "#8c564b"}, "type": "Feature"}, {"bbox": [-119.7853028753914, 36.822955310393475, -119.7853028753914, 36.822955310393475], "geometry": {"coordinates": [-119.7853028753914, 36.822955310393475], "type": "Point"}, "id": "36", "properties": {"Agency": "Caltrans", "Description": null, "Inflated": 136133075.2, "Location": "Urban", "Mode": null, "Project Cost": 90000000.0, "Project ID": "11", "TITLE": "SR 41 / Bullard Avenue", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.78526559618402, 36.80870897396972, -119.78526559618402, 36.80870897396972], "geometry": {"coordinates": [-119.78526559618402, 36.80870897396972], "type": "Point"}, "id": "37", "properties": {"Agency": "Caltrans", "Description": null, "Inflated": 30251794.5, "Location": "Urban", "Mode": null, "Project Cost": 20000000.0, "Project ID": "13", "TITLE": "SR 41 / Shaw Avenue", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.63697208280017, 36.808399284869246, -119.63697208280017, 36.808399284869246], "geometry": {"coordinates": [-119.63697208280017, 36.808399284869246], "type": "Point"}, "id": "38", "properties": {"Agency": "Fresno County", "Description": null, "Inflated": 1925526.72, "Location": "Urban", "Mode": null, "Project Cost": 1273000.0, "Project ID": "89", "TITLE": "Shaw and Leonard", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.66121909930287, 36.60539070251692, -119.66121909930287, 36.60539070251692], "geometry": {"coordinates": [-119.66121909930287, 36.60539070251692], "type": "Point"}, "id": "39", "properties": {"Agency": null, "Description": "Interchange Improvements (Ramp Improvements)", "Inflated": 22688845.87, "Location": "Rural", "Mode": null, "Project Cost": 15000000.0, "Project ID": "125", "TITLE": "SR 99/ Manning Ave Interchange", "Tier": 2.0, "__folium_color": "#8c564b"}, "type": "Feature"}, {"bbox": [-119.65956692343434, 36.98415388217501, -119.65956692343434, 36.98415388217501], "geometry": {"coordinates": [-119.65956692343434, 36.98415388217501], "type": "Point"}, "id": "40", "properties": {"Agency": "Fresno County", "Description": "Traffic Signal", "Inflated": 5294064.037, "Location": "Rural", "Mode": null, "Project Cost": 3500000.0, "Project ID": "128", "TITLE": "Millerton \u0026 Marina Drive", "Tier": 2.0, "__folium_color": "#8c564b"}, "type": "Feature"}, {"bbox": [-119.55592671629417, 36.808124162141794, -119.55592671629417, 36.808124162141794], "geometry": {"coordinates": [-119.55592671629417, 36.808124162141794], "type": "Point"}, "id": "41", "properties": {"Agency": "Fresno County", "Description": "Install Traffic Signal; widen for Northbound \u0026 southbound right-turn lanes; Westbound right-turn and left-turn lane; Eastbound right-turn lane", "Inflated": 2849719.042, "Location": "Rural", "Mode": null, "Project Cost": 1884000.0, "Project ID": "114", "TITLE": "Shaw and Academy", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.69297637729963, 36.634435935292856, -119.69297637729963, 36.634435935292856], "geometry": {"coordinates": [-119.69297637729963, 36.634435935292856], "type": "Point"}, "id": "42", "properties": {"Agency": null, "Description": "Interchange Improvements", "Inflated": 30251794.5, "Location": "Rural", "Mode": null, "Project Cost": 20000000.0, "Project ID": "126", "TITLE": "SR 99/Adams Interchange", "Tier": 3.0, "__folium_color": "#17becf"}, "type": "Feature"}, {"bbox": [-119.84942548696922, 36.78272140197154, -119.84942548696922, 36.78272140197154], "geometry": {"coordinates": [-119.84942548696922, 36.78272140197154], "type": "Point"}, "id": "43", "properties": {"Agency": "Caltrans", "Description": "Urban Freeway Connectors Operational Improvement Study", "Inflated": 1194052.297, "Location": "Urban", "Mode": "Streets \u0026 Roads-Maintenance", "Project Cost": 1000000.0, "Project ID": "2", "TITLE": "SR 180 / SR 41 / 168", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}, {"bbox": [-119.77939817341394, 36.766972410369114, -119.77939817341394, 36.766972410369114], "geometry": {"coordinates": [-119.77939817341394, 36.766972410369114], "type": "Point"}, "id": "44", "properties": {"Agency": "Caltrans", "Description": "Urban Freeway Connectors Operational Improvements", "Inflated": 119405229.7, "Location": "Urban", "Mode": "Streets \u0026 Roads-Maintenance", "Project Cost": 100000000.0, "Project ID": "2", "TITLE": "SR 180 / SR 41 /168", "Tier": 1.0, "__folium_color": "#1f77b4"}, "type": "Feature"}], "type": "FeatureCollection"});
geo_json_15850dd3c6584f809e5e22afee124806.bindTooltip(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;
let fields = ["TITLE", "Project ID", "Description", "Agency", "Mode", "Project Cost", "Inflated", "Location", "Tier"];
let aliases = ["TITLE", "Project ID", "Description", "Agency", "Mode", "Project Cost", "Inflated", "Location", "Tier"];
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});
geo_json_15850dd3c6584f809e5e22afee124806.bindPopup(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;
let fields = ["TITLE", "Project ID", "Description", "Agency", "Mode", "Project Cost", "Inflated", "Location", "Tier"];
let aliases = ["TITLE", "Project ID", "Description", "Agency", "Mode", "Project Cost", "Inflated", "Location", "Tier"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i].toLocaleString()}</th>
<td>${handleObject(layer.feature.properties[v]).toLocaleString()}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{"className": "foliumpopup"});
var layer_control_afa61cb430f443c9bd7af5a5e6426b54 = {
base_layers : {
"https://a.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png" : tile_layer_4eb7c76924f84e40928b3e90910f63d3,
},
overlays : {
"County Boundary" : geo_json_fc3eb39f46aa4720aa8cffbfe839741e,
"Corridor Improvement Projects" : geo_json_18d0072f2a1444ba84553d8583fd59a2,
"Location Specific Improvement Projects" : geo_json_15850dd3c6584f809e5e22afee124806,
},
};
L.control.layers(
layer_control_afa61cb430f443c9bd7af5a5e6426b54.base_layers,
layer_control_afa61cb430f443c9bd7af5a5e6426b54.overlays,
{"autoZIndex": true, "collapsed": true, "position": "topright"}
).addTo(map_c2dd4fb2743e4e69a6226cd1c57d307f);
</script>