-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmp.html
174 lines (119 loc) · 9.99 KB
/
mp.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="https://livejs.com/live.js"></script>
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_e4c5bd0f744db6b2e626074ccb1f79ca {
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_e4c5bd0f744db6b2e626074ccb1f79ca" ></div>
</body>
<script>
var map_e4c5bd0f744db6b2e626074ccb1f79ca = L.map(
"map_e4c5bd0f744db6b2e626074ccb1f79ca",
{
center: [-37.6535, 13.6286],
crs: L.CRS.EPSG3857,
zoom: 5,
zoomControl: true,
preferCanvas: false,
}
);
var tile_layer_401988d340799c3dae9aae33cc013f1f = L.tileLayer(
"https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",
{"attribution": "\u0026copy; \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors \u0026copy; \u003ca href=\"https://carto.com/attributions\"\u003eCARTO\u003c/a\u003e", "detectRetina": false, "maxNativeZoom": 20, "maxZoom": 20, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abcd", "tms": false}
);
tile_layer_401988d340799c3dae9aae33cc013f1f.addTo(map_e4c5bd0f744db6b2e626074ccb1f79ca);
var tile_layer_d10c0da94f80a216c555f0cf80f34672 = L.tileLayer(
"https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{r}.png",
{"attribution": "\u0026copy; \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors \u0026copy; \u003ca href=\"https://carto.com/attributions\"\u003eCARTO\u003c/a\u003e", "detectRetina": false, "maxNativeZoom": 20, "maxZoom": 20, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abcd", "tms": false}
);
tile_layer_d10c0da94f80a216c555f0cf80f34672.addTo(map_e4c5bd0f744db6b2e626074ccb1f79ca);
var tile_layer_15579ba141a7fba386da765a17d4c701 = 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_15579ba141a7fba386da765a17d4c701.addTo(map_e4c5bd0f744db6b2e626074ccb1f79ca);
var layer_control_5345b0c7f6198665d347ff22f5cdd2bf_layers = {
base_layers : {
"White Earth" : tile_layer_401988d340799c3dae9aae33cc013f1f,
"Dark Earth" : tile_layer_d10c0da94f80a216c555f0cf80f34672,
"OpenStreetMap" : tile_layer_15579ba141a7fba386da765a17d4c701,
},
overlays : {
},
};
let layer_control_5345b0c7f6198665d347ff22f5cdd2bf = L.control.layers(
layer_control_5345b0c7f6198665d347ff22f5cdd2bf_layers.base_layers,
layer_control_5345b0c7f6198665d347ff22f5cdd2bf_layers.overlays,
{"autoZIndex": true, "collapsed": true, "position": "topright"}
).addTo(map_e4c5bd0f744db6b2e626074ccb1f79ca);
var circle_marker_22abbc7d7d0244c1691bb3018a17bbc3 = L.circleMarker(
[-38.1535, 14.428600000000001],
{"bubblingMouseEvents": true, "color": "purple", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3186cc", "fillOpacity": 1, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 40, "stroke": true, "weight": 3}
).addTo(map_e4c5bd0f744db6b2e626074ccb1f79ca);
var marker_56306bb120b046dc7681a6330e16aabc = L.marker(
[-37.6535, 13.6286],
{}
).addTo(map_e4c5bd0f744db6b2e626074ccb1f79ca);
var div_icon_0d4676b485d8ac508d3be61d79cd49a7 = L.divIcon({"className": "empty", "html": "\u003cimg src=\"images/iss.png\" width=\"50\" height=\"50\"\u003e\u003c/img\u003e"});
marker_56306bb120b046dc7681a6330e16aabc.setIcon(div_icon_0d4676b485d8ac508d3be61d79cd49a7);
var marker_6afd51c85376004278fa464b7807b9f5 = L.marker(
[-37.6535, 13.6286],
{}
).addTo(map_e4c5bd0f744db6b2e626074ccb1f79ca);
var div_icon_54dc2f8b0ae79990130ac99cf5ce6d6d = L.divIcon({"className": "empty", "html": "\u003ch1 \u003e\u003cmark style=\"background-color:black; color:white;\"\u003eInternational Space Station\u003c/mark\u003e\u003c/h1\u003e\n \u003cbr/\u003e\n \u003ch4 \u003e\u003cmark style=\"background-color:black; color:white;\"\u003e\ud83d\udccd Lat: -37.6535, Lon: 13.6286\u003c/mark\u003e\u003c/h4\u003e", "iconAnchor": [125, 300], "iconSize": [500, 90]});
marker_6afd51c85376004278fa464b7807b9f5.setIcon(div_icon_54dc2f8b0ae79990130ac99cf5ce6d6d);
var marker_f3f44d20ccab652947de3eeecda6179e = L.marker(
[-37.6535, 13.6286],
{}
).addTo(map_e4c5bd0f744db6b2e626074ccb1f79ca);
var div_icon_9d725d66677c3a8dc1fe554cbb7e81c5 = L.divIcon({"className": "empty", "html": "\n \u003ciframe \n width=\"315\" \n height=\"150\" \n allowfullscreen \n src=\"https://www.youtube.com/embed/wG4YaEcNlb0?autoplay=1\" \n scrolling=\"no\" \n webkitallowfullscreen \n frameborder=\"0\" \n style=\"border: 0 none transparent;\"\u003e\u003c/iframe\u003e\n ", "iconAnchor": [600, -40], "iconSize": [500, 500]});
marker_f3f44d20ccab652947de3eeecda6179e.setIcon(div_icon_9d725d66677c3a8dc1fe554cbb7e81c5);
var marker_3817503a9008ba49ffc940f8b55e7b41 = L.marker(
[-37.6535, 13.6286],
{}
).addTo(map_e4c5bd0f744db6b2e626074ccb1f79ca);
var div_icon_654264c78d3c87f228c094d2c22eb8e1 = L.divIcon({"className": "empty", "html": "\u003cimg src=\"images/iss_badge.png\" width=\"90\" height=\"90\"\u003e\u003c/img\u003e", "iconAnchor": [220, 300]});
marker_3817503a9008ba49ffc940f8b55e7b41.setIcon(div_icon_654264c78d3c87f228c094d2c22eb8e1);
var marker_fbf13958d95fa8311614ba69664c188b = L.marker(
[-37.6535, 13.6286],
{}
).addTo(map_e4c5bd0f744db6b2e626074ccb1f79ca);
var div_icon_71cc3c488ccd0b1d6f8fbf58be5e6136 = L.divIcon({"className": "empty", "html": "\u003ch2 \u003e\u003cmark style=\"background-color:black; color:white;\"\u003e\ud83d\udc69\u200d\ud83d\ude8012 Astronauts on board:\u003c/mark\u003e\u003c/h2\u003e\n \u003cbr/\u003e\u003cbr/\u003e\n \u003ch6 \u003e\u003cmark style=\"background-color:black; color:white;\"\u003e\u25cf Oleg Kononenko \u25cf Nikolai Chub \u25cf Tracy Caldwell Dyson \u25cf Matthew Dominick \u25cf Michael Barratt \u25cf Jeanette Epps \u25cf Alexander Grebenkin \u25cf Butch Wilmore \u25cf Sunita Williams \u25cf Li Guangsu \u25cf Li Cong \u25cf Ye Guangfu \u003c/mark\u003e\u003c/h6\u003e\n ", "iconAnchor": [600, -200], "iconSize": [500, 500]});
marker_fbf13958d95fa8311614ba69664c188b.setIcon(div_icon_71cc3c488ccd0b1d6f8fbf58be5e6136);
var marker_fcac70c7f435a89981bdba3165c6eb0f = L.marker(
[-37.6535, 13.6286],
{}
).addTo(map_e4c5bd0f744db6b2e626074ccb1f79ca);
var div_icon_f4dc4b52a71fb59455f3c118d17b47c5 = L.divIcon({"className": "empty", "html": "\u003ciframe src=\"ISS_frame/globe.html\" height=200 width=350\u003e\u003c/iframe\u003e", "iconAnchor": [-300, -80]});
marker_fcac70c7f435a89981bdba3165c6eb0f.setIcon(div_icon_f4dc4b52a71fb59455f3c118d17b47c5);
</script>
</html>