forked from agaidus/optimize_stops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
optimize_stops_2_people_bike.html
442 lines (210 loc) · 24.1 KB
/
optimize_stops_2_people_bike.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_bc8776352b0647098867c69cad7cefb9 {
position : relative;
width : 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
</head>
<body>
<div class="folium-map" id="map_bc8776352b0647098867c69cad7cefb9" ></div>
</body>
<script>
var southWest = L.latLng(-90, -180);
var northEast = L.latLng(90, 180);
var bounds = L.latLngBounds(southWest, northEast);
var map_bc8776352b0647098867c69cad7cefb9 = L.map('map_bc8776352b0647098867c69cad7cefb9', {
center:[37.7797914286,-122.465204286],
zoom: 14,
maxBounds: bounds,
layers: [],
crs: L.CRS.EPSG3857
});
var tile_layer_508a9bb55eb64b158e32c2cb5a260a9f = 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_bc8776352b0647098867c69cad7cefb9);
var marker_67ef66e698b547a09a3c4175cf451f9a = L.marker(
[37.77911,-122.46419],
{
icon: new L.Icon.Default()
}
)
.addTo(map_bc8776352b0647098867c69cad7cefb9);
var icon_e6f9a5689a734418a2b11abf7f6845f9 = L.AwesomeMarkers.icon({
icon: 'mapmarker',
iconColor: 'white',
markerColor: 'black',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_67ef66e698b547a09a3c4175cf451f9a.setIcon(icon_e6f9a5689a734418a2b11abf7f6845f9);
var popup_d50e192073de43f4b43319f79c2287c1 = L.popup({maxWidth: '300'});
var html_9c57ec03aebd4db4b2d2caeb3ac9e371 = $(' <div id="html_9c57ec03aebd4db4b2d2caeb3ac9e371" style="width: 100.0%; height: 100.0%;"> Home</div> ')[0];
popup_d50e192073de43f4b43319f79c2287c1.setContent(html_9c57ec03aebd4db4b2d2caeb3ac9e371);
marker_67ef66e698b547a09a3c4175cf451f9a.bindPopup(popup_d50e192073de43f4b43319f79c2287c1);
var marker_585226c248fe4af7a8a5d95215ac23a7 = L.marker(
[37.78113,-122.46995],
{
icon: new L.Icon.Default()
}
)
.addTo(map_bc8776352b0647098867c69cad7cefb9);
var icon_db90ab4136c3450292fdbcefb6642f48 = L.AwesomeMarkers.icon({
icon: 'mapmarker',
iconColor: 'white',
markerColor: 'blue',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_585226c248fe4af7a8a5d95215ac23a7.setIcon(icon_db90ab4136c3450292fdbcefb6642f48);
var popup_66c01d80154c48a1847d6eeba77d329e = L.popup({maxWidth: '300'});
var html_c1c29fe27c2e466c987d4116ca5b28a1 = $(' <div id="html_c1c29fe27c2e466c987d4116ca5b28a1" style="width: 100.0%; height: 100.0%;"> 1 - Lamps Plus</div> ')[0];
popup_66c01d80154c48a1847d6eeba77d329e.setContent(html_c1c29fe27c2e466c987d4116ca5b28a1);
marker_585226c248fe4af7a8a5d95215ac23a7.bindPopup(popup_66c01d80154c48a1847d6eeba77d329e);
var marker_f9040b2a47a74529a67391dde3ce7734 = L.marker(
[37.78371,-122.483],
{
icon: new L.Icon.Default()
}
)
.addTo(map_bc8776352b0647098867c69cad7cefb9);
var icon_aede3a6eacae46ee92a2dcffb9a44070 = L.AwesomeMarkers.icon({
icon: 'mapmarker',
iconColor: 'white',
markerColor: 'blue',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_f9040b2a47a74529a67391dde3ce7734.setIcon(icon_aede3a6eacae46ee92a2dcffb9a44070);
var popup_2d788afa68354ae39fee3f514640ad37 = L.popup({maxWidth: '300'});
var html_27c6d0eb61fb4634a2c71304c9b830f9 = $(' <div id="html_27c6d0eb61fb4634a2c71304c9b830f9" style="width: 100.0%; height: 100.0%;"> 2 - Pizzetta</div> ')[0];
popup_2d788afa68354ae39fee3f514640ad37.setContent(html_27c6d0eb61fb4634a2c71304c9b830f9);
marker_f9040b2a47a74529a67391dde3ce7734.bindPopup(popup_2d788afa68354ae39fee3f514640ad37);
var marker_515f61de23ad4068b924a274f94eb42a = L.marker(
[37.78278,-122.46351],
{
icon: new L.Icon.Default()
}
)
.addTo(map_bc8776352b0647098867c69cad7cefb9);
var icon_f036ba78ca7a4e54978ede1476647f86 = L.AwesomeMarkers.icon({
icon: 'mapmarker',
iconColor: 'white',
markerColor: 'red',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_515f61de23ad4068b924a274f94eb42a.setIcon(icon_f036ba78ca7a4e54978ede1476647f86);
var popup_4179fe3c1dd5403fbfd172d105f8502a = L.popup({maxWidth: '300'});
var html_8f3ec57ce1244be8a152e7f4d42c221c = $(' <div id="html_8f3ec57ce1244be8a152e7f4d42c221c" style="width: 100.0%; height: 100.0%;"> 1 - Toy Boat</div> ')[0];
popup_4179fe3c1dd5403fbfd172d105f8502a.setContent(html_8f3ec57ce1244be8a152e7f4d42c221c);
marker_515f61de23ad4068b924a274f94eb42a.bindPopup(popup_4179fe3c1dd5403fbfd172d105f8502a);
var marker_a1bcb5bc025d42438c376a6235ad785b = L.marker(
[37.78621,-122.45184],
{
icon: new L.Icon.Default()
}
)
.addTo(map_bc8776352b0647098867c69cad7cefb9);
var icon_30e95f2d0fda49fb96c6fddd702ab983 = L.AwesomeMarkers.icon({
icon: 'mapmarker',
iconColor: 'white',
markerColor: 'red',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_a1bcb5bc025d42438c376a6235ad785b.setIcon(icon_30e95f2d0fda49fb96c6fddd702ab983);
var popup_27dc431522bf4ee499f0f29c65ce2734 = L.popup({maxWidth: '300'});
var html_281ec51d6ee34bc1958dfcade163e42b = $(' <div id="html_281ec51d6ee34bc1958dfcade163e42b" style="width: 100.0%; height: 100.0%;"> 2 - Noah's Bagels</div> ')[0];
popup_27dc431522bf4ee499f0f29c65ce2734.setContent(html_281ec51d6ee34bc1958dfcade163e42b);
marker_a1bcb5bc025d42438c376a6235ad785b.bindPopup(popup_27dc431522bf4ee499f0f29c65ce2734);
var marker_626255a19e1847669436e90872357f87 = L.marker(
[37.77558,-122.45833],
{
icon: new L.Icon.Default()
}
)
.addTo(map_bc8776352b0647098867c69cad7cefb9);
var icon_60af86c86b1740798fb163e9c64a71b4 = L.AwesomeMarkers.icon({
icon: 'mapmarker',
iconColor: 'white',
markerColor: 'red',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_626255a19e1847669436e90872357f87.setIcon(icon_60af86c86b1740798fb163e9c64a71b4);
var popup_d95cd04824404ea9a8ca1f680ee357e4 = L.popup({maxWidth: '300'});
var html_76e45d3c23614afa89db7e9fe7aea589 = $(' <div id="html_76e45d3c23614afa89db7e9fe7aea589" style="width: 100.0%; height: 100.0%;"> 3 - Arguello Market</div> ')[0];
popup_d95cd04824404ea9a8ca1f680ee357e4.setContent(html_76e45d3c23614afa89db7e9fe7aea589);
marker_626255a19e1847669436e90872357f87.bindPopup(popup_d95cd04824404ea9a8ca1f680ee357e4);
var marker_fb28fced234a4f40ac4a68302b8b2599 = L.marker(
[37.77002,-122.46561],
{
icon: new L.Icon.Default()
}
)
.addTo(map_bc8776352b0647098867c69cad7cefb9);
var icon_817224e1927e451582457e0e2e1f2c6a = L.AwesomeMarkers.icon({
icon: 'mapmarker',
iconColor: 'white',
markerColor: 'red',
prefix: 'glyphicon',
extraClasses: 'fa-rotate-0'
});
marker_fb28fced234a4f40ac4a68302b8b2599.setIcon(icon_817224e1927e451582457e0e2e1f2c6a);
var popup_46e639506de346c9aeaefaca03444eff = L.popup({maxWidth: '300'});
var html_a148d921aa2244ab948e7bd1b46b8a88 = $(' <div id="html_a148d921aa2244ab948e7bd1b46b8a88" style="width: 100.0%; height: 100.0%;"> 4 - de Young Museum</div> ')[0];
popup_46e639506de346c9aeaefaca03444eff.setContent(html_a148d921aa2244ab948e7bd1b46b8a88);
marker_fb28fced234a4f40ac4a68302b8b2599.bindPopup(popup_46e639506de346c9aeaefaca03444eff);
var poly_line_1ea460f2609d420986547cc03c548bbf = L.polyline(
[[37.779106, -122.464158], [37.779056, -122.465233], [37.779006, -122.466301], [37.778957, -122.467377], [37.778907, -122.468445], [37.778861, -122.469513], [37.780723, -122.469651], [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.782119, -122.48275], [37.781738, -122.48272], [37.780258, -122.482613], [37.780132, -122.482605], [37.77827, -122.482468], [37.77832, -122.4814], [37.778369, -122.480332], [37.778415, -122.479256], [37.778465, -122.478188], [37.778514, -122.477112], [37.778564, -122.476044], [37.77861, -122.474976], [37.778663, -122.473847], [37.778713, -122.472725], [37.778736, -122.47226], [37.778743, -122.472123], [37.778755, -122.47184], [37.778762, -122.471657], [37.778781, -122.47123], [37.778812, -122.470589], [37.778861, -122.469513], [37.778907, -122.468445], [37.778957, -122.467377], [37.779006, -122.466301], [37.779056, -122.465233], [37.779106, -122.464158]],
{
color: 'blue',
});
map_bc8776352b0647098867c69cad7cefb9.addLayer(poly_line_1ea460f2609d420986547cc03c548bbf);
var poly_line_0a25a8fc33fc4d8d9c57c2d7990ba8e7 = 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.783, -122.463372], [37.78305, -122.462296], [37.783096, -122.461228], [37.783145, -122.460152], [37.783195, -122.459031], [37.783615, -122.459061], [37.783824, -122.459076], [37.783878, -122.45794], [37.783927, -122.456833], [37.783977, -122.455735], [37.78403, -122.454628], [37.784038, -122.454415], [37.784049, -122.454224], [37.784053, -122.454033], [37.784057, -122.453843], [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.784057, -122.453843], [37.784053, -122.454033], [37.784049, -122.454224], [37.784038, -122.454415], [37.78403, -122.454628], [37.783977, -122.455735], [37.783927, -122.456833], [37.783878, -122.45794], [37.783824, -122.459076], [37.783615, -122.459061], [37.783195, -122.459031], [37.782798, -122.459008], [37.78276, -122.459], [37.781848, -122.458939], [37.781333, -122.458901], [37.781211, -122.458893], [37.780574, -122.458848], [37.779731, -122.458787], [37.779357, -122.458756], [37.778858, -122.458718], [37.778774, -122.458718], [37.778011, -122.458657], [37.777736, -122.458642], [37.777595, -122.458634], [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.775245, -122.458458], [37.774982, -122.458443], [37.774703, -122.45842], [37.77441, -122.458405], [37.774299, -122.45839], [37.774215, -122.458382], [37.774173, -122.458375], [37.774116, -122.458382], [37.774066, -122.45839], [37.774017, -122.458405], [37.773963, -122.458428], [37.773902, -122.458466], [37.773841, -122.458512], [37.773788, -122.458558], [37.773643, -122.458695], [37.773532, -122.458802], [37.773441, -122.458886], [37.773349, -122.458977], [37.773296, -122.459015], [37.773262, -122.459031], [37.773227, -122.459038], [37.773208, -122.459145], [37.773193, -122.459267], [37.773147, -122.45961], [37.773117, -122.459824], [37.773036, -122.460396], [37.773014, -122.460511], [37.772987, -122.460618], [37.772953, -122.460717], [37.772918, -122.460793], [37.772872, -122.460877], [37.772819, -122.460946], [37.772766, -122.460999], [37.77272, -122.461037], [37.772659, -122.461083], [37.772598, -122.461121], [37.772537, -122.461159], [37.772464, -122.461213], [37.772403, -122.461266], [37.772346, -122.461319], [37.772285, -122.461388], [37.772228, -122.461472], [37.772171, -122.461564], [37.772121, -122.461663], [37.772037, -122.461831], [37.772003, -122.461892], [37.771968, -122.461937], [37.771915, -122.461983], [37.771873, -122.462006], [37.771831, -122.462029], [37.771778, -122.462052], [37.771755, -122.461922], [37.771724, -122.461739], [37.771575, -122.460831], [37.771545, -122.460633], [37.771442, -122.459954], [37.771419, -122.459824], [37.771339, -122.459343], [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.778915, -122.466294], [37.779006, -122.466301], [37.779056, -122.465233], [37.779106, -122.464158]],
{
color: 'red',
});
map_bc8776352b0647098867c69cad7cefb9.addLayer(poly_line_0a25a8fc33fc4d8d9c57c2d7990ba8e7);
</script>