-
Notifications
You must be signed in to change notification settings - Fork 2
/
optimize_stops_2_people_drive.html
442 lines (210 loc) · 25.9 KB
/
optimize_stops_2_people_drive.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
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.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.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster-src.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/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.1.0/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://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.Default.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.css" />
<link rel="stylesheet" href="https://raw.githubusercontent.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css" />
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
#map {
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
}
</style>
<style> #map_4a2157e93c134ec59a3fbd2ee0ae4770 {
position : relative;
width : 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
</head>
<body>
<div class="folium-map" id="map_4a2157e93c134ec59a3fbd2ee0ae4770" ></div>
</body>
<script>
var southWest = L.latLng(-90, -180);
var northEast = L.latLng(90, 180);
var bounds = L.latLngBounds(southWest, northEast);
var map_4a2157e93c134ec59a3fbd2ee0ae4770 = L.map('map_4a2157e93c134ec59a3fbd2ee0ae4770', {
center:[37.7797914286,-122.465204286],
zoom: 14,
maxBounds: bounds,
layers: [],
crs: L.CRS.EPSG3857
});
var tile_layer_c37fa28d2e474f6f9cf03e0630232d41 = L.tileLayer(
'https://stamen-tiles-{s}.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.jpg',
{
maxZoom: 18,
minZoom: 1,
attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://creativecommons.org/licenses/by-sa/3.0">CC BY SA</a>.',
detectRetina: false
}
).addTo(map_4a2157e93c134ec59a3fbd2ee0ae4770);
var marker_a52e1c1097c24c07874f32ae8f7317c0 = L.marker(
[37.77911,-122.46419],
{
icon: new L.Icon.Default()
}
)
.addTo(map_4a2157e93c134ec59a3fbd2ee0ae4770);
var icon_b4b8c306e5be4f5da068d5136f399c22 = L.AwesomeMarkers.icon({
icon: 'mapmarker',
iconColor: 'white',
markerColor: 'black',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_a52e1c1097c24c07874f32ae8f7317c0.setIcon(icon_b4b8c306e5be4f5da068d5136f399c22);
var popup_fa0b4b686749421a93c9bc69895b0626 = L.popup({maxWidth: '300'});
var html_48b370c26fa741a8a2ec80154dabf9b2 = $(' <div id="html_48b370c26fa741a8a2ec80154dabf9b2" style="width: 100.0%; height: 100.0%;"> Home</div> ')[0];
popup_fa0b4b686749421a93c9bc69895b0626.setContent(html_48b370c26fa741a8a2ec80154dabf9b2);
marker_a52e1c1097c24c07874f32ae8f7317c0.bindPopup(popup_fa0b4b686749421a93c9bc69895b0626);
var marker_62a89f2f70ee46d69061c03722453a4f = L.marker(
[37.78621,-122.45184],
{
icon: new L.Icon.Default()
}
)
.addTo(map_4a2157e93c134ec59a3fbd2ee0ae4770);
var icon_41f72264caf54af3b44c33efb6120b48 = L.AwesomeMarkers.icon({
icon: 'mapmarker',
iconColor: 'white',
markerColor: 'blue',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_62a89f2f70ee46d69061c03722453a4f.setIcon(icon_41f72264caf54af3b44c33efb6120b48);
var popup_6598a8d1496142cfb44fc2f4e569fb24 = L.popup({maxWidth: '300'});
var html_297e76fe44ce4176b25a1ab6716e14d6 = $(' <div id="html_297e76fe44ce4176b25a1ab6716e14d6" style="width: 100.0%; height: 100.0%;"> 1 - Noah's Bagels</div> ')[0];
popup_6598a8d1496142cfb44fc2f4e569fb24.setContent(html_297e76fe44ce4176b25a1ab6716e14d6);
marker_62a89f2f70ee46d69061c03722453a4f.bindPopup(popup_6598a8d1496142cfb44fc2f4e569fb24);
var marker_2c61fcdb41b84b4290d37b6c35bed0a1 = L.marker(
[37.77002,-122.46561],
{
icon: new L.Icon.Default()
}
)
.addTo(map_4a2157e93c134ec59a3fbd2ee0ae4770);
var icon_894aab5d4da14d9fa8c67af947a0160d = L.AwesomeMarkers.icon({
icon: 'mapmarker',
iconColor: 'white',
markerColor: 'blue',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_2c61fcdb41b84b4290d37b6c35bed0a1.setIcon(icon_894aab5d4da14d9fa8c67af947a0160d);
var popup_01355adfe79b464ab0349278357115f8 = L.popup({maxWidth: '300'});
var html_f2c93ed32fa1493b96503f31d31db3e9 = $(' <div id="html_f2c93ed32fa1493b96503f31d31db3e9" style="width: 100.0%; height: 100.0%;"> 2 - de Young Museum</div> ')[0];
popup_01355adfe79b464ab0349278357115f8.setContent(html_f2c93ed32fa1493b96503f31d31db3e9);
marker_2c61fcdb41b84b4290d37b6c35bed0a1.bindPopup(popup_01355adfe79b464ab0349278357115f8);
var marker_9d3fc619dff04829a2e3e6508ad2cb30 = L.marker(
[37.78278,-122.46351],
{
icon: new L.Icon.Default()
}
)
.addTo(map_4a2157e93c134ec59a3fbd2ee0ae4770);
var icon_6c92362516c64cdb800609e84cbd9c08 = L.AwesomeMarkers.icon({
icon: 'mapmarker',
iconColor: 'white',
markerColor: 'red',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_9d3fc619dff04829a2e3e6508ad2cb30.setIcon(icon_6c92362516c64cdb800609e84cbd9c08);
var popup_bb804771fc4349a48986c4655904337c = L.popup({maxWidth: '300'});
var html_87647a5a589842d68f4c6685fe07d4eb = $(' <div id="html_87647a5a589842d68f4c6685fe07d4eb" style="width: 100.0%; height: 100.0%;"> 1 - Toy Boat</div> ')[0];
popup_bb804771fc4349a48986c4655904337c.setContent(html_87647a5a589842d68f4c6685fe07d4eb);
marker_9d3fc619dff04829a2e3e6508ad2cb30.bindPopup(popup_bb804771fc4349a48986c4655904337c);
var marker_10b996ff402b4e9bbdb146ef04460ca9 = L.marker(
[37.78113,-122.46995],
{
icon: new L.Icon.Default()
}
)
.addTo(map_4a2157e93c134ec59a3fbd2ee0ae4770);
var icon_304e8fe8d1944c9991ca7f071451901b = L.AwesomeMarkers.icon({
icon: 'mapmarker',
iconColor: 'white',
markerColor: 'red',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_10b996ff402b4e9bbdb146ef04460ca9.setIcon(icon_304e8fe8d1944c9991ca7f071451901b);
var popup_cc511e87f26e4c9b8bfab952ebaf7b5f = L.popup({maxWidth: '300'});
var html_2d1cc53338de4f6eb32c44cd337b442d = $(' <div id="html_2d1cc53338de4f6eb32c44cd337b442d" style="width: 100.0%; height: 100.0%;"> 2 - Lamps Plus</div> ')[0];
popup_cc511e87f26e4c9b8bfab952ebaf7b5f.setContent(html_2d1cc53338de4f6eb32c44cd337b442d);
marker_10b996ff402b4e9bbdb146ef04460ca9.bindPopup(popup_cc511e87f26e4c9b8bfab952ebaf7b5f);
var marker_6ba38e5618cc41d493b1996718858b19 = L.marker(
[37.78371,-122.483],
{
icon: new L.Icon.Default()
}
)
.addTo(map_4a2157e93c134ec59a3fbd2ee0ae4770);
var icon_f7a0c850af6a487eac54dd551a247be9 = L.AwesomeMarkers.icon({
icon: 'mapmarker',
iconColor: 'white',
markerColor: 'red',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_6ba38e5618cc41d493b1996718858b19.setIcon(icon_f7a0c850af6a487eac54dd551a247be9);
var popup_dcee5c23554f4ad78495926172b51647 = L.popup({maxWidth: '300'});
var html_8893a88e135f4a5f99924ba7b7f9a96c = $(' <div id="html_8893a88e135f4a5f99924ba7b7f9a96c" style="width: 100.0%; height: 100.0%;"> 3 - Pizzetta</div> ')[0];
popup_dcee5c23554f4ad78495926172b51647.setContent(html_8893a88e135f4a5f99924ba7b7f9a96c);
marker_6ba38e5618cc41d493b1996718858b19.bindPopup(popup_dcee5c23554f4ad78495926172b51647);
var marker_63e8d32b7c294edf842652d287826e95 = L.marker(
[37.77558,-122.45833],
{
icon: new L.Icon.Default()
}
)
.addTo(map_4a2157e93c134ec59a3fbd2ee0ae4770);
var icon_b9a07b42931444a7b73b67749b8fa889 = L.AwesomeMarkers.icon({
icon: 'mapmarker',
iconColor: 'white',
markerColor: 'red',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_63e8d32b7c294edf842652d287826e95.setIcon(icon_b9a07b42931444a7b73b67749b8fa889);
var popup_b912e676728d486098f1116a5dcba19b = L.popup({maxWidth: '300'});
var html_07903b1b95b14b0bbec06d2eb501903f = $(' <div id="html_07903b1b95b14b0bbec06d2eb501903f" style="width: 100.0%; height: 100.0%;"> 4 - Arguello Market</div> ')[0];
popup_b912e676728d486098f1116a5dcba19b.setContent(html_07903b1b95b14b0bbec06d2eb501903f);
marker_63e8d32b7c294edf842652d287826e95.bindPopup(popup_b912e676728d486098f1116a5dcba19b);
var poly_line_5a1329f1e3f642fcb6898d6a138a2381 = L.polyline(
[[37.779106, -122.464158], [37.780529, -122.464264], [37.780967, -122.464295], [37.781017, -122.463227], [37.781051, -122.462487], [37.781063, -122.462151], [37.781097, -122.461426], [37.781112, -122.461083], [37.781162, -122.460007], [37.781211, -122.458893], [37.781246, -122.458153], [37.781265, -122.457749], [37.78133, -122.456307], [37.781356, -122.455719], [37.78136, -122.455658], [37.781368, -122.455544], [37.781387, -122.455384], [37.781398, -122.455285], [37.781543, -122.454163], [37.781627, -122.453507], [37.781669, -122.453179], [37.781787, -122.453202], [37.783954, -122.453637], [37.784057, -122.453652], [37.784168, -122.453667], [37.784267, -122.453682], [37.784378, -122.453698], [37.784496, -122.453713], [37.784614, -122.453728], [37.784732, -122.453736], [37.784851, -122.453743], [37.784976, -122.453751], [37.785106, -122.453751], [37.785236, -122.453759], [37.785358, -122.453759], [37.785465, -122.453759], [37.785511, -122.453759], [37.785556, -122.453751], [37.785594, -122.453728], [37.785633, -122.453698], [37.785659, -122.45366], [37.785682, -122.453614], [37.785694, -122.45356], [37.785705, -122.453499], [37.785713, -122.453431], [37.785717, -122.453377], [37.785724, -122.453278], [37.78577, -122.45292], [37.785877, -122.45208], [37.785911, -122.451798], [37.785911, -122.451798], [37.785877, -122.45208], [37.78577, -122.45292], [37.785724, -122.453278], [37.785717, -122.453377], [37.785713, -122.453431], [37.785705, -122.453499], [37.785694, -122.45356], [37.785682, -122.453614], [37.785659, -122.45366], [37.785633, -122.453698], [37.785594, -122.453728], [37.785556, -122.453751], [37.785511, -122.453759], [37.785465, -122.453759], [37.785358, -122.453759], [37.785236, -122.453759], [37.785106, -122.453751], [37.784976, -122.453751], [37.784851, -122.453743], [37.784732, -122.453736], [37.784614, -122.453728], [37.784496, -122.453713], [37.784378, -122.453698], [37.784267, -122.453682], [37.784168, -122.453667], [37.784057, -122.453652], [37.783954, -122.453637], [37.781787, -122.453202], [37.781661, -122.454194], [37.781555, -122.455002], [37.78152, -122.455308], [37.781505, -122.455422], [37.781494, -122.455552], [37.781482, -122.455689], [37.781475, -122.455811], [37.781467, -122.455948], [37.781452, -122.456345], [37.78133, -122.456307], [37.781238, -122.456284], [37.780662, -122.45617], [37.780326, -122.456101], [37.780273, -122.456086], [37.780231, -122.45607], [37.780185, -122.456048], [37.780178, -122.45604], [37.780143, -122.456017], [37.78009, -122.455979], [37.78004, -122.455941], [37.779945, -122.455857], [37.779823, -122.455758], [37.779777, -122.455727], [37.779724, -122.455689], [37.779666, -122.455666], [37.779613, -122.455643], [37.779563, -122.45562], [37.779506, -122.455605], [37.779434, -122.45559], [37.779361, -122.455567], [37.778823, -122.45546], [37.77795, -122.455277], [37.777713, -122.455239], [37.777606, -122.455231], [37.7775, -122.455231], [37.777038, -122.45514], [37.776325, -122.454995], [37.775703, -122.454873], [37.775653, -122.454857], [37.775588, -122.454834], [37.775535, -122.454804], [37.775489, -122.454781], [37.775444, -122.454766], [37.775203, -122.45472], [37.775131, -122.454705], [37.774856, -122.454674], [37.774765, -122.454667], [37.774688, -122.454659], [37.774311, -122.454583], [37.774188, -122.45456], [37.773719, -122.454468], [37.772972, -122.454316], [37.772903, -122.4543], [37.772834, -122.454285], [37.772586, -122.454239], [37.77248, -122.454217], [37.772041, -122.454125], [37.771934, -122.454102], [37.771659, -122.454049], [37.771595, -122.454033], [37.771568, -122.454033], [37.771511, -122.454018], [37.771457, -122.454148], [37.771102, -122.455002], [37.771091, -122.455071], [37.771076, -122.45514], [37.771057, -122.455201], [37.770996, -122.455346], [37.770977, -122.455399], [37.770961, -122.45546], [37.770954, -122.455498], [37.770954, -122.455529], [37.770954, -122.455567], [37.770954, -122.455666], [37.770954, -122.455727], [37.770942, -122.455964], [37.770935, -122.456063], [37.770919, -122.456208], [37.770931, -122.456368], [37.770946, -122.45649], [37.770954, -122.456536], [37.770973, -122.456696], [37.770984, -122.456795], [37.770999, -122.456894], [37.771018, -122.456986], [37.77103, -122.457078], [37.771064, -122.457375], [37.771095, -122.457604], [37.771125, -122.457818], [37.771175, -122.458207], [37.771194, -122.458359], [37.771209, -122.458466], [37.771244, -122.458703], [37.771305, -122.459115], [37.771316, -122.459176], [37.771282, -122.459183], [37.771251, -122.459198], [37.771224, -122.459206], [37.771125, -122.459244], [37.771041, -122.459282], [37.770969, -122.459321], [37.770896, -122.459359], [37.770828, -122.459404], [37.770767, -122.45945], [37.770706, -122.459511], [37.770652, -122.459572], [37.770626, -122.459603], [37.770599, -122.459641], [37.770553, -122.45971], [37.770511, -122.459794], [37.770473, -122.459885], [37.770439, -122.459984], [37.770416, -122.460076], [37.770397, -122.46019], [37.770378, -122.460305], [37.770362, -122.46045], [37.770351, -122.460595], [37.770339, -122.46074], [37.770332, -122.460877], [37.770336, -122.461014], [37.770343, -122.461152], [37.770343, -122.461289], [37.770339, -122.461419], [37.770328, -122.461541], [37.770313, -122.461678], [37.77029, -122.4618], [37.770263, -122.461937], [37.770236, -122.462052], [37.769996, -122.463059], [37.769977, -122.463143], [37.769718, -122.464264], [37.76968, -122.464402], [37.769668, -122.464448], [37.769638, -122.464524], [37.769695, -122.46457], [37.76976, -122.464608], [37.769798, -122.464669], [37.769832, -122.464798], [37.769863, -122.464882], [37.769958, -122.465012], [37.769958, -122.465012], [37.769863, -122.464882], [37.769832, -122.464798], [37.769798, -122.464669], [37.76976, -122.464608], [37.769695, -122.46457], [37.769638, -122.464524], [37.769668, -122.464448], [37.76968, -122.464402], [37.769718, -122.464264], [37.769977, -122.463143], [37.769996, -122.463059], [37.770236, -122.462052], [37.770263, -122.461937], [37.77029, -122.4618], [37.770313, -122.461678], [37.770328, -122.461541], [37.770339, -122.461419], [37.770343, -122.461289], [37.770343, -122.461152], [37.770336, -122.461014], [37.770332, -122.460877], [37.770339, -122.46074], [37.770351, -122.460595], [37.770362, -122.46045], [37.770378, -122.460305], [37.770397, -122.46019], [37.770416, -122.460076], [37.770439, -122.459984], [37.770473, -122.459885], [37.770511, -122.459794], [37.770553, -122.45971], [37.770599, -122.459641], [37.770626, -122.459603], [37.770652, -122.459572], [37.770706, -122.459511], [37.770767, -122.45945], [37.770828, -122.459404], [37.770896, -122.459359], [37.770969, -122.459321], [37.771041, -122.459282], [37.771125, -122.459244], [37.771224, -122.459206], [37.771251, -122.459198], [37.771282, -122.459183], [37.771316, -122.459176], [37.771339, -122.459343], [37.771419, -122.459824], [37.771442, -122.459954], [37.771545, -122.460633], [37.771575, -122.460831], [37.771724, -122.461739], [37.771755, -122.461922], [37.771778, -122.462052], [37.771808, -122.462182], [37.771835, -122.462304], [37.771976, -122.462853], [37.772029, -122.463051], [37.772083, -122.46325], [37.772148, -122.463494], [37.772266, -122.463913], [37.772308, -122.464074], [37.772365, -122.464272], [37.772399, -122.464402], [37.77243, -122.464524], [37.77246, -122.464654], [37.772487, -122.464791], [37.77251, -122.464921], [37.772533, -122.46505], [37.772556, -122.46518], [37.772563, -122.465226], [37.772575, -122.46531], [37.77259, -122.465424], [37.772602, -122.465539], [37.772609, -122.465653], [37.772613, -122.465745], [37.772613, -122.465844], [37.772712, -122.465851], [37.772785, -122.465859], [37.772953, -122.465867], [37.77317, -122.465882], [37.773403, -122.465897], [37.775272, -122.466034], [37.777137, -122.466164], [37.777183, -122.465096], [37.777233, -122.464028], [37.779106, -122.464158]],
{
color: 'blue',
});
map_4a2157e93c134ec59a3fbd2ee0ae4770.addLayer(poly_line_5a1329f1e3f642fcb6898d6a138a2381);
var poly_line_0d1cfda592f747c5ad6219057664461a = L.polyline(
[[37.779109, -122.464203], [37.779151, -122.463097], [37.781017, -122.463227], [37.781139, -122.463234], [37.781539, -122.463265], [37.782791, -122.463402], [37.782791, -122.463402], [37.781539, -122.463265], [37.781139, -122.463234], [37.781089, -122.464303], [37.781055, -122.46502], [37.78104, -122.465371], [37.781009, -122.466073], [37.78099, -122.466446], [37.780944, -122.467515], [37.780895, -122.468583], [37.780864, -122.469262], [37.780845, -122.469658], [37.78115, -122.469704], [37.78115, -122.469704], [37.780845, -122.469658], [37.780815, -122.470383], [37.780796, -122.470727], [37.78075, -122.471802], [37.780738, -122.471993], [37.780731, -122.472176], [37.780727, -122.472268], [37.780719, -122.472405], [37.780719, -122.472489], [37.7807, -122.47287], [37.78067, -122.473504], [37.780651, -122.473992], [37.780597, -122.475113], [37.780551, -122.476189], [37.780513, -122.476937], [37.780502, -122.477257], [37.780467, -122.477974], [37.780452, -122.478333], [37.780403, -122.479401], [37.780357, -122.480477], [37.780326, -122.481133], [37.780307, -122.481545], [37.780277, -122.482239], [37.780258, -122.482613], [37.781738, -122.48272], [37.782119, -122.48275], [37.783718, -122.482903], [37.783718, -122.482903], [37.783988, -122.482888], [37.783939, -122.483956], [37.783889, -122.485024], [37.783641, -122.485009], [37.782291, -122.48491], [37.78202, -122.484894], [37.781715, -122.484871], [37.781631, -122.484864], [37.780498, -122.48478], [37.780162, -122.484757], [37.780033, -122.484749], [37.779785, -122.484726], [37.778423, -122.484635], [37.778171, -122.484612], [37.777923, -122.484597], [37.776554, -122.484498], [37.776306, -122.484475], [37.776355, -122.483407], [37.776401, -122.482338], [37.776451, -122.48127], [37.7765, -122.480195], [37.77655, -122.479119], [37.776596, -122.478051], [37.776645, -122.476983], [37.776695, -122.475907], [37.776744, -122.474839], [37.776794, -122.473717], [37.776844, -122.472596], [37.776851, -122.472481], [37.776866, -122.47213], [37.776874, -122.471985], [37.776885, -122.471711], [37.776889, -122.471627], [37.776893, -122.471528], [37.776912, -122.471093], [37.776943, -122.470452], [37.776992, -122.469376], [37.777038, -122.468308], [37.777088, -122.46724], [37.777137, -122.466164], [37.777183, -122.465096], [37.777233, -122.464028], [37.777282, -122.46296], [37.777332, -122.461884], [37.777378, -122.460808], [37.777423, -122.459839], [37.777427, -122.45974], [37.777435, -122.459649], [37.777458, -122.459183], [37.777454, -122.45913], [37.777446, -122.459076], [37.777431, -122.459015], [37.777408, -122.458947], [37.777336, -122.458741], [37.777286, -122.458611], [37.777126, -122.458596], [37.776844, -122.458573], [37.776187, -122.458527], [37.776119, -122.458527], [37.775615, -122.458489], [37.775569, -122.458504], [37.775569, -122.458504], [37.775615, -122.458489], [37.776119, -122.458527], [37.776187, -122.458527], [37.776844, -122.458573], [37.777126, -122.458596], [37.777286, -122.458611], [37.777336, -122.458741], [37.777408, -122.458947], [37.777431, -122.459015], [37.777446, -122.459076], [37.777454, -122.45913], [37.777458, -122.459183], [37.777435, -122.459649], [37.777427, -122.45974], [37.777423, -122.459839], [37.777378, -122.460808], [37.777332, -122.461884], [37.777282, -122.46296], [37.777233, -122.464028], [37.779106, -122.464158]],
{
color: 'red',
});
map_4a2157e93c134ec59a3fbd2ee0ae4770.addLayer(poly_line_0d1cfda592f747c5ad6219057664461a);
</script>