-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclassified_cities.html
828 lines (418 loc) · 32.8 KB
/
classified_cities.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
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
<!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/[email protected]/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/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/[email protected]/dist/leaflet.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/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_1cd4aa96332be2b2546225eb43f6fc2e {
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_1cd4aa96332be2b2546225eb43f6fc2e" ></div>
</body>
<script>
var map_1cd4aa96332be2b2546225eb43f6fc2e = L.map(
"map_1cd4aa96332be2b2546225eb43f6fc2e",
{
center: [30.320671, 120.2994295],
crs: L.CRS.EPSG3857,
zoom: 12,
zoomControl: true,
preferCanvas: false,
}
);
var tile_layer_22e3be4e3eee999d46cd2f6b95e1c658 = L.tileLayer(
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
{"attribution": "\u0026copy; \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
);
tile_layer_22e3be4e3eee999d46cd2f6b95e1c658.addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var marker_ec8514d2be89f02428fb26ea736c5a76 = L.marker(
[30.27636, 119.97523],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_3cbc3e9f742faae9f28ecda8b15f95c1 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_ec8514d2be89f02428fb26ea736c5a76.setIcon(icon_3cbc3e9f742faae9f28ecda8b15f95c1);
var popup_0ce0faedf88413d9f8c998fe71d01508 = L.popup({"maxWidth": "100%"});
var html_23c9b0935bee3371bed12e80c12d98bc = $(`<div id="html_23c9b0935bee3371bed12e80c12d98bc" style="width: 100.0%; height: 100.0%;">B [Population: 20]</div>`)[0];
popup_0ce0faedf88413d9f8c998fe71d01508.setContent(html_23c9b0935bee3371bed12e80c12d98bc);
marker_ec8514d2be89f02428fb26ea736c5a76.bindPopup(popup_0ce0faedf88413d9f8c998fe71d01508)
;
var marker_2072cd8891f5a70ee233837f3817bda3 = L.marker(
[30.18621, 120.25986],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_9b45b86315109b2bda1961b40c0dccb4 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "orange", "prefix": "glyphicon"}
);
marker_2072cd8891f5a70ee233837f3817bda3.setIcon(icon_9b45b86315109b2bda1961b40c0dccb4);
var popup_29184dbfb5753f4bd2b951379b9d8039 = L.popup({"maxWidth": "100%"});
var html_184591eea203783cd6e78f4a342c39e2 = $(`<div id="html_184591eea203783cd6e78f4a342c39e2" style="width: 100.0%; height: 100.0%;">C [Population: 12]</div>`)[0];
popup_29184dbfb5753f4bd2b951379b9d8039.setContent(html_184591eea203783cd6e78f4a342c39e2);
marker_2072cd8891f5a70ee233837f3817bda3.bindPopup(popup_29184dbfb5753f4bd2b951379b9d8039)
;
var marker_c0baef6a12124e339e8ab4cd8336dbc6 = L.marker(
[30.228678, 120.1930825],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_59bd5a1b8bb584c5256f9171a7ce34d0 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "orange", "prefix": "glyphicon"}
);
marker_c0baef6a12124e339e8ab4cd8336dbc6.setIcon(icon_59bd5a1b8bb584c5256f9171a7ce34d0);
var popup_0fc2c669e4d0f5f199d74e38f5268a5c = L.popup({"maxWidth": "100%"});
var html_a3be8c3a4e324d58ef3525dc06f8677a = $(`<div id="html_a3be8c3a4e324d58ef3525dc06f8677a" style="width: 100.0%; height: 100.0%;">D [Population: 8]</div>`)[0];
popup_0fc2c669e4d0f5f199d74e38f5268a5c.setContent(html_a3be8c3a4e324d58ef3525dc06f8677a);
marker_c0baef6a12124e339e8ab4cd8336dbc6.bindPopup(popup_0fc2c669e4d0f5f199d74e38f5268a5c)
;
var marker_41f379c28c67fa43820154a048853ea8 = L.marker(
[30.26152, 120.12536],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_feabed987d8a6bf0df17fa3f3122f3e2 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_41f379c28c67fa43820154a048853ea8.setIcon(icon_feabed987d8a6bf0df17fa3f3122f3e2);
var popup_6209ad7e67b4ee6c75290f6c44bb988d = L.popup({"maxWidth": "100%"});
var html_461d55437f3e88150b02f643e0fe2d83 = $(`<div id="html_461d55437f3e88150b02f643e0fe2d83" style="width: 100.0%; height: 100.0%;">E [Population: 52]</div>`)[0];
popup_6209ad7e67b4ee6c75290f6c44bb988d.setContent(html_461d55437f3e88150b02f643e0fe2d83);
marker_41f379c28c67fa43820154a048853ea8.bindPopup(popup_6209ad7e67b4ee6c75290f6c44bb988d)
;
var marker_70b43e6e9f4a8dae617992846cc43420 = L.marker(
[30.32199, 120.48818],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_e5075e8ec11fa88ad04c1eb1cb829b01 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
);
marker_70b43e6e9f4a8dae617992846cc43420.setIcon(icon_e5075e8ec11fa88ad04c1eb1cb829b01);
var popup_c6131aef54670eac93243442bf9c9971 = L.popup({"maxWidth": "100%"});
var html_cfae761e6e08519fc1eb87a999cf77ff = $(`<div id="html_cfae761e6e08519fc1eb87a999cf77ff" style="width: 100.0%; height: 100.0%;">F [Population: 16]</div>`)[0];
popup_c6131aef54670eac93243442bf9c9971.setContent(html_cfae761e6e08519fc1eb87a999cf77ff);
marker_70b43e6e9f4a8dae617992846cc43420.bindPopup(popup_c6131aef54670eac93243442bf9c9971)
;
var marker_0814899c2156b6ebc39571aa5f660622 = L.marker(
[30.42166, 120.29484],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_c9f71038f3d4672a99f7da5dd8563430 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
);
marker_0814899c2156b6ebc39571aa5f660622.setIcon(icon_c9f71038f3d4672a99f7da5dd8563430);
var popup_0300592b8d451df705fa13e2319b7372 = L.popup({"maxWidth": "100%"});
var html_2571bf269cf61cd3111bc4cff2e7d5cb = $(`<div id="html_2571bf269cf61cd3111bc4cff2e7d5cb" style="width: 100.0%; height: 100.0%;">G [Population: 6]</div>`)[0];
popup_0300592b8d451df705fa13e2319b7372.setContent(html_2571bf269cf61cd3111bc4cff2e7d5cb);
marker_0814899c2156b6ebc39571aa5f660622.bindPopup(popup_0300592b8d451df705fa13e2319b7372)
;
var marker_9d0f9f2e86fc3469fa6930d7b840f1f7 = L.marker(
[30.25745, 119.74779],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_14db07b4863c4f4cf4feffd56efd0867 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_9d0f9f2e86fc3469fa6930d7b840f1f7.setIcon(icon_14db07b4863c4f4cf4feffd56efd0867);
var popup_c31f3ceb7bf7f902dccdc5ec6ac27bbf = L.popup({"maxWidth": "100%"});
var html_b32a259be7eebe42106ce91c755dc0ca = $(`<div id="html_b32a259be7eebe42106ce91c755dc0ca" style="width: 100.0%; height: 100.0%;">H [Population: 4]</div>`)[0];
popup_c31f3ceb7bf7f902dccdc5ec6ac27bbf.setContent(html_b32a259be7eebe42106ce91c755dc0ca);
marker_9d0f9f2e86fc3469fa6930d7b840f1f7.bindPopup(popup_c31f3ceb7bf7f902dccdc5ec6ac27bbf)
;
var marker_a70d4b9ffafcdfe5f1f41ef5ffa68dec = L.marker(
[30.32129, 120.13676],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_77feb19de9e423ffd54a57034c80b1f4 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "purple", "prefix": "glyphicon"}
);
marker_a70d4b9ffafcdfe5f1f41ef5ffa68dec.setIcon(icon_77feb19de9e423ffd54a57034c80b1f4);
var popup_642d6a9f6444d96e45f85baa370083b2 = L.popup({"maxWidth": "100%"});
var html_6948c166cc1d9b61d1ebfa520f54f87a = $(`<div id="html_6948c166cc1d9b61d1ebfa520f54f87a" style="width: 100.0%; height: 100.0%;">I [Population: 8]</div>`)[0];
popup_642d6a9f6444d96e45f85baa370083b2.setContent(html_6948c166cc1d9b61d1ebfa520f54f87a);
marker_a70d4b9ffafcdfe5f1f41ef5ffa68dec.bindPopup(popup_642d6a9f6444d96e45f85baa370083b2)
;
var marker_823e69e03f5eb310caba0a2e93b88e08 = L.marker(
[30.21094, 120.20731],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_3bf4b388d33be9f3f71f4d9d56d5d75c = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "orange", "prefix": "glyphicon"}
);
marker_823e69e03f5eb310caba0a2e93b88e08.setIcon(icon_3bf4b388d33be9f3f71f4d9d56d5d75c);
var popup_f10b362bfe4d48e309e48902083a01b0 = L.popup({"maxWidth": "100%"});
var html_095d18eef7764a3102c4e0b994520a60 = $(`<div id="html_095d18eef7764a3102c4e0b994520a60" style="width: 100.0%; height: 100.0%;">J [Population: 4]</div>`)[0];
popup_f10b362bfe4d48e309e48902083a01b0.setContent(html_095d18eef7764a3102c4e0b994520a60);
marker_823e69e03f5eb310caba0a2e93b88e08.bindPopup(popup_f10b362bfe4d48e309e48902083a01b0)
;
var marker_7a4302e5015cd3b74d73cf7adddc66db = L.marker(
[30.24859, 120.20592],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_de4dab6a6f6d4605758444884bf1dd0d = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "orange", "prefix": "glyphicon"}
);
marker_7a4302e5015cd3b74d73cf7adddc66db.setIcon(icon_de4dab6a6f6d4605758444884bf1dd0d);
var popup_7d3edeae058011bf79ed217dac71ab9a = L.popup({"maxWidth": "100%"});
var html_12e1e992645912d8f677daefe3429fbe = $(`<div id="html_12e1e992645912d8f677daefe3429fbe" style="width: 100.0%; height: 100.0%;">K [Population: 10]</div>`)[0];
popup_7d3edeae058011bf79ed217dac71ab9a.setContent(html_12e1e992645912d8f677daefe3429fbe);
marker_7a4302e5015cd3b74d73cf7adddc66db.bindPopup(popup_7d3edeae058011bf79ed217dac71ab9a)
;
var marker_20733c64cda9b8bbcb53b146af43ba18 = L.marker(
[30.30078, 119.98215],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_9632883502fad87850c96ec8f08bfca0 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_20733c64cda9b8bbcb53b146af43ba18.setIcon(icon_9632883502fad87850c96ec8f08bfca0);
var popup_fc1b8113a161c1460f0acd8c60deeb70 = L.popup({"maxWidth": "100%"});
var html_3417a66e558ec2aeeb805dfee18868e9 = $(`<div id="html_3417a66e558ec2aeeb805dfee18868e9" style="width: 100.0%; height: 100.0%;">L [Population: 6]</div>`)[0];
popup_fc1b8113a161c1460f0acd8c60deeb70.setContent(html_3417a66e558ec2aeeb805dfee18868e9);
marker_20733c64cda9b8bbcb53b146af43ba18.bindPopup(popup_fc1b8113a161c1460f0acd8c60deeb70)
;
var marker_d6405e8cf6eef71a1a33411da6afa7b3 = L.marker(
[30.2936, 120.2083],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_0b9602d3915bda73b0107a7f8ca6d80e = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_d6405e8cf6eef71a1a33411da6afa7b3.setIcon(icon_0b9602d3915bda73b0107a7f8ca6d80e);
var popup_8d354c04767f18a537921d7f7bfed797 = L.popup({"maxWidth": "100%"});
var html_09a5e7efe541461f9f66d6b238d518b1 = $(`<div id="html_09a5e7efe541461f9f66d6b238d518b1" style="width: 100.0%; height: 100.0%;">M [Population: 50]</div>`)[0];
popup_8d354c04767f18a537921d7f7bfed797.setContent(html_09a5e7efe541461f9f66d6b238d518b1);
marker_d6405e8cf6eef71a1a33411da6afa7b3.bindPopup(popup_8d354c04767f18a537921d7f7bfed797)
;
var marker_4328f42967f31aa9bf4d6c7c22952a2d = L.marker(
[30.43604, 120.28846],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_ade2404f2d480549e0325ccc40ffdeb7 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
);
marker_4328f42967f31aa9bf4d6c7c22952a2d.setIcon(icon_ade2404f2d480549e0325ccc40ffdeb7);
var popup_1e66b0c0dd363b495b39fa904db78e84 = L.popup({"maxWidth": "100%"});
var html_72d437c74994921bece05ee1f857219d = $(`<div id="html_72d437c74994921bece05ee1f857219d" style="width: 100.0%; height: 100.0%;">N [Population: 2]</div>`)[0];
popup_1e66b0c0dd363b495b39fa904db78e84.setContent(html_72d437c74994921bece05ee1f857219d);
marker_4328f42967f31aa9bf4d6c7c22952a2d.bindPopup(popup_1e66b0c0dd363b495b39fa904db78e84)
;
var marker_835d4994edbfca726c4c43c8dddb5271 = L.marker(
[30.22581, 119.97958],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_c4cb01d2a2f8b0fd7bf4fde0886b13ab = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_835d4994edbfca726c4c43c8dddb5271.setIcon(icon_c4cb01d2a2f8b0fd7bf4fde0886b13ab);
var popup_a4196c59a36e687ae22f8ddf016c05c2 = L.popup({"maxWidth": "100%"});
var html_260c02eff1c4cbb7cabff83027f309a5 = $(`<div id="html_260c02eff1c4cbb7cabff83027f309a5" style="width: 100.0%; height: 100.0%;">O [Population: 2]</div>`)[0];
popup_a4196c59a36e687ae22f8ddf016c05c2.setContent(html_260c02eff1c4cbb7cabff83027f309a5);
marker_835d4994edbfca726c4c43c8dddb5271.bindPopup(popup_a4196c59a36e687ae22f8ddf016c05c2)
;
var marker_5114dc426e24813ec09e837fadf5e467 = L.marker(
[30.2366, 119.9691],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_41730399c11de0b90f09d819d7d21f51 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_5114dc426e24813ec09e837fadf5e467.setIcon(icon_41730399c11de0b90f09d819d7d21f51);
var popup_318b56b2ead1fbec46957bc5d9aecc10 = L.popup({"maxWidth": "100%"});
var html_9549ac70539d3c154b9fdb709873218c = $(`<div id="html_9549ac70539d3c154b9fdb709873218c" style="width: 100.0%; height: 100.0%;">P [Population: 2]</div>`)[0];
popup_318b56b2ead1fbec46957bc5d9aecc10.setContent(html_9549ac70539d3c154b9fdb709873218c);
marker_5114dc426e24813ec09e837fadf5e467.bindPopup(popup_318b56b2ead1fbec46957bc5d9aecc10)
;
var marker_df1b428432867816cd4f80e807c32f33 = L.marker(
[30.4679, 119.825],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_b8d39c745074a22d841a701ab618a883 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "purple", "prefix": "glyphicon"}
);
marker_df1b428432867816cd4f80e807c32f33.setIcon(icon_b8d39c745074a22d841a701ab618a883);
var popup_c6067b38e2376172cf89801431920dfe = L.popup({"maxWidth": "100%"});
var html_00586305fc1503d8d8176ca6f7d985a4 = $(`<div id="html_00586305fc1503d8d8176ca6f7d985a4" style="width: 100.0%; height: 100.0%;">Q [Population: 2]</div>`)[0];
popup_c6067b38e2376172cf89801431920dfe.setContent(html_00586305fc1503d8d8176ca6f7d985a4);
marker_df1b428432867816cd4f80e807c32f33.bindPopup(popup_c6067b38e2376172cf89801431920dfe)
;
var marker_9322b9b3d675fe91cdd10dfe271dd61b = L.marker(
[30.3013, 119.9852],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_2ddf5674537f9656972203ba360a1f53 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_9322b9b3d675fe91cdd10dfe271dd61b.setIcon(icon_2ddf5674537f9656972203ba360a1f53);
var popup_a4349fa0abd5687624093a4b861f01f8 = L.popup({"maxWidth": "100%"});
var html_c096ef4f9a2b45e7e24f6757644d36a1 = $(`<div id="html_c096ef4f9a2b45e7e24f6757644d36a1" style="width: 100.0%; height: 100.0%;">R [Population: 2]</div>`)[0];
popup_a4349fa0abd5687624093a4b861f01f8.setContent(html_c096ef4f9a2b45e7e24f6757644d36a1);
marker_9322b9b3d675fe91cdd10dfe271dd61b.bindPopup(popup_a4349fa0abd5687624093a4b861f01f8)
;
var marker_c125275875c3ed233b3a877a2964cb67 = L.marker(
[30.16541, 120.40499],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_b1b341aef76052b12311eefe1c61e48e = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
);
marker_c125275875c3ed233b3a877a2964cb67.setIcon(icon_b1b341aef76052b12311eefe1c61e48e);
var popup_4c22b6a01277b9b2edbd5c862fb96552 = L.popup({"maxWidth": "100%"});
var html_53cd3c3f3f7558412e9ddfde382608c6 = $(`<div id="html_53cd3c3f3f7558412e9ddfde382608c6" style="width: 100.0%; height: 100.0%;">S [Population: 2]</div>`)[0];
popup_4c22b6a01277b9b2edbd5c862fb96552.setContent(html_53cd3c3f3f7558412e9ddfde382608c6);
marker_c125275875c3ed233b3a877a2964cb67.bindPopup(popup_4c22b6a01277b9b2edbd5c862fb96552)
;
var marker_b949efd00d3a0a8ddc9abf577271bac4 = L.marker(
[30.18296, 120.27411],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_b88f514a2a70571335bca6a9d98405f9 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "orange", "prefix": "glyphicon"}
);
marker_b949efd00d3a0a8ddc9abf577271bac4.setIcon(icon_b88f514a2a70571335bca6a9d98405f9);
var popup_6b2bb89253d627aae4afc48f2f512fc8 = L.popup({"maxWidth": "100%"});
var html_106a8f3bf1f2958efe946da381bd461a = $(`<div id="html_106a8f3bf1f2958efe946da381bd461a" style="width: 100.0%; height: 100.0%;">T [Population: 2]</div>`)[0];
popup_6b2bb89253d627aae4afc48f2f512fc8.setContent(html_106a8f3bf1f2958efe946da381bd461a);
marker_b949efd00d3a0a8ddc9abf577271bac4.bindPopup(popup_6b2bb89253d627aae4afc48f2f512fc8)
;
var marker_b44be1cea7664ea33aeb89adba8925b1 = L.marker(
[30.2228, 120.033],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_fc66c3f5cfd94c95f65dc07ed7bc242e = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_b44be1cea7664ea33aeb89adba8925b1.setIcon(icon_fc66c3f5cfd94c95f65dc07ed7bc242e);
var popup_d102ff7f0350e509c31fbba4f9865aa2 = L.popup({"maxWidth": "100%"});
var html_3d95bdf6d39bf806934cce1e9b6a64d3 = $(`<div id="html_3d95bdf6d39bf806934cce1e9b6a64d3" style="width: 100.0%; height: 100.0%;">U [Population: 2]</div>`)[0];
popup_d102ff7f0350e509c31fbba4f9865aa2.setContent(html_3d95bdf6d39bf806934cce1e9b6a64d3);
marker_b44be1cea7664ea33aeb89adba8925b1.bindPopup(popup_d102ff7f0350e509c31fbba4f9865aa2)
;
var marker_36aa34e1caf9457abfd9a7806a04dc07 = L.marker(
[30.13583, 120.07558],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_6c1e5d72fbd80146cba19de35fe3ac84 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "orange", "prefix": "glyphicon"}
);
marker_36aa34e1caf9457abfd9a7806a04dc07.setIcon(icon_6c1e5d72fbd80146cba19de35fe3ac84);
var popup_fb9b84bb1f6ca634b66d22c2cd237c5a = L.popup({"maxWidth": "100%"});
var html_63cd150948c368e81507975a45192d92 = $(`<div id="html_63cd150948c368e81507975a45192d92" style="width: 100.0%; height: 100.0%;">V [Population: 2]</div>`)[0];
popup_fb9b84bb1f6ca634b66d22c2cd237c5a.setContent(html_63cd150948c368e81507975a45192d92);
marker_36aa34e1caf9457abfd9a7806a04dc07.bindPopup(popup_fb9b84bb1f6ca634b66d22c2cd237c5a)
;
var marker_0211522e5003d00f92df19dab9598bd6 = L.marker(
[30.305, 120.0752],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_0aa18f7ef7acfd04f5c2021907f3875b = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_0211522e5003d00f92df19dab9598bd6.setIcon(icon_0aa18f7ef7acfd04f5c2021907f3875b);
var popup_12f727c58ebfa0ee1a1c50e93338a63a = L.popup({"maxWidth": "100%"});
var html_dd8a349e46f8034c0a25c0023d9a0423 = $(`<div id="html_dd8a349e46f8034c0a25c0023d9a0423" style="width: 100.0%; height: 100.0%;">W [Population: 2]</div>`)[0];
popup_12f727c58ebfa0ee1a1c50e93338a63a.setContent(html_dd8a349e46f8034c0a25c0023d9a0423);
marker_0211522e5003d00f92df19dab9598bd6.bindPopup(popup_12f727c58ebfa0ee1a1c50e93338a63a)
;
var marker_bab82ff2c8e96c5176915c4e7ea36314 = L.marker(
[30.28774, 120.1229],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_3e575f46141bd16ed26276c1da813e19 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_bab82ff2c8e96c5176915c4e7ea36314.setIcon(icon_3e575f46141bd16ed26276c1da813e19);
var popup_e2db14c6281f2bd0f991040906a23366 = L.popup({"maxWidth": "100%"});
var html_67d64ebaced5bc5a3a8c810c6b71c2ff = $(`<div id="html_67d64ebaced5bc5a3a8c810c6b71c2ff" style="width: 100.0%; height: 100.0%;">X [Population: 2]</div>`)[0];
popup_e2db14c6281f2bd0f991040906a23366.setContent(html_67d64ebaced5bc5a3a8c810c6b71c2ff);
marker_bab82ff2c8e96c5176915c4e7ea36314.bindPopup(popup_e2db14c6281f2bd0f991040906a23366)
;
var marker_ff20599cf9c165219f49757f251ff891 = L.marker(
[30.2723278, 120.1494091],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_4a96bf47ee42aaddb07ee2b122ece4a4 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_ff20599cf9c165219f49757f251ff891.setIcon(icon_4a96bf47ee42aaddb07ee2b122ece4a4);
var popup_fb0e2b5e8c8d87ed1c5c8d0514775d9b = L.popup({"maxWidth": "100%"});
var html_4849db2b541d1e96905cb541f13b62df = $(`<div id="html_4849db2b541d1e96905cb541f13b62df" style="width: 100.0%; height: 100.0%;">Y [Population: 2]</div>`)[0];
popup_fb0e2b5e8c8d87ed1c5c8d0514775d9b.setContent(html_4849db2b541d1e96905cb541f13b62df);
marker_ff20599cf9c165219f49757f251ff891.bindPopup(popup_fb0e2b5e8c8d87ed1c5c8d0514775d9b)
;
var marker_f3baddf07742d56462b32d4bd8e6954f = L.marker(
[30.2334, 120.0535],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_b1476f0f2fe8d86232beb00d92b9e0f0 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_f3baddf07742d56462b32d4bd8e6954f.setIcon(icon_b1476f0f2fe8d86232beb00d92b9e0f0);
var popup_8e5d4a58e9118ba5fefa61f549d7d85f = L.popup({"maxWidth": "100%"});
var html_e72d045340c74d7d40338a3e8af718ef = $(`<div id="html_e72d045340c74d7d40338a3e8af718ef" style="width: 100.0%; height: 100.0%;">Z [Population: 2]</div>`)[0];
popup_8e5d4a58e9118ba5fefa61f549d7d85f.setContent(html_e72d045340c74d7d40338a3e8af718ef);
marker_f3baddf07742d56462b32d4bd8e6954f.bindPopup(popup_8e5d4a58e9118ba5fefa61f549d7d85f)
;
var marker_79cfae052b057f38e27def5d88eff9eb = L.marker(
[30.2267, 120.026],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_98a5136c45321158bdd5948f85e72d9f = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_79cfae052b057f38e27def5d88eff9eb.setIcon(icon_98a5136c45321158bdd5948f85e72d9f);
var popup_6f633e78336fc06a71270726660de69e = L.popup({"maxWidth": "100%"});
var html_5e4f5ff9e5b7e37c0e8d50d3fd16f9ae = $(`<div id="html_5e4f5ff9e5b7e37c0e8d50d3fd16f9ae" style="width: 100.0%; height: 100.0%;">AA [Population: 2]</div>`)[0];
popup_6f633e78336fc06a71270726660de69e.setContent(html_5e4f5ff9e5b7e37c0e8d50d3fd16f9ae);
marker_79cfae052b057f38e27def5d88eff9eb.bindPopup(popup_6f633e78336fc06a71270726660de69e)
;
var marker_54946eb557d6a91520e4c61e9e5c4e2a = L.marker(
[30.3162, 120.352],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_8f0c40f939d4e425c69a42322f05042c = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
);
marker_54946eb557d6a91520e4c61e9e5c4e2a.setIcon(icon_8f0c40f939d4e425c69a42322f05042c);
var popup_e758640a82bb1a8941f1627365550760 = L.popup({"maxWidth": "100%"});
var html_6f1963e01f9ffe900f61f7dcc8ca7a13 = $(`<div id="html_6f1963e01f9ffe900f61f7dcc8ca7a13" style="width: 100.0%; height: 100.0%;">AB [Population: 2]</div>`)[0];
popup_e758640a82bb1a8941f1627365550760.setContent(html_6f1963e01f9ffe900f61f7dcc8ca7a13);
marker_54946eb557d6a91520e4c61e9e5c4e2a.bindPopup(popup_e758640a82bb1a8941f1627365550760)
;
var marker_938f7618eda127b2fb13bd580c5792f9 = L.marker(
[30.3177, 120.3894],
{}
).addTo(map_1cd4aa96332be2b2546225eb43f6fc2e);
var icon_f6d096ed53e8685602f926f744ea25a3 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
);
marker_938f7618eda127b2fb13bd580c5792f9.setIcon(icon_f6d096ed53e8685602f926f744ea25a3);
var popup_65fa09d3a39a659fbce537d0a69d0f72 = L.popup({"maxWidth": "100%"});
var html_8c8a168ac69712c57875d555f06eecf5 = $(`<div id="html_8c8a168ac69712c57875d555f06eecf5" style="width: 100.0%; height: 100.0%;">AC [Population: 2]</div>`)[0];
popup_65fa09d3a39a659fbce537d0a69d0f72.setContent(html_8c8a168ac69712c57875d555f06eecf5);
marker_938f7618eda127b2fb13bd580c5792f9.bindPopup(popup_65fa09d3a39a659fbce537d0a69d0f72)
;
</script>
</html>