-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenerated_map.html
executable file
·151 lines (111 loc) · 5.73 KB
/
generated_map.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
<!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-1.12.4.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_c89caf9a85b47f6b79e056496da25ee5 {
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_c89caf9a85b47f6b79e056496da25ee5" ></div>
</body>
<script>
var map_c89caf9a85b47f6b79e056496da25ee5 = L.map(
"map_c89caf9a85b47f6b79e056496da25ee5",
{
center: [28.6139, 77.209],
crs: L.CRS.EPSG3857,
zoom: 12,
zoomControl: true,
preferCanvas: false,
}
);
var tile_layer_865e720f8c81febc429c4a2053c923de = L.tileLayer(
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
{"attribution": "Data by \u0026copy; \u003ca target=\"_blank\" href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca target=\"_blank\" 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_c89caf9a85b47f6b79e056496da25ee5);
var marker_ae5371685a801b78eb225929304395c8 = L.marker(
[28.7031, 77.1487],
{}
).addTo(map_c89caf9a85b47f6b79e056496da25ee5);
marker_ae5371685a801b78eb225929304395c8.bindTooltip(
`<div>
Receiver_1
</div>`,
{"sticky": true}
);
var marker_50754dccfcf432819c13e0295ec1c9a4 = L.marker(
[28.5024, 77.2874],
{}
).addTo(map_c89caf9a85b47f6b79e056496da25ee5);
marker_50754dccfcf432819c13e0295ec1c9a4.bindTooltip(
`<div>
Receiver_2
</div>`,
{"sticky": true}
);
var marker_cecf0b97afcb9b8ff8d83ff4de43d78c = L.marker(
[28.59, 77.0489],
{}
).addTo(map_c89caf9a85b47f6b79e056496da25ee5);
marker_cecf0b97afcb9b8ff8d83ff4de43d78c.bindTooltip(
`<div>
Receiver_3
</div>`,
{"sticky": true}
);
var marker_b63e2149691301dfcd86dd05513a411c = L.marker(
[28.6139, 77.209],
{}
).addTo(map_c89caf9a85b47f6b79e056496da25ee5);
var icon_02ccd7e1156f67767e5dd542c8377481 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_b63e2149691301dfcd86dd05513a411c.setIcon(icon_02ccd7e1156f67767e5dd542c8377481);
marker_b63e2149691301dfcd86dd05513a411c.bindTooltip(
`<div>
Transmitter_1
</div>`,
{"sticky": true}
);
var marker_d9ca7dce219c90769634eb807f123208 = L.marker(
[28.593478888084803, 77.14771677784006],
{}
).addTo(map_c89caf9a85b47f6b79e056496da25ee5);
var icon_c95b629ecb68cb8a8a141929f35b9d4e = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
);
marker_d9ca7dce219c90769634eb807f123208.setIcon(icon_c95b629ecb68cb8a8a141929f35b9d4e);
marker_d9ca7dce219c90769634eb807f123208.bindTooltip(
`<div>
Estimated_Transmitter
</div>`,
{"sticky": true}
);
</script>
</html>