-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathradius_map.html
More file actions
320 lines (208 loc) · 10.2 KB
/
radius_map.html
File metadata and controls
320 lines (208 loc) · 10.2 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_ca867e5797259e25df9b709a6ab76a7a {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
.leaflet-container { font-size: 1rem; }
</style>
<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>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.1.0/leaflet.markercluster.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.1.0/MarkerCluster.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.1.0/MarkerCluster.Default.css"/>
</head>
<body>
<div class="folium-map" id="map_ca867e5797259e25df9b709a6ab76a7a" ></div>
</body>
<script>
var map_ca867e5797259e25df9b709a6ab76a7a = L.map(
"map_ca867e5797259e25df9b709a6ab76a7a",
{
center: [51.5142, -0.0931],
crs: L.CRS.EPSG3857,
...{
"zoom": 11,
"zoomControl": true,
"preferCanvas": false,
}
}
);
var tile_layer_600b4050f5f147344890afc4f8617f32 = L.tileLayer(
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
{
"minZoom": 0,
"maxZoom": 19,
"maxNativeZoom": 19,
"noWrap": false,
"attribution": "\u0026copy; \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors",
"subdomains": "abc",
"detectRetina": false,
"tms": false,
"opacity": 1,
}
);
tile_layer_600b4050f5f147344890afc4f8617f32.addTo(map_ca867e5797259e25df9b709a6ab76a7a);
var circle_73224b104db5ba80b6be05e3f57d9383 = L.circle(
[51.5142, -0.0931],
{"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.08, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 0.9, "radius": 500000.0, "stroke": true, "weight": 3}
).addTo(map_ca867e5797259e25df9b709a6ab76a7a);
var popup_c3f9f93190ee0d9e75f24fac678ad22b = L.popup({
"maxWidth": "100%",
});
var html_67a60ec52c760e968ad836d8f31aeeae = $(`<div id="html_67a60ec52c760e968ad836d8f31aeeae" style="width: 100.0%; height: 100.0%;">Radius: 500000 m</div>`)[0];
popup_c3f9f93190ee0d9e75f24fac678ad22b.setContent(html_67a60ec52c760e968ad836d8f31aeeae);
circle_73224b104db5ba80b6be05e3f57d9383.bindPopup(popup_c3f9f93190ee0d9e75f24fac678ad22b)
;
var marker_1509fcd173f791216e99815036a8b341 = L.marker(
[51.5142, -0.0931],
{
}
).addTo(map_ca867e5797259e25df9b709a6ab76a7a);
var icon_c3fc32541816fffd3adbf158e28782aa = L.AwesomeMarkers.icon(
{
"markerColor": "blue",
"iconColor": "white",
"icon": "home",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_04f5af91b7ab7db19742e0e5ea612206 = L.popup({
"maxWidth": "100%",
});
var html_8cd2c85975a7c1287ca234b6dc49668a = $(`<div id="html_8cd2c85975a7c1287ca234b6dc49668a" style="width: 100.0%; height: 100.0%;">81.2.69.142 • London • England • United Kingdom</div>`)[0];
popup_04f5af91b7ab7db19742e0e5ea612206.setContent(html_8cd2c85975a7c1287ca234b6dc49668a);
marker_1509fcd173f791216e99815036a8b341.bindPopup(popup_04f5af91b7ab7db19742e0e5ea612206)
;
marker_1509fcd173f791216e99815036a8b341.bindTooltip(
`<div>
Center: 81.2.69.142
</div>`,
{
"sticky": true,
}
);
marker_1509fcd173f791216e99815036a8b341.setIcon(icon_c3fc32541816fffd3adbf158e28782aa);
var marker_cluster_62e98016c18019385269fbd5fe10321c = L.markerClusterGroup(
{
}
);
var marker_6b8f5e4167d56a24a5fd8b853c4ff81c = L.marker(
[51.5142, -0.0931],
{
}
).addTo(marker_cluster_62e98016c18019385269fbd5fe10321c);
var popup_a2f1caa541d4c5919d2eaeb237787e86 = L.popup({
"maxWidth": "100%",
});
var html_a7c1afdcff7e545a9c6080e3d9c62171 = $(`<div id="html_a7c1afdcff7e545a9c6080e3d9c62171" style="width: 100.0%; height: 100.0%;">81.2.69.144 • 0 m • London • England • United Kingdom</div>`)[0];
popup_a2f1caa541d4c5919d2eaeb237787e86.setContent(html_a7c1afdcff7e545a9c6080e3d9c62171);
marker_6b8f5e4167d56a24a5fd8b853c4ff81c.bindPopup(popup_a2f1caa541d4c5919d2eaeb237787e86)
;
marker_6b8f5e4167d56a24a5fd8b853c4ff81c.bindTooltip(
`<div>
81.2.69.144 (0 m)
</div>`,
{
"sticky": true,
}
);
var marker_200fd7af31453f2f887780e94ad5c159 = L.marker(
[51.5142, -0.0931],
{
}
).addTo(marker_cluster_62e98016c18019385269fbd5fe10321c);
var popup_bd996d01be2a3effaffb27e80b87da20 = L.popup({
"maxWidth": "100%",
});
var html_ff253c1e9ba036774d388a6d35e7fc54 = $(`<div id="html_ff253c1e9ba036774d388a6d35e7fc54" style="width: 100.0%; height: 100.0%;">81.2.69.160 • 0 m • London • England • United Kingdom</div>`)[0];
popup_bd996d01be2a3effaffb27e80b87da20.setContent(html_ff253c1e9ba036774d388a6d35e7fc54);
marker_200fd7af31453f2f887780e94ad5c159.bindPopup(popup_bd996d01be2a3effaffb27e80b87da20)
;
marker_200fd7af31453f2f887780e94ad5c159.bindTooltip(
`<div>
81.2.69.160 (0 m)
</div>`,
{
"sticky": true,
}
);
var marker_4d767f3280113bb599624107991ec9d3 = L.marker(
[51.5142, -0.0931],
{
}
).addTo(marker_cluster_62e98016c18019385269fbd5fe10321c);
var popup_cbdfd8ca35a229833d38f9eb8abb43ef = L.popup({
"maxWidth": "100%",
});
var html_8d7119a6064481c82939c54f69b2edb4 = $(`<div id="html_8d7119a6064481c82939c54f69b2edb4" style="width: 100.0%; height: 100.0%;">81.2.69.192 • 0 m • London • England • United Kingdom</div>`)[0];
popup_cbdfd8ca35a229833d38f9eb8abb43ef.setContent(html_8d7119a6064481c82939c54f69b2edb4);
marker_4d767f3280113bb599624107991ec9d3.bindPopup(popup_cbdfd8ca35a229833d38f9eb8abb43ef)
;
marker_4d767f3280113bb599624107991ec9d3.bindTooltip(
`<div>
81.2.69.192 (0 m)
</div>`,
{
"sticky": true,
}
);
var marker_d15a953535fdc507a075aaa88ef0b65d = L.marker(
[51.75, -1.25],
{
}
).addTo(marker_cluster_62e98016c18019385269fbd5fe10321c);
var popup_7f9bbd6d5bd02ce4a69cade76767cdbb = L.popup({
"maxWidth": "100%",
});
var html_8f9c98f679e607f0adaf26d235c08d1b = $(`<div id="html_8f9c98f679e607f0adaf26d235c08d1b" style="width: 100.0%; height: 100.0%;">2.125.160.216 • 84042 m • Boxford • England • United Kingdom</div>`)[0];
popup_7f9bbd6d5bd02ce4a69cade76767cdbb.setContent(html_8f9c98f679e607f0adaf26d235c08d1b);
marker_d15a953535fdc507a075aaa88ef0b65d.bindPopup(popup_7f9bbd6d5bd02ce4a69cade76767cdbb)
;
marker_d15a953535fdc507a075aaa88ef0b65d.bindTooltip(
`<div>
2.125.160.216 (84042 m)
</div>`,
{
"sticky": true,
}
);
marker_cluster_62e98016c18019385269fbd5fe10321c.addTo(map_ca867e5797259e25df9b709a6ab76a7a);
</script>
</html>