forked from armsp/covid19.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
foliummap.html
709 lines (369 loc) · 70.2 KB
/
foliummap.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
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
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<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://rawcdn.githack.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css"/>
<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>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_ccf3c635c9334963b4d85a360b15536d {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
<style>
#scroll_zoom_toggler_87806822919547bf8e2a3524cc6c38ce {
position:absolute;
width:35px;
bottom:10px;
height:35px;
left:10px;
background-color:#fff;
text-align:center;
line-height:35px;
vertical-align: middle;
}
</style>
</head>
<body>
<div class="folium-map" id="map_ccf3c635c9334963b4d85a360b15536d" ></div>
<img id="scroll_zoom_toggler_87806822919547bf8e2a3524cc6c38ce"
alt="scroll"
src="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/png/512/arrow-move.png"
style="z-index: 999999"
onclick="map_ccf3c635c9334963b4d85a360b15536d.toggleScroll()">
</img>
</body>
<script>
var map_ccf3c635c9334963b4d85a360b15536d = L.map(
"map_ccf3c635c9334963b4d85a360b15536d",
{
center: [22.7041, 79.1025],
crs: L.CRS.EPSG3857,
zoom: 4.5,
zoomControl: true,
preferCanvas: false,
zoomSnap: 0.5,
}
);
var tile_layer_c1958d1030af46c9b23913c236b2ace9 = L.tileLayer(
"https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png",
{"attribution": "\u0026copy; \u003ca href=\"http://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors \u0026copy; \u003ca href=\"http://cartodb.com/attributions\"\u003eCartoDB\u003c/a\u003e, CartoDB \u003ca href =\"http://cartodb.com/attributions\"\u003eattributions\u003c/a\u003e", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var circle_779f72d0a02647549213251ee8df182e = L.circle(
[12.472918209000056, 92.78097500000008],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 1800, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_d9f4814e64404d0ab742ecf6e602eb0a = L.popup({"maxWidth": "100%"});
var html_eab74d5ae32948c2b4cc545d2880ac67 = $(`<div id="html_eab74d5ae32948c2b4cc545d2880ac67" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Andaman and Nicobar Islands</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">18</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">0</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">11</td> </tr> </tbody> </table> </div>`)[0];
popup_d9f4814e64404d0ab742ecf6e602eb0a.setContent(html_eab74d5ae32948c2b4cc545d2880ac67);
circle_779f72d0a02647549213251ee8df182e.bindPopup(popup_d9f4814e64404d0ab742ecf6e602eb0a)
;
var circle_f7745b84fb5449c7b3d9403f9184ca68 = L.circle(
[15.754585607000024, 79.95790576800005],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 89500, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_a729182d8065418985d30c88463fada9 = L.popup({"maxWidth": "100%"});
var html_7c1aebb723834434995769173ed131ff = $(`<div id="html_7c1aebb723834434995769173ed131ff" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Andhra Pradesh</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">895</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">27</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">141</td> </tr> </tbody> </table> </div>`)[0];
popup_a729182d8065418985d30c88463fada9.setContent(html_7c1aebb723834434995769173ed131ff);
circle_f7745b84fb5449c7b3d9403f9184ca68.bindPopup(popup_a729182d8065418985d30c88463fada9)
;
var circle_15394e4659b84688aa503982e87967a4 = L.circle(
[28.033781652000073, 94.66035909400006],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 100, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_2d86f45fb9c34d0e92fd49e76679c0da = L.popup({"maxWidth": "100%"});
var html_0c16a285f1f64e9e9cf791b31b00631f = $(`<div id="html_0c16a285f1f64e9e9cf791b31b00631f" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Arunachal Pradesh</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">1</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">0</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">1</td> </tr> </tbody> </table> </div>`)[0];
popup_2d86f45fb9c34d0e92fd49e76679c0da.setContent(html_0c16a285f1f64e9e9cf791b31b00631f);
circle_15394e4659b84688aa503982e87967a4.bindPopup(popup_2d86f45fb9c34d0e92fd49e76679c0da)
;
var circle_6084a6d3890c4fa2b0cb8a7a74c73ce1 = L.circle(
[26.32614358500007, 92.83015209500007],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 3500, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_7f034c4746d24ffaa4eda19ced38f546 = L.popup({"maxWidth": "100%"});
var html_8fa42a64c41140008438b51e6a06c09c = $(`<div id="html_8fa42a64c41140008438b51e6a06c09c" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Assam</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">35</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">1</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">19</td> </tr> </tbody> </table> </div>`)[0];
popup_7f034c4746d24ffaa4eda19ced38f546.setContent(html_8fa42a64c41140008438b51e6a06c09c);
circle_6084a6d3890c4fa2b0cb8a7a74c73ce1.bindPopup(popup_7f034c4746d24ffaa4eda19ced38f546)
;
var circle_0ca309ed9dec4f9f990c71679b9e9561 = L.circle(
[25.151460000000046, 85.48728000000007],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 14800, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_ce9d416592194f35a02e91afc2b97166 = L.popup({"maxWidth": "100%"});
var html_dec19fd50ed74e15a3e001daf1d3156d = $(`<div id="html_dec19fd50ed74e15a3e001daf1d3156d" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Bihar</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">148</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">2</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">46</td> </tr> </tbody> </table> </div>`)[0];
popup_ce9d416592194f35a02e91afc2b97166.setContent(html_dec19fd50ed74e15a3e001daf1d3156d);
circle_0ca309ed9dec4f9f990c71679b9e9561.bindPopup(popup_ce9d416592194f35a02e91afc2b97166)
;
var circle_f16b65ccb36f4b7cb9b86b8ffdaff5fa = L.circle(
[30.703410000000076, 76.78943000000005],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 2700, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_300910a501794ce497f830e795db4cb6 = L.popup({"maxWidth": "100%"});
var html_9471834026054260aadf571841ec3c0e = $(`<div id="html_9471834026054260aadf571841ec3c0e" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Chandigarh</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">27</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">0</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">14</td> </tr> </tbody> </table> </div>`)[0];
popup_300910a501794ce497f830e795db4cb6.setContent(html_9471834026054260aadf571841ec3c0e);
circle_f16b65ccb36f4b7cb9b86b8ffdaff5fa.bindPopup(popup_300910a501794ce497f830e795db4cb6)
;
var circle_a64866e1cffc4d32bb9a8737d4f3d6fb = L.circle(
[21.265149260000047, 82.04162083700004],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 3600, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_532a604950dd472084c1002111928800 = L.popup({"maxWidth": "100%"});
var html_42d71c1a1e534e20a70fe393dcf40480 = $(`<div id="html_42d71c1a1e534e20a70fe393dcf40480" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Chhattisgarh</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">36</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">0</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">28</td> </tr> </tbody> </table> </div>`)[0];
popup_532a604950dd472084c1002111928800.setContent(html_42d71c1a1e534e20a70fe393dcf40480);
circle_a64866e1cffc4d32bb9a8737d4f3d6fb.bindPopup(popup_532a604950dd472084c1002111928800)
;
var circle_f8da663b9c6a4c47a728557e570993a3 = L.circle(
[28.634100000000053, 77.21689000000003],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 224800, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_3a12f742c4a24f60b8c6a225af0ef627 = L.popup({"maxWidth": "100%"});
var html_2d510cf32c1c45f2a7e0fcbeddbbf7ca = $(`<div id="html_2d510cf32c1c45f2a7e0fcbeddbbf7ca" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Delhi</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">2248</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">48</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">724</td> </tr> </tbody> </table> </div>`)[0];
popup_3a12f742c4a24f60b8c6a225af0ef627.setContent(html_2d510cf32c1c45f2a7e0fcbeddbbf7ca);
circle_f8da663b9c6a4c47a728557e570993a3.bindPopup(popup_3a12f742c4a24f60b8c6a225af0ef627)
;
var circle_63b22be985134bc38fbe052ccd8b2e60 = L.circle(
[15.362577927000075, 74.05421646500008],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 700, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_1c6e757d11c64203ba248bdfa104a249 = L.popup({"maxWidth": "100%"});
var html_110be8228dad4b0eb67ae8ad57d2d66f = $(`<div id="html_110be8228dad4b0eb67ae8ad57d2d66f" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Goa</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">7</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">0</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">7</td> </tr> </tbody> </table> </div>`)[0];
popup_1c6e757d11c64203ba248bdfa104a249.setContent(html_110be8228dad4b0eb67ae8ad57d2d66f);
circle_63b22be985134bc38fbe052ccd8b2e60.bindPopup(popup_1c6e757d11c64203ba248bdfa104a249)
;
var circle_e2522f5eb087419086d6cfc6193dc14d = L.circle(
[22.695412103000027, 71.57702777600008],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 240700, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_f502f5425bb4494896c6b93d24a71c70 = L.popup({"maxWidth": "100%"});
var html_a943768379804a8d95c9c53ec6ebc9fd = $(`<div id="html_a943768379804a8d95c9c53ec6ebc9fd" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Gujarat</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">2407</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">103</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">179</td> </tr> </tbody> </table> </div>`)[0];
popup_f502f5425bb4494896c6b93d24a71c70.setContent(html_a943768379804a8d95c9c53ec6ebc9fd);
circle_e2522f5eb087419086d6cfc6193dc14d.bindPopup(popup_f502f5425bb4494896c6b93d24a71c70)
;
var circle_8d2c9b0df61848ea9eecb20dfad9ef08 = L.circle(
[29.19646195900003, 76.34013631800008],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 26200, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_ad0f43ea6a4a4d3ebfe7b4997854b7c6 = L.popup({"maxWidth": "100%"});
var html_f0c176e049944ad29bad855532e3ac7c = $(`<div id="html_f0c176e049944ad29bad855532e3ac7c" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Haryana</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">262</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">3</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">140</td> </tr> </tbody> </table> </div>`)[0];
popup_ad0f43ea6a4a4d3ebfe7b4997854b7c6.setContent(html_f0c176e049944ad29bad855532e3ac7c);
circle_8d2c9b0df61848ea9eecb20dfad9ef08.bindPopup(popup_ad0f43ea6a4a4d3ebfe7b4997854b7c6)
;
var circle_4e04ff500640400fb37f56cc5cddcc9b = L.circle(
[31.923656800000057, 77.25004871100003],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 4000, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_a083378e04fe4fdcbe057a2ac7aa4c81 = L.popup({"maxWidth": "100%"});
var html_ad622856e59d4677811336a426403f3c = $(`<div id="html_ad622856e59d4677811336a426403f3c" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Himachal Pradesh</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">40</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">1</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">18</td> </tr> </tbody> </table> </div>`)[0];
popup_a083378e04fe4fdcbe057a2ac7aa4c81.setContent(html_ad622856e59d4677811336a426403f3c);
circle_4e04ff500640400fb37f56cc5cddcc9b.bindPopup(popup_a083378e04fe4fdcbe057a2ac7aa4c81)
;
var circle_885fdce2822548e99d874625e7865ace = L.circle(
[34.64385349200006, 76.31064825900006],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 40700, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_84d6b22d1948494486d36800d4966cf9 = L.popup({"maxWidth": "100%"});
var html_a0a258c6a09842f28bc8237a576fce6e = $(`<div id="html_a0a258c6a09842f28bc8237a576fce6e" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Jammu and Kashmir</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">407</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">5</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">92</td> </tr> </tbody> </table> </div>`)[0];
popup_84d6b22d1948494486d36800d4966cf9.setContent(html_a0a258c6a09842f28bc8237a576fce6e);
circle_885fdce2822548e99d874625e7865ace.bindPopup(popup_84d6b22d1948494486d36800d4966cf9)
;
var circle_edfe76e19b4647d7920efeb982667e91 = L.circle(
[23.65396590300003, 85.55996217400008],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 4900, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_48e635a7f3134f94ab6ba9070dba12c2 = L.popup({"maxWidth": "100%"});
var html_d98ef2c6e67b42c899f7e554bf1befb9 = $(`<div id="html_d98ef2c6e67b42c899f7e554bf1befb9" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Jharkhand</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">49</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">3</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">8</td> </tr> </tbody> </table> </div>`)[0];
popup_48e635a7f3134f94ab6ba9070dba12c2.setContent(html_d98ef2c6e67b42c899f7e554bf1befb9);
circle_edfe76e19b4647d7920efeb982667e91.bindPopup(popup_48e635a7f3134f94ab6ba9070dba12c2)
;
var circle_64d8ff7972a3434599b7849e4397933a = L.circle(
[14.705918599000027, 76.17046946700003],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 44300, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_95d1e08e41654cea9123ed01d73fa457 = L.popup({"maxWidth": "100%"});
var html_b348823444914ab08a055e8f5e37f931 = $(`<div id="html_b348823444914ab08a055e8f5e37f931" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Karnataka</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">443</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">17</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">141</td> </tr> </tbody> </table> </div>`)[0];
popup_95d1e08e41654cea9123ed01d73fa457.setContent(html_b348823444914ab08a055e8f5e37f931);
circle_64d8ff7972a3434599b7849e4397933a.bindPopup(popup_95d1e08e41654cea9123ed01d73fa457)
;
var circle_586f0c76a0dd49c3a8e7e6a4b97ac633 = L.circle(
[10.447255617000053, 76.40890634100003],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 43800, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_972b0a0e1ba44f12937920c490f06aba = L.popup({"maxWidth": "100%"});
var html_dab9f2c31f7a44bf92ad2c5d6afc0b58 = $(`<div id="html_dab9f2c31f7a44bf92ad2c5d6afc0b58" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Kerala</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">438</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">3</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">324</td> </tr> </tbody> </table> </div>`)[0];
popup_972b0a0e1ba44f12937920c490f06aba.setContent(html_dab9f2c31f7a44bf92ad2c5d6afc0b58);
circle_586f0c76a0dd49c3a8e7e6a4b97ac633.bindPopup(popup_972b0a0e1ba44f12937920c490f06aba)
;
var circle_a6693e024aff499faf52b373550bfa81 = L.circle(
[34.50000000000006, 77.50000000000007],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 1800, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_fc73f47e12ae419a9dcc498a51c161f6 = L.popup({"maxWidth": "100%"});
var html_c4450e5fd8fa4993a7abc18ed9a056a1 = $(`<div id="html_c4450e5fd8fa4993a7abc18ed9a056a1" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Ladakh</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">18</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">0</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">14</td> </tr> </tbody> </table> </div>`)[0];
popup_fc73f47e12ae419a9dcc498a51c161f6.setContent(html_c4450e5fd8fa4993a7abc18ed9a056a1);
circle_a6693e024aff499faf52b373550bfa81.bindPopup(popup_fc73f47e12ae419a9dcc498a51c161f6)
;
var circle_0bf468e7623b4c46bc87908da38d1bff = L.circle(
[23.543002144000074, 78.29754465700006],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 169500, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_3ff7102761a24e40adba4d824f4e0c05 = L.popup({"maxWidth": "100%"});
var html_6a14acf8c7364935b6dfde99fbb3a0d1 = $(`<div id="html_6a14acf8c7364935b6dfde99fbb3a0d1" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Madhya Pradesh</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">1695</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">81</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">148</td> </tr> </tbody> </table> </div>`)[0];
popup_3ff7102761a24e40adba4d824f4e0c05.setContent(html_6a14acf8c7364935b6dfde99fbb3a0d1);
circle_0bf468e7623b4c46bc87908da38d1bff.bindPopup(popup_3ff7102761a24e40adba4d824f4e0c05)
;
var circle_6f3ba5c74d384e8b8f98d684585e6ecb = L.circle(
[19.03681000000006, 73.01582000000008],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 565200, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_950c42e525314259b9cec19fb59ca220 = L.popup({"maxWidth": "100%"});
var html_7a23697585a34dd08d376c2e8ffc267f = $(`<div id="html_7a23697585a34dd08d376c2e8ffc267f" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Maharashtra</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">5652</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">269</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">789</td> </tr> </tbody> </table> </div>`)[0];
popup_950c42e525314259b9cec19fb59ca220.setContent(html_7a23697585a34dd08d376c2e8ffc267f);
circle_6f3ba5c74d384e8b8f98d684585e6ecb.bindPopup(popup_950c42e525314259b9cec19fb59ca220)
;
var circle_bc34fca63c7441769931da70b5beec7a = L.circle(
[24.731636637000065, 93.88394228400006],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 200, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_21e079edb9c342158d0982d0139a352a = L.popup({"maxWidth": "100%"});
var html_e39432a73a1147789497a592e8c60613 = $(`<div id="html_e39432a73a1147789497a592e8c60613" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Manipur</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">2</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">0</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">2</td> </tr> </tbody> </table> </div>`)[0];
popup_21e079edb9c342158d0982d0139a352a.setContent(html_e39432a73a1147789497a592e8c60613);
circle_bc34fca63c7441769931da70b5beec7a.bindPopup(popup_21e079edb9c342158d0982d0139a352a)
;
var circle_0c700d4d3aaa4c88af508c99214ba7ba = L.circle(
[25.536524185000076, 91.27961259500006],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 1200, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_1925136608864de998ccf182e6e91840 = L.popup({"maxWidth": "100%"});
var html_71d28a10283f412caa7a15737dfea61b = $(`<div id="html_71d28a10283f412caa7a15737dfea61b" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Meghalaya</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">12</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">1</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">0</td> </tr> </tbody> </table> </div>`)[0];
popup_1925136608864de998ccf182e6e91840.setContent(html_71d28a10283f412caa7a15737dfea61b);
circle_0c700d4d3aaa4c88af508c99214ba7ba.bindPopup(popup_1925136608864de998ccf182e6e91840)
;
var circle_eaf71ba6ffed4331844e9847d995e4d7 = L.circle(
[23.307804220000037, 92.82891654100008],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 100, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_ffcca1cc046945e3b7c435df18a2bd6a = L.popup({"maxWidth": "100%"});
var html_9a6cccb94a5d47fda7d690f055dfca05 = $(`<div id="html_9a6cccb94a5d47fda7d690f055dfca05" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Mizoram</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">1</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">0</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">0</td> </tr> </tbody> </table> </div>`)[0];
popup_ffcca1cc046945e3b7c435df18a2bd6a.setContent(html_9a6cccb94a5d47fda7d690f055dfca05);
circle_eaf71ba6ffed4331844e9847d995e4d7.bindPopup(popup_ffcca1cc046945e3b7c435df18a2bd6a)
;
var circle_33ec1db9406f4a139395bc66df797f5c = L.circle(
[20.926660000000027, 85.00127000000003],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 8300, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_3dbd8a1e4dc4453cbc8a767b4e6a7ce2 = L.popup({"maxWidth": "100%"});
var html_0b0e7e1ab5874acb8bfb969bd9e41407 = $(`<div id="html_0b0e7e1ab5874acb8bfb969bd9e41407" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Odisha</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">83</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">1</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">32</td> </tr> </tbody> </table> </div>`)[0];
popup_3dbd8a1e4dc4453cbc8a767b4e6a7ce2.setContent(html_0b0e7e1ab5874acb8bfb969bd9e41407);
circle_33ec1db9406f4a139395bc66df797f5c.bindPopup(popup_3dbd8a1e4dc4453cbc8a767b4e6a7ce2)
;
var circle_bc2ee1063a32495ab9b8c8f88b37371c = L.circle(
[11.92993000000007, 79.82470000000006],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 700, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_786b9f2f5a1e4645927de41d0eb3b8ab = L.popup({"maxWidth": "100%"});
var html_7d6e6aaa473845ca827c3f5ad5b6c91d = $(`<div id="html_7d6e6aaa473845ca827c3f5ad5b6c91d" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Puducherry</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">7</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">0</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">3</td> </tr> </tbody> </table> </div>`)[0];
popup_786b9f2f5a1e4645927de41d0eb3b8ab.setContent(html_7d6e6aaa473845ca827c3f5ad5b6c91d);
circle_bc2ee1063a32495ab9b8c8f88b37371c.bindPopup(popup_786b9f2f5a1e4645927de41d0eb3b8ab)
;
var circle_af5b1b08d4d14a768faa7429a30ab35f = L.circle(
[30.843241601000045, 75.41747895900005],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 27700, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_a3ec86c8d8df4bd4ba64347433127362 = L.popup({"maxWidth": "100%"});
var html_cf575a907a5a47bfaf46d33525feb2dc = $(`<div id="html_cf575a907a5a47bfaf46d33525feb2dc" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Punjab</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">277</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">16</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">65</td> </tr> </tbody> </table> </div>`)[0];
popup_a3ec86c8d8df4bd4ba64347433127362.setContent(html_cf575a907a5a47bfaf46d33525feb2dc);
circle_af5b1b08d4d14a768faa7429a30ab35f.bindPopup(popup_a3ec86c8d8df4bd4ba64347433127362)
;
var circle_5de7b611a710485282333b668dbe38c5 = L.circle(
[26.58650209000007, 73.84574451200007],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 189000, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_7741b4377f774e09a60cf10d89c57526 = L.popup({"maxWidth": "100%"});
var html_1fc52be49d2045b7bc4785a2d5bd97f1 = $(`<div id="html_1fc52be49d2045b7bc4785a2d5bd97f1" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Rajasthan</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">1890</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">27</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">230</td> </tr> </tbody> </table> </div>`)[0];
popup_7741b4377f774e09a60cf10d89c57526.setContent(html_1fc52be49d2045b7bc4785a2d5bd97f1);
circle_5de7b611a710485282333b668dbe38c5.bindPopup(popup_7741b4377f774e09a60cf10d89c57526)
;
var circle_0e632e0182884276a9fb7e8cf40556ec = L.circle(
[11.013249830000065, 78.40968946000005],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 162900, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_0206cb1d36ce4008b72234a68bd3125f = L.popup({"maxWidth": "100%"});
var html_a4dd49c5d23c4fc79da35a62513687b4 = $(`<div id="html_a4dd49c5d23c4fc79da35a62513687b4" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Tamil Nadu</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">1629</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">18</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">662</td> </tr> </tbody> </table> </div>`)[0];
popup_0206cb1d36ce4008b72234a68bd3125f.setContent(html_a4dd49c5d23c4fc79da35a62513687b4);
circle_0e632e0182884276a9fb7e8cf40556ec.bindPopup(popup_0206cb1d36ce4008b72234a68bd3125f)
;
var circle_437dcd7640594de689e1e4faab09c0c4 = L.circle(
[18.000000000000053, 79.50000000000007],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 96000, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_ca26ade4365e42e492d9569448f33b7c = L.popup({"maxWidth": "100%"});
var html_cd96f6f62fb6416ba6a29f325e6998f9 = $(`<div id="html_cd96f6f62fb6416ba6a29f325e6998f9" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Telengana</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">960</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">24</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">197</td> </tr> </tbody> </table> </div>`)[0];
popup_ca26ade4365e42e492d9569448f33b7c.setContent(html_cd96f6f62fb6416ba6a29f325e6998f9);
circle_437dcd7640594de689e1e4faab09c0c4.bindPopup(popup_ca26ade4365e42e492d9569448f33b7c)
;
var circle_032b1fa3a36c4bacba2ac43db4c53a64 = L.circle(
[23.74652194700008, 91.74011046400005],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 200, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_b83b3a1e943b434f886295026defb7a4 = L.popup({"maxWidth": "100%"});
var html_22825caaf868473da837aa8a308ba072 = $(`<div id="html_22825caaf868473da837aa8a308ba072" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Tripura</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">2</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">0</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">1</td> </tr> </tbody> </table> </div>`)[0];
popup_b83b3a1e943b434f886295026defb7a4.setContent(html_22825caaf868473da837aa8a308ba072);
circle_032b1fa3a36c4bacba2ac43db4c53a64.bindPopup(popup_b83b3a1e943b434f886295026defb7a4)
;
var circle_0f39abccd4a74b0ca13c6935a1ee4c8b = L.circle(
[30.15483757800007, 79.20756428100003],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 4600, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_b2c3d16c23f7481d9f5670b054c1cd00 = L.popup({"maxWidth": "100%"});
var html_a7646e244e334c629215bb85825152f4 = $(`<div id="html_a7646e244e334c629215bb85825152f4" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Uttarakhand</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">46</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">0</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">23</td> </tr> </tbody> </table> </div>`)[0];
popup_b2c3d16c23f7481d9f5670b054c1cd00.setContent(html_a7646e244e334c629215bb85825152f4);
circle_0f39abccd4a74b0ca13c6935a1ee4c8b.bindPopup(popup_b2c3d16c23f7481d9f5670b054c1cd00)
;
var circle_8472e371e98f49f3ab8cd002a1418417 = L.circle(
[26.92876647400004, 80.56369184900007],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 150900, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_60bd5ea23db74494ab084d8cde553a3f = L.popup({"maxWidth": "100%"});
var html_b8444c5ace374707add37a6a93dc50cc = $(`<div id="html_b8444c5ace374707add37a6a93dc50cc" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">Uttar Pradesh</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">1509</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">21</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">187</td> </tr> </tbody> </table> </div>`)[0];
popup_60bd5ea23db74494ab084d8cde553a3f.setContent(html_b8444c5ace374707add37a6a93dc50cc);
circle_8472e371e98f49f3ab8cd002a1418417.bindPopup(popup_60bd5ea23db74494ab084d8cde553a3f)
;
var circle_5817878edd024cbcade7e8d082fe3c80 = L.circle(
[23.79775953100005, 87.98640557800007],
{"bubblingMouseEvents": true, "color": "crimson", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "crimson", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.8, "radius": 45600, "stroke": true, "weight": 1.5}
).addTo(map_ccf3c635c9334963b4d85a360b15536d);
var popup_4a29a1900bfe40d397149e6d0629392e = L.popup({"maxWidth": "100%"});
var html_c2f6dd7b062f4033a47fc86bf38838db = $(`<div id="html_c2f6dd7b062f4033a47fc86bf38838db" style="width: 100.0%; height: 100.0%;"> <table border-spacing: 0; border-collapse: collapse; display: block; width: 100%; overflow: auto;"> <thead> <tr> <th colspan="3" style="padding: 6px 13px;font-weight: 600; border: 1px solid #dfe2e5;">West Bengal</th> </tr> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="color: darkorange; padding: 0px 5px; border: 1px solid #dfe2e5;">Active Cases</td> <td style="padding: 0px 5px; color: red; border: 1px solid #dfe2e5;">Deaths</td> <td style="padding: 0px 5px; color: mediumseagreen; border: 1px solid #dfe2e5;">Recovered</td> </tr> </thead> <tbody> <tr style="border-top: 1px solid #c6cbd1; background-color: #fff; font-weight: bolder;"> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">456</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">15</td> <td style="padding: 6px 13px; border: 1px solid #dfe2e5;">79</td> </tr> </tbody> </table> </div>`)[0];
popup_4a29a1900bfe40d397149e6d0629392e.setContent(html_c2f6dd7b062f4033a47fc86bf38838db);
circle_5817878edd024cbcade7e8d082fe3c80.bindPopup(popup_4a29a1900bfe40d397149e6d0629392e)
;
map_ccf3c635c9334963b4d85a360b15536d.scrollEnabled = true;
map_ccf3c635c9334963b4d85a360b15536d.toggleScroll = function() {
if (this.scrollEnabled) {
this.scrollEnabled = false;
this.scrollWheelZoom.disable();
} else {
this.scrollEnabled = true;
this.scrollWheelZoom.enable();
}
};
map_ccf3c635c9334963b4d85a360b15536d.toggleScroll();
</script>