-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
562 lines (346 loc) · 20.6 KB
/
index.html
File metadata and controls
562 lines (346 loc) · 20.6 KB
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
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
<!DOCTYPE html>
<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/leaflet@1.9.3/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.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/leaflet@1.9.3/dist/leaflet.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.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_08d7bf28fe71ca2ed8b092871d5ba685 {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
.leaflet-container { font-size: 1rem; }
</style>
</head>
<body>
<div class="folium-map" id="map_08d7bf28fe71ca2ed8b092871d5ba685" ></div>
</body>
<script>
var map_08d7bf28fe71ca2ed8b092871d5ba685 = L.map(
"map_08d7bf28fe71ca2ed8b092871d5ba685",
{
center: [42.3974042, -71.1366337],
crs: L.CRS.EPSG3857,
...{
"zoom": 11,
"zoomControl": true,
"preferCanvas": false,
}
}
);
var tile_layer_fcdf8af7684213db5c6e48da25d478c7 = L.tileLayer(
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
{
"minZoom": 0,
"maxZoom": 19,
"maxNativeZoom": 19,
"noWrap": false,
"attribution": "\u0026copy; \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors",
"subdomains": "abc",
"detectRetina": false,
"tms": false,
"opacity": 1,
}
);
tile_layer_fcdf8af7684213db5c6e48da25d478c7.addTo(map_08d7bf28fe71ca2ed8b092871d5ba685);
var marker_d532f807da6ebb1beb4e3d06f157bb4b = L.marker(
[42.371, -71.146],
{
}
).addTo(map_08d7bf28fe71ca2ed8b092871d5ba685);
var popup_5d91723ca2c0dc896a45581ede4c9a23 = L.popup({
"maxWidth": "100%",
});
var html_1afcca8669d1d9081e26d2a8b7a1cdb8 = $(`<div id="html_1afcca8669d1d9081e26d2a8b7a1cdb8" style="width: 100.0%; height: 100.0%;"><b>Location:</b> Mount Auburn Cemetery<br><hr><b>Orange-crowned Warbler</b> (1) on 2025-02-28 10:00 [<a href='https://ebird.org/checklist/S215868989' target='_blank'>Checklist</a>]<br><hr><b>Orange-crowned Warbler</b> (1) on 2025-02-27 07:02 [<a href='https://ebird.org/checklist/S215743958' target='_blank'>Checklist</a>]<br><hr><b>Pine Warbler</b> (1) on 2025-02-27 07:02 [<a href='https://ebird.org/checklist/S215743958' target='_blank'>Checklist</a>]</div>`)[0];
popup_5d91723ca2c0dc896a45581ede4c9a23.setContent(html_1afcca8669d1d9081e26d2a8b7a1cdb8);
marker_d532f807da6ebb1beb4e3d06f157bb4b.bindPopup(popup_5d91723ca2c0dc896a45581ede4c9a23)
;
marker_d532f807da6ebb1beb4e3d06f157bb4b.bindTooltip(
`<div>
Multiple sightings
</div>`,
{
"sticky": true,
}
);
var marker_780a079147b62674f8ca6e48aa4048e6 = L.marker(
[42.3955092, -71.0739899],
{
}
).addTo(map_08d7bf28fe71ca2ed8b092871d5ba685);
var popup_f0c81379555c38dbc43c73bf9c09079d = L.popup({
"maxWidth": "100%",
});
var html_ddbac7d9dd8ed767e3c602f2c0064455 = $(`<div id="html_ddbac7d9dd8ed767e3c602f2c0064455" style="width: 100.0%; height: 100.0%;"><b>Location:</b> Amelia Earhart Dam<br><hr><b>Surf Scoter</b> (4) on 2025-02-28 09:53 [<a href='https://ebird.org/checklist/S215855983' target='_blank'>Checklist</a>]<br><hr><b>Surf Scoter</b> (2) on 2025-02-28 08:09 [<a href='https://ebird.org/checklist/S215862519' target='_blank'>Checklist</a>]</div>`)[0];
popup_f0c81379555c38dbc43c73bf9c09079d.setContent(html_ddbac7d9dd8ed767e3c602f2c0064455);
marker_780a079147b62674f8ca6e48aa4048e6.bindPopup(popup_f0c81379555c38dbc43c73bf9c09079d)
;
marker_780a079147b62674f8ca6e48aa4048e6.bindTooltip(
`<div>
Multiple sightings
</div>`,
{
"sticky": true,
}
);
var marker_69ab969ac804a58c30f7b923230b5402 = L.marker(
[42.4327062, -71.1490059],
{
}
).addTo(map_08d7bf28fe71ca2ed8b092871d5ba685);
var popup_904f251b72fb9fc9a3c311e876490c05 = L.popup({
"maxWidth": "100%",
});
var html_bf8e3f07c9a0eae7817eb2f2de21b03f = $(`<div id="html_bf8e3f07c9a0eae7817eb2f2de21b03f" style="width: 100.0%; height: 100.0%;"><b>Location:</b> Mystic Lakes, Medford<br><hr><b>Great Cormorant</b> (2) on 2025-02-28 08:50 [<a href='https://ebird.org/checklist/S215854850' target='_blank'>Checklist</a>]<br><hr><b>Great Cormorant</b> (2) on 2025-02-28 08:01 [<a href='https://ebird.org/checklist/S215821033' target='_blank'>Checklist</a>]<br><hr><b>Great Cormorant</b> (2) on 2025-02-27 12:55 [<a href='https://ebird.org/checklist/S215733375' target='_blank'>Checklist</a>]<br><hr><b>Gadwall</b> (1) on 2025-02-26 15:02 [<a href='https://ebird.org/checklist/S215576989' target='_blank'>Checklist</a>]<br><hr><b>Gadwall</b> (1) on 2025-02-26 14:44 [<a href='https://ebird.org/checklist/S215576051' target='_blank'>Checklist</a>]<br><hr><b>Gadwall</b> (1) on 2025-02-26 14:40 [<a href='https://ebird.org/checklist/S215579682' target='_blank'>Checklist</a>]</div>`)[0];
popup_904f251b72fb9fc9a3c311e876490c05.setContent(html_bf8e3f07c9a0eae7817eb2f2de21b03f);
marker_69ab969ac804a58c30f7b923230b5402.bindPopup(popup_904f251b72fb9fc9a3c311e876490c05)
;
marker_69ab969ac804a58c30f7b923230b5402.bindTooltip(
`<div>
Multiple sightings
</div>`,
{
"sticky": true,
}
);
var marker_d806cf5f64c2b5eb1a18b9e27d46e925 = L.marker(
[42.4680852, -71.1582396],
{
}
).addTo(map_08d7bf28fe71ca2ed8b092871d5ba685);
var popup_6712396cb74d376105843873f8657592 = L.popup({
"maxWidth": "100%",
});
var html_644e2dc644ddec9889e35a0645dc914c = $(`<div id="html_644e2dc644ddec9889e35a0645dc914c" style="width: 100.0%; height: 100.0%;"><b>Location:</b> Horn Pond Recreation Area<br><hr><b>Brown Thrasher</b> (1) on 2025-02-27 16:33 [<a href='https://ebird.org/checklist/S215746060' target='_blank'>Checklist</a>]<br><hr><b>Greater Scaup</b> (1) on 2025-02-27 16:33 [<a href='https://ebird.org/checklist/S215746060' target='_blank'>Checklist</a>]<br><hr><b>Brown Thrasher</b> (1) on 2025-02-26 15:59 [<a href='https://ebird.org/checklist/S215668037' target='_blank'>Checklist</a>]</div>`)[0];
popup_6712396cb74d376105843873f8657592.setContent(html_644e2dc644ddec9889e35a0645dc914c);
marker_d806cf5f64c2b5eb1a18b9e27d46e925.bindPopup(popup_6712396cb74d376105843873f8657592)
;
marker_d806cf5f64c2b5eb1a18b9e27d46e925.bindTooltip(
`<div>
Multiple sightings
</div>`,
{
"sticky": true,
}
);
var marker_9e5fa5f62ed9f0889ddfd8036b6ed6eb = L.marker(
[42.339884, -71.100086],
{
}
).addTo(map_08d7bf28fe71ca2ed8b092871d5ba685);
var popup_b221fd6208457036b62bdbf0e325bc22 = L.popup({
"maxWidth": "100%",
});
var html_43ed38431c68cd9db658c24b0549ac67 = $(`<div id="html_43ed38431c68cd9db658c24b0549ac67" style="width: 100.0%; height: 100.0%;"><b>Location:</b> Back Bay Fens, Boston (between Brookline and Forsyth)<br><hr><b>Lesser Scaup</b> (1) on 2025-02-27 16:08 [<a href='https://ebird.org/checklist/S215739077' target='_blank'>Checklist</a>]</div>`)[0];
popup_b221fd6208457036b62bdbf0e325bc22.setContent(html_43ed38431c68cd9db658c24b0549ac67);
marker_9e5fa5f62ed9f0889ddfd8036b6ed6eb.bindPopup(popup_b221fd6208457036b62bdbf0e325bc22)
;
marker_9e5fa5f62ed9f0889ddfd8036b6ed6eb.bindTooltip(
`<div>
<b>Lesser Scaup</b>
</div>`,
{
"sticky": true,
}
);
var marker_2174a00ed9a0b94e61ba30fbba34f843 = L.marker(
[42.382221, -71.076776],
{
}
).addTo(map_08d7bf28fe71ca2ed8b092871d5ba685);
var popup_94e4d28d9a91320c701d0a10aa44c591 = L.popup({
"maxWidth": "100%",
});
var html_332757dd0b698dbd530a711e150211eb = $(`<div id="html_332757dd0b698dbd530a711e150211eb" style="width: 100.0%; height: 100.0%;"><b>Location:</b> I-93 S, Boston US-MA 42.38222, -71.07678<br><hr><b>Sharp-shinned Hawk</b> (1) on 2025-02-27 15:45 [<a href='https://ebird.org/checklist/S215737136' target='_blank'>Checklist</a>]</div>`)[0];
popup_94e4d28d9a91320c701d0a10aa44c591.setContent(html_332757dd0b698dbd530a711e150211eb);
marker_2174a00ed9a0b94e61ba30fbba34f843.bindPopup(popup_94e4d28d9a91320c701d0a10aa44c591)
;
marker_2174a00ed9a0b94e61ba30fbba34f843.bindTooltip(
`<div>
<b>Sharp-shinned Hawk</b>
</div>`,
{
"sticky": true,
}
);
var marker_ecfaf458046ab7cf6cec96bbe6c3fdc4 = L.marker(
[42.4306473, -71.1479974],
{
}
).addTo(map_08d7bf28fe71ca2ed8b092871d5ba685);
var popup_cb51d9b9bccef166e516d9183a4572b6 = L.popup({
"maxWidth": "100%",
});
var html_48f2909382db3cee13e7b93ee9327fd1 = $(`<div id="html_48f2909382db3cee13e7b93ee9327fd1" style="width: 100.0%; height: 100.0%;"><b>Location:</b> Mystic Lakes Dam<br><hr><b>Great Cormorant</b> (2) on 2025-02-27 15:30 [<a href='https://ebird.org/checklist/S215750291' target='_blank'>Checklist</a>]<br><hr><b>Great Cormorant</b> (2) on 2025-02-27 08:36 [<a href='https://ebird.org/checklist/S215819122' target='_blank'>Checklist</a>]<br><hr><b>Great Cormorant</b> (2) on 2025-02-27 07:55 [<a href='https://ebird.org/checklist/S215668859' target='_blank'>Checklist</a>]</div>`)[0];
popup_cb51d9b9bccef166e516d9183a4572b6.setContent(html_48f2909382db3cee13e7b93ee9327fd1);
marker_ecfaf458046ab7cf6cec96bbe6c3fdc4.bindPopup(popup_cb51d9b9bccef166e516d9183a4572b6)
;
marker_ecfaf458046ab7cf6cec96bbe6c3fdc4.bindTooltip(
`<div>
Multiple sightings
</div>`,
{
"sticky": true,
}
);
var marker_e0417d4af0946eb56a075e4d2e6d2e9e = L.marker(
[42.4230555, -71.1435609],
{
}
).addTo(map_08d7bf28fe71ca2ed8b092871d5ba685);
var popup_04bdaabd32afeccac0e64a7cf0980caa = L.popup({
"maxWidth": "100%",
});
var html_5fde36a60c456c735969a7930bf6f01d = $(`<div id="html_5fde36a60c456c735969a7930bf6f01d" style="width: 100.0%; height: 100.0%;"><b>Location:</b> The Cistern<br><hr><b>Great Cormorant</b> (1) on 2025-02-27 14:47 [<a href='https://ebird.org/checklist/S215735158' target='_blank'>Checklist</a>]</div>`)[0];
popup_04bdaabd32afeccac0e64a7cf0980caa.setContent(html_5fde36a60c456c735969a7930bf6f01d);
marker_e0417d4af0946eb56a075e4d2e6d2e9e.bindPopup(popup_04bdaabd32afeccac0e64a7cf0980caa)
;
marker_e0417d4af0946eb56a075e4d2e6d2e9e.bindTooltip(
`<div>
<b>Great Cormorant</b>
</div>`,
{
"sticky": true,
}
);
var marker_5568e66cb067bf41ec06ce12af0575e1 = L.marker(
[42.3715276, -71.2277167],
{
}
).addTo(map_08d7bf28fe71ca2ed8b092871d5ba685);
var popup_89c80b1569c4f2d60c3cc66e6a3c2f59 = L.popup({
"maxWidth": "100%",
});
var html_a68065ac666b3d970e365ec629390788 = $(`<div id="html_a68065ac666b3d970e365ec629390788" style="width: 100.0%; height: 100.0%;"><b>Location:</b> Charles River Bike Path--Waltham<br><hr><b>Lesser Scaup</b> (3) on 2025-02-27 08:02 [<a href='https://ebird.org/checklist/S215693864' target='_blank'>Checklist</a>]</div>`)[0];
popup_89c80b1569c4f2d60c3cc66e6a3c2f59.setContent(html_a68065ac666b3d970e365ec629390788);
marker_5568e66cb067bf41ec06ce12af0575e1.bindPopup(popup_89c80b1569c4f2d60c3cc66e6a3c2f59)
;
marker_5568e66cb067bf41ec06ce12af0575e1.bindTooltip(
`<div>
<b>Lesser Scaup</b>
</div>`,
{
"sticky": true,
}
);
var marker_b4cad93fee9faca1c496a1b414291a2a = L.marker(
[42.4182609, -71.1173344],
{
}
).addTo(map_08d7bf28fe71ca2ed8b092871d5ba685);
var popup_2eb383c90a8feed8566dd220362ce440 = L.popup({
"maxWidth": "100%",
});
var html_77142b4ffc6b4b9182b89c5ebf8f9190 = $(`<div id="html_77142b4ffc6b4b9182b89c5ebf8f9190" style="width: 100.0%; height: 100.0%;"><b>Location:</b> Mystic River Reservation--Condon Band Shell Park<br><hr><b>Red-throated Loon</b> (1) on 2025-02-26 17:18 [<a href='https://ebird.org/checklist/S215596439' target='_blank'>Checklist</a>]</div>`)[0];
popup_2eb383c90a8feed8566dd220362ce440.setContent(html_77142b4ffc6b4b9182b89c5ebf8f9190);
marker_b4cad93fee9faca1c496a1b414291a2a.bindPopup(popup_2eb383c90a8feed8566dd220362ce440)
;
marker_b4cad93fee9faca1c496a1b414291a2a.bindTooltip(
`<div>
<b>Red-throated Loon</b>
</div>`,
{
"sticky": true,
}
);
var marker_93d12476e5e749f4b471b6c677417cd2 = L.marker(
[42.3940459, -71.0766852],
{
}
).addTo(map_08d7bf28fe71ca2ed8b092871d5ba685);
var popup_ab9033e08af9c0944fdd43e8dcac37fe = L.popup({
"maxWidth": "100%",
});
var html_0655440947427d86430de73e5e3d9ae0 = $(`<div id="html_0655440947427d86430de73e5e3d9ae0" style="width: 100.0%; height: 100.0%;"><b>Location:</b> Draw Seven SP<br><hr><b>Red-throated Loon</b> (1) on 2025-02-26 16:22 [<a href='https://ebird.org/checklist/S215606448' target='_blank'>Checklist</a>]<br><hr><b>Surf Scoter</b> (4) on 2025-02-26 16:22 [<a href='https://ebird.org/checklist/S215606448' target='_blank'>Checklist</a>]</div>`)[0];
popup_ab9033e08af9c0944fdd43e8dcac37fe.setContent(html_0655440947427d86430de73e5e3d9ae0);
marker_93d12476e5e749f4b471b6c677417cd2.bindPopup(popup_ab9033e08af9c0944fdd43e8dcac37fe)
;
marker_93d12476e5e749f4b471b6c677417cd2.bindTooltip(
`<div>
Multiple sightings
</div>`,
{
"sticky": true,
}
);
var marker_e5e2983bb18409caada17bd8f74d8cb2 = L.marker(
[42.3966819, -71.0810494],
{
}
).addTo(map_08d7bf28fe71ca2ed8b092871d5ba685);
var popup_8940f046ea44b79b46e17961bd94d86b = L.popup({
"maxWidth": "100%",
});
var html_72adcb1c4668bdd6dceea6f3f3f640df = $(`<div id="html_72adcb1c4668bdd6dceea6f3f3f640df" style="width: 100.0%; height: 100.0%;"><b>Location:</b> Sylvester Baxter Riverfront Park<br><hr><b>Red-throated Loon</b> (1) on 2025-02-26 15:38 [<a href='https://ebird.org/checklist/S215605854' target='_blank'>Checklist</a>]</div>`)[0];
popup_8940f046ea44b79b46e17961bd94d86b.setContent(html_72adcb1c4668bdd6dceea6f3f3f640df);
marker_e5e2983bb18409caada17bd8f74d8cb2.bindPopup(popup_8940f046ea44b79b46e17961bd94d86b)
;
marker_e5e2983bb18409caada17bd8f74d8cb2.bindTooltip(
`<div>
<b>Red-throated Loon</b>
</div>`,
{
"sticky": true,
}
);
var marker_75a3030f891f6e0cde941c86ba9e4547 = L.marker(
[42.394091, -71.076513],
{
}
).addTo(map_08d7bf28fe71ca2ed8b092871d5ba685);
var popup_660951600d4a945c35ec26693042ed6b = L.popup({
"maxWidth": "100%",
});
var html_44805c8869cc0492d10564af515500cc = $(`<div id="html_44805c8869cc0492d10564af515500cc" style="width: 100.0%; height: 100.0%;"><b>Location:</b> Draw Seven State Park, Somerville US-MA 42.39409, -71.07651<br><hr><b>Surf Scoter</b> (4) on 2025-02-26 15:03 [<a href='https://ebird.org/checklist/S215613525' target='_blank'>Checklist</a>]<br><hr><b>Red-throated Loon</b> (1) on 2025-02-26 15:03 [<a href='https://ebird.org/checklist/S215613525' target='_blank'>Checklist</a>]</div>`)[0];
popup_660951600d4a945c35ec26693042ed6b.setContent(html_44805c8869cc0492d10564af515500cc);
marker_75a3030f891f6e0cde941c86ba9e4547.bindPopup(popup_660951600d4a945c35ec26693042ed6b)
;
marker_75a3030f891f6e0cde941c86ba9e4547.bindTooltip(
`<div>
Multiple sightings
</div>`,
{
"sticky": true,
}
);
var marker_484e7c44da9f5b4bdcc718c05700eb5d = L.marker(
[42.368167, -71.147667],
{
}
).addTo(map_08d7bf28fe71ca2ed8b092871d5ba685);
var popup_7b81c3232e7cbee90b8ba56ad25defc0 = L.popup({
"maxWidth": "100%",
});
var html_3d82d8b5a9fa333bd8806df6f0c23125 = $(`<div id="html_3d82d8b5a9fa333bd8806df6f0c23125" style="width: 100.0%; height: 100.0%;"><b>Location:</b> Mount Auburn Cemetery, Watertown US-MA 42.36817, -71.14767<br><hr><b>Orange-crowned Warbler</b> (1) on 2025-02-26 13:23 [<a href='https://ebird.org/checklist/S215569080' target='_blank'>Checklist</a>]<br><hr><b>Pine Warbler</b> (1) on 2025-02-26 13:23 [<a href='https://ebird.org/checklist/S215569080' target='_blank'>Checklist</a>]</div>`)[0];
popup_7b81c3232e7cbee90b8ba56ad25defc0.setContent(html_3d82d8b5a9fa333bd8806df6f0c23125);
marker_484e7c44da9f5b4bdcc718c05700eb5d.bindPopup(popup_7b81c3232e7cbee90b8ba56ad25defc0)
;
marker_484e7c44da9f5b4bdcc718c05700eb5d.bindTooltip(
`<div>
Multiple sightings
</div>`,
{
"sticky": true,
}
);
</script>
</html>