-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap_sample.html
More file actions
333 lines (200 loc) · 11.9 KB
/
map_sample.html
File metadata and controls
333 lines (200 loc) · 11.9 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
<!DOCTYPE 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.6.0/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/leaflet@1.6.0/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://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_2bfadc61dcc11d5c297b2c5d21f70743 {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
</head>
<body>
<div class="folium-map" id="map_2bfadc61dcc11d5c297b2c5d21f70743" ></div>
</body>
<script>
var map_2bfadc61dcc11d5c297b2c5d21f70743 = L.map(
"map_2bfadc61dcc11d5c297b2c5d21f70743",
{
center: [46.0117, 10.93542],
crs: L.CRS.EPSG3857,
zoom: 2.6,
zoomControl: true,
preferCanvas: false,
}
);
var tile_layer_47144c9086a33fd1768b4573c813e8d5 = L.tileLayer(
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
{"attribution": "Data by \u0026copy; \u003ca href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca href=\"http://www.openstreetmap.org/copyright\"\u003eODbL\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
).addTo(map_2bfadc61dcc11d5c297b2c5d21f70743);
var marker_a0d3f81474722c91014aea304db288b1 = L.marker(
[46.0117, 8.93542],
{}
).addTo(map_2bfadc61dcc11d5c297b2c5d21f70743);
var popup_d2d236658266d883643fb3bdf5fbd443 = L.popup({"maxWidth": "100%"});
var html_e1292f5bd0f4f0b6efb2ea64b8d8bd70 = $(`<div id="html_e1292f5bd0f4f0b6efb2ea64b8d8bd70" style="width: 100.0%; height: 100.0%;">179.43.175.194</div>`)[0];
popup_d2d236658266d883643fb3bdf5fbd443.setContent(html_e1292f5bd0f4f0b6efb2ea64b8d8bd70);
marker_a0d3f81474722c91014aea304db288b1.bindPopup(popup_d2d236658266d883643fb3bdf5fbd443)
;
marker_a0d3f81474722c91014aea304db288b1.bindTooltip(
`<div>
Lugano, 179.43.175.194
</div>`,
{"sticky": true}
);
var marker_e4c493e1f91529a5378e22b580aca232 = L.marker(
[31.299, 120.585],
{}
).addTo(map_2bfadc61dcc11d5c297b2c5d21f70743);
var popup_83ccf56f0ffbed7621c5c594a26b3981 = L.popup({"maxWidth": "100%"});
var html_c41df5f42c212d6f10878d812c2bc0d2 = $(`<div id="html_c41df5f42c212d6f10878d812c2bc0d2" style="width: 100.0%; height: 100.0%;">112.85.42.227</div>`)[0];
popup_83ccf56f0ffbed7621c5c594a26b3981.setContent(html_c41df5f42c212d6f10878d812c2bc0d2);
marker_e4c493e1f91529a5378e22b580aca232.bindPopup(popup_83ccf56f0ffbed7621c5c594a26b3981)
;
marker_e4c493e1f91529a5378e22b580aca232.bindTooltip(
`<div>
Suzhou, 112.85.42.227
</div>`,
{"sticky": true}
);
var marker_0331e1594c27dac8f27e0351b725663d = L.marker(
[59.8761, 30.4339],
{}
).addTo(map_2bfadc61dcc11d5c297b2c5d21f70743);
var popup_c85e3d876716c464b4be65dad07a105b = L.popup({"maxWidth": "100%"});
var html_3ffb732a1fa340c1c3d146d48e66c71a = $(`<div id="html_3ffb732a1fa340c1c3d146d48e66c71a" style="width: 100.0%; height: 100.0%;">5.8.10.202</div>`)[0];
popup_c85e3d876716c464b4be65dad07a105b.setContent(html_3ffb732a1fa340c1c3d146d48e66c71a);
marker_0331e1594c27dac8f27e0351b725663d.bindPopup(popup_c85e3d876716c464b4be65dad07a105b)
;
marker_0331e1594c27dac8f27e0351b725663d.bindTooltip(
`<div>
St Petersburg, 5.8.10.202
</div>`,
{"sticky": true}
);
var marker_7a79fc827d417f9f106552a53506ae31 = L.marker(
[39.9042, 116.407],
{}
).addTo(map_2bfadc61dcc11d5c297b2c5d21f70743);
var popup_1c2aecdb54b4fb6c382317b909c708af = L.popup({"maxWidth": "100%"});
var html_1f41e0f4191bb8acbfc5d97006c72676 = $(`<div id="html_1f41e0f4191bb8acbfc5d97006c72676" style="width: 100.0%; height: 100.0%;">36.110.228.254</div>`)[0];
popup_1c2aecdb54b4fb6c382317b909c708af.setContent(html_1f41e0f4191bb8acbfc5d97006c72676);
marker_7a79fc827d417f9f106552a53506ae31.bindPopup(popup_1c2aecdb54b4fb6c382317b909c708af)
;
marker_7a79fc827d417f9f106552a53506ae31.bindTooltip(
`<div>
Beijing, 36.110.228.254
</div>`,
{"sticky": true}
);
var marker_c0c756d81c261352933f25a7ba6cdff8 = L.marker(
[22.4932, 114.146],
{}
).addTo(map_2bfadc61dcc11d5c297b2c5d21f70743);
var popup_bd45f8c654d910208ecf7345f65e6d36 = L.popup({"maxWidth": "100%"});
var html_b1fddd804dbc186cee1285cb1f2910df = $(`<div id="html_b1fddd804dbc186cee1285cb1f2910df" style="width: 100.0%; height: 100.0%;">45.125.65.126</div>`)[0];
popup_bd45f8c654d910208ecf7345f65e6d36.setContent(html_b1fddd804dbc186cee1285cb1f2910df);
marker_c0c756d81c261352933f25a7ba6cdff8.bindPopup(popup_bd45f8c654d910208ecf7345f65e6d36)
;
marker_c0c756d81c261352933f25a7ba6cdff8.bindTooltip(
`<div>
Fanling, 45.125.65.126
</div>`,
{"sticky": true}
);
var marker_9cd36cde2247710647dca856864cbdc5 = L.marker(
[46.948, 7.44745],
{}
).addTo(map_2bfadc61dcc11d5c297b2c5d21f70743);
var popup_77fc215c3e434c451fd8a4b59ddeab00 = L.popup({"maxWidth": "100%"});
var html_f154ee1c39f3ae2e69d0bfe257efb8eb = $(`<div id="html_f154ee1c39f3ae2e69d0bfe257efb8eb" style="width: 100.0%; height: 100.0%;">46.19.139.18</div>`)[0];
popup_77fc215c3e434c451fd8a4b59ddeab00.setContent(html_f154ee1c39f3ae2e69d0bfe257efb8eb);
marker_9cd36cde2247710647dca856864cbdc5.bindPopup(popup_77fc215c3e434c451fd8a4b59ddeab00)
;
marker_9cd36cde2247710647dca856864cbdc5.bindTooltip(
`<div>
Bern, 46.19.139.18
</div>`,
{"sticky": true}
);
var marker_ac822706891c7b389bd47418bdf4ae20 = L.marker(
[33.1402, 119.789],
{}
).addTo(map_2bfadc61dcc11d5c297b2c5d21f70743);
var popup_c710150bdfc575787e046dd49c9e1e01 = L.popup({"maxWidth": "100%"});
var html_97bdb7da2353866740a16382fc256162 = $(`<div id="html_97bdb7da2353866740a16382fc256162" style="width: 100.0%; height: 100.0%;">61.177.172.154</div>`)[0];
popup_c710150bdfc575787e046dd49c9e1e01.setContent(html_97bdb7da2353866740a16382fc256162);
marker_ac822706891c7b389bd47418bdf4ae20.bindPopup(popup_c710150bdfc575787e046dd49c9e1e01)
;
marker_ac822706891c7b389bd47418bdf4ae20.bindTooltip(
`<div>
Qinnan, 61.177.172.154
</div>`,
{"sticky": true}
);
var marker_446b4f0222cfa2b19aff6c5ca8eb2d04 = L.marker(
[33.1402, 119.789],
{}
).addTo(map_2bfadc61dcc11d5c297b2c5d21f70743);
var popup_b8c306632fbc4c170d0122e0976ea57c = L.popup({"maxWidth": "100%"});
var html_e6194b1c6715aa0f9d6bd5d065d1b7e1 = $(`<div id="html_e6194b1c6715aa0f9d6bd5d065d1b7e1" style="width: 100.0%; height: 100.0%;">61.177.172.160</div>`)[0];
popup_b8c306632fbc4c170d0122e0976ea57c.setContent(html_e6194b1c6715aa0f9d6bd5d065d1b7e1);
marker_446b4f0222cfa2b19aff6c5ca8eb2d04.bindPopup(popup_b8c306632fbc4c170d0122e0976ea57c)
;
marker_446b4f0222cfa2b19aff6c5ca8eb2d04.bindTooltip(
`<div>
Qinnan, 61.177.172.160
</div>`,
{"sticky": true}
);
var marker_edb972ed7834cb46a626559009cacffe = L.marker(
[33.1402, 119.789],
{}
).addTo(map_2bfadc61dcc11d5c297b2c5d21f70743);
var popup_04349c768eaf24eb4ad5a05c90ca0e24 = L.popup({"maxWidth": "100%"});
var html_011ac1fcf059b625eb9f40574e5f4a5d = $(`<div id="html_011ac1fcf059b625eb9f40574e5f4a5d" style="width: 100.0%; height: 100.0%;">61.177.172.174</div>`)[0];
popup_04349c768eaf24eb4ad5a05c90ca0e24.setContent(html_011ac1fcf059b625eb9f40574e5f4a5d);
marker_edb972ed7834cb46a626559009cacffe.bindPopup(popup_04349c768eaf24eb4ad5a05c90ca0e24)
;
marker_edb972ed7834cb46a626559009cacffe.bindTooltip(
`<div>
Qinnan, 61.177.172.174
</div>`,
{"sticky": true}
);
var marker_78fc60da551730addfa4977bae14881b = L.marker(
[33.1402, 119.789],
{}
).addTo(map_2bfadc61dcc11d5c297b2c5d21f70743);
var popup_777da99e39f677cbcdf2ec8c65596733 = L.popup({"maxWidth": "100%"});
var html_43e23349d70a9303a274e63deb7e88ac = $(`<div id="html_43e23349d70a9303a274e63deb7e88ac" style="width: 100.0%; height: 100.0%;">61.177.172.61</div>`)[0];
popup_777da99e39f677cbcdf2ec8c65596733.setContent(html_43e23349d70a9303a274e63deb7e88ac);
marker_78fc60da551730addfa4977bae14881b.bindPopup(popup_777da99e39f677cbcdf2ec8c65596733)
;
marker_78fc60da551730addfa4977bae14881b.bindTooltip(
`<div>
Qinnan, 61.177.172.61
</div>`,
{"sticky": true}
);
</script>