-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
218 lines (202 loc) · 7.19 KB
/
index.html
File metadata and controls
218 lines (202 loc) · 7.19 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
<!doctype html>
<html>
<head>
<title>Falcon BMS - Interactive Maps</title>
<style type="text/css">
body {
margin: 0;
padding: 0;
background-color: white;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
color: #5a87a4;
}
font {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}
font_small {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #5a87a4;
}
center {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
a {
text-decoration: none;
}
div.polaroid {
width: 155px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-left:auto;
margin-right:auto;
text-align:center;
}
.container:hover .image {
opacity: 0.8;
color: #000000;
}
font_right {
text-align: right;
}
table {
text-align:center;
margin-left:auto;
margin-right:auto;
border-collapse: collapse;
margin: 0;
padding: 0;
width: 100%;
table-layout: fixed;
}
table caption {
font-size: 1.5em;
}
table th,
table td {
text-align: center;
}
table th {
text-transform: uppercase;
}
.color_background {
color: #163546;
}
.blue-bar {
width: 100%;
height: 50px;
background-color: #1E3444;
padding-top: 20px; /* Adds 20px space above the image */
}
.content {
padding: 20px;
margin: 30px 50px;
}
</style>
</head>
<body>
<div class="blue-bar">
<center>
<!-- <a href="https://www.falcon-bms.com"><img src="https://cdn.falcon-bms.com/maps/web_assets/web_logo_small.jpg" width="324" height="83" border="0"></a> -->
<a href="https://www.falcon-bms.com"><img src="https://www.falcon-bms.com/wp-content/uploads/2021/07/web_logo_large_alt.png" width="324" height="83" border="0"></a>
</center>
</div>
<div class="content">
<font>
<h1>Falcon BMS - Interactive Maps</h1><hr>
<h2>Theater Maps 4.37</h2>
<table>
<thead>
<tr>
<th scope="col"><strong>Korea Theater</strong><br><em><font_small>Rev: 26 JUNE 2023</font_small></em></th>
<th scope="col"><strong>Balkans Theater</strong><br><em><font_small>Rev: 26 JUNE 2023</font_small></em></th>
<th scope="col"><strong>Israel Theater</strong><br><em><font_small>Rev: 26 JUNE 2023</font_small></em></th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
<td data-label="Korea Theater">
<div class="container">
<div class="polaroid">
<a href="01_KTO_Interactive_Map/index.html"><img src="https://cdn.falcon-bms.com/maps/web_assets/01_kto-thumb.jpeg" width="150" height="150" alt="Korea Theater" border="0" class="image"></a>
</div>
<a href="https://github.com/BenchmarkSims/maps-website/releases">Download</a>
</div>
</td>
<td data-label="Balkans Theater">
<div class="container">
<div class="polaroid">
<a href="02_Balkans_Interactive_Map/index.html"><img src="https://cdn.falcon-bms.com/maps/web_assets/02_balkans-thumb.jpeg" width="150" height="150" alt="Balkans Theater" border="0" class="image"></a>
</div>
<a href="https://github.com/BenchmarkSims/maps-website/releases">Download</a>
</div>
</td>
<td data-label="Israel Theater">
<div class="container">
<div class="polaroid">
<a href="03_ITO_Interactive_Map/index.html"><img src="https://cdn.falcon-bms.com/maps/web_assets/03_ito-thumb.jpeg" width="150" height="150" alt="Israel Theater" border="0" class="image"></a>
</div>
<a href="https://github.com/BenchmarkSims/maps-website/releases">Download</a>
</div>
</td>
</tr>
</tbody>
</table>
<br>
<h2>Theater Maps 4.38</h2>
<table>
<thead>
<tr>
<th scope="col"><strong>Korea Theater</strong><br><em><font_small>UNDER CONSTRUCTION</font_small></em></th>
<th scope="col"><strong>Balkans Theater</strong><br><em><font_small>PLANNED</font_small></em></th>
<th scope="col"><strong>Israel Theater</strong><br><em><font_small>PLANNED</font_small></em></th>
<th scope="col"><strong>Hellenic Theater</strong><br><em><font_small>PLANNED</font_small></em></th>
</tr>
</thead>
<tbody>
<tr>
<td data-label="Korea Theater">
<div class="container">
<div class="polaroid">
<a href="04_KTO_Interactive_Map/index.html"><img src="https://cdn.falcon-bms.com/maps/web_assets/04_kto-thumb.jpeg" width="150" height="150" alt="Korea Theater" border="0" class="image"></a>
</div>
<!-- a href="https://github.com/BenchmarkSims/maps-website/releases">Download</a -->
</div>
</td>
<td data-label="Balkans Theater">
<div class="container">
<div class="polaroid">
<a href="index.html"><img src="https://cdn.falcon-bms.com/maps/web_assets/05_balkans-thumb.jpeg" width="150" height="150" alt="Balkans Theater" border="0" class="image"></a>
</div>
<!-- a href="https://github.com/BenchmarkSims/maps-website/releases">Download</a -->
</div>
</td>
<td data-label="Israel Theater">
<div class="container">
<div class="polaroid">
<a href="index.html"><img src="https://cdn.falcon-bms.com/maps/web_assets/06_ito-thumb.jpeg" width="150" height="150" alt="Israel Theater" border="0" class="image"></a>
</div>
<!-- a href="https://github.com/BenchmarkSims/maps-website/releases">Download</a -->
</div>
</td>
<td data-label="Hellenic Theater">
<div class="container">
<div class="polaroid">
<a href="index.html"><img src="https://cdn.falcon-bms.com/maps/web_assets/07_hto-thumb.jpeg" width="150" height="150" alt="Hellenic Theater" border="0" class="image"></a>
</div>
<!-- a href="https://github.com/BenchmarkSims/maps-website/releases">Download</a -->
</div>
</td>
</tr>
</tbody>
</table>
<br>
<h2>Map Features</h2>
The maps provide the following features:
<ul>
<li>Locate airports and navigation beacons and request their information by hovering over them</li>
<li>Move map, zoom in/out and measure distances on map</li>
<li>Mission.ini or Pilot.ini drag and drop to show route on map and more.</li>
<li>Full whiteboard collaboration using collaboration server</li>
<li>Save Whiteboard(.png) and restore with drag and drop</li>
<li>MIL-STD-2525D symbology</li>
<li>Weather import (fmap drop) for weather charts (Temperature, Doppler, Winds, Isobars)</li>
<li>Route Waypoint dialog (actions, heading, distance and duration updates, etc)</li>
<li>Computed Mission Flight Info, Mission Radio Frequencies and Mission Objectives</li>
<li>Show Lat/Long on map and x,y of image map</li>
<li>Aerodrome Weather Report (METAR) as tooltips and on route dialog (uses) fmap </li>
<li>Download and Import GFS data and files</li>
<li>Bullseye placement</li>
</ul>
<h5 style="text-align: left;"><a href="https://forum.falcon-bms.com/topic/22922/falcon-bms-interactive-maps" target="_blank">Change log</a> | <a href="https://cdn.falcon-bms.com/maps/manual/BMS_Interactive_Maps.pdf" target="_blank">Manual (PDF)</a></h5>
<hr>
</font>
</div>
</body>
</html>